LightZone is a professional-level digital darkroom and photo editor for Mac, Windows, and Linux. It includes RAW processing and editing. Rather than using layers in the way that other photo editors do, LightZone lets the user build up a stack of tools which can be rearranged, readjusted, turned off and on, and removed from the stack. It's a completely non-destructive editor, where any of the tools can be re-adjusted or modified later ā even in a different editing session. A tool stack can even be copied to a batch of photos at one time. LightZone always operates in a 16-bit linear color space with the wide gamut of ProPhoto RGB.
minor bugfix: Unstable; urgency=medium
Upstream sync.
-- Masahiro Kitagawa Sun, 06 Jun 2023 12:13:00 +0900.
BSDL capture digital-camera graphics-conversion viewer macos linux c
A JSON Schema breaking-change detector, built for API versioning. Zero-dependency Python from Errant Solutions (distinct from the getsentry npm package of a similar name).
:
MITL api devops python
Check TLS certificate expiry and config issues across a list of hosts. Zero-dependency Python. Free.
:
MITL security devops python
Single-file, zero-dependency Python 3 tool that audits a domain's email security (SPF/DKIM/DMARC). Free.
:
MITL security devops python
Single-file, read-only Python script that finds the most common silent AWS cost waste. Free, no signup.
:
MITL security devops python
Verify webhook HMAC signatures locally, without touching production code or logs. Free stdlib-only Python tool.
:
MITL security devops python
Free, zero-dependency Python tool that checks a domain's security.txt and robots.txt for compliance issues.
:
MITL security devops python
Free, stdlib-only Python 3 static analyzer for nginx configuration security issues.
:
MITL security devops python
Zero-dependency live HTTP security header scanner. No API key, no signup required.
:
MITL security devops python
Catch broken/misleading cron schedules before they bite you in production. Free, zero-dependency Python 3 tool.
:
MITL security devops python
Read-only Docker security baseline checker. Zero dependencies beyond a working docker CLI on the host you run it on. Checks for privileged mode, host network/PID/IPC namespace sharing, Docker socket mounted into a container, containers running as root, missing memory limits/restart policies, :latest tag usage, disabled AppArmor/Seccomp, and added Linux capabilities. Read-only: runs docker ps / docker inspect only, never modifies containers, no network calls, no data leaves the host. Free, pay-what-you-want. Part of the Errant Solutions spare-capacity tools series (see also sshd-hardening-auditor, tls-cert-watchdog, cert-transparency-watcher).
:
MITL docker security cis audit containers
dns-hygiene-checker is a free, open-source, zero-dependency Python CLI that audits a domain's DNS hygiene: SPF/DKIM/DMARC presence and correctness, dangling CNAME records pointing at deprovisioned services, missing/weak records, and other common DNS misconfigurations that lead to spoofing or subdomain takeover. No signup, no telemetry, MIT-licensed. Built by Errant Solutions alongside a small family of similar free auditing tools (sshd-hardening-auditor, tls-cert-watchdog, cert-transparency-watcher) - pay-what-you-want if it saves you time.
:
MITL
cert-transparency-watcher is a free, open-source CLI tool that monitors public Certificate Transparency (CT) logs for newly issued TLS certificates covering your domains. It gives security teams an early-warning signal for unauthorized or unexpected certificate issuance (a classic sign of a subdomain takeover or MITM setup) without needing a paid SaaS monitoring service. Written in Python, MIT licensed, from Errant Solutions - a small independent software studio also behind sshd-hardening-auditor, tls-cert-watchdog, and other free security tooling.
1 standalone:
MITL security cryptography
Worker is a file manager for X11 with a classical two-panel and tabbed interface. It features an accessible configuration menu, binding external programs to hotkeys or menu buttons, and configurable commands per filetype. It can obviously edit, copy, rename files, directories and symlinks, set permissions, filtering, can also access virtual file systems (zip/tar/archive browsing, ftp access), includes a text viewer, search functionality, directory bookmarks, and media mounting.
major feature: This release adds support for an internal image viewer and allows to preview search results directly in the search window. A new command can copy file content into the clipboard.
GNU GPL c++ x11 file-manager directory-browser
butt (broadcast using this tool) is a Shoutcast and Icecast streaming tool, which runs on Linux, Max OS X, and Windows. It's primarily meant for broadcasting live audio data, directly from line or microphone input. It's not intended as streaming or playlist server by itself.
major feature: .
.
.
.
Update to FLTK 1.4.5.
.
.
Add the ability to scale the UI size .
.
.
Update cacert.pem to the latest version.
.
.
Shoutcast: URL encode the password when submitting a new song.
.
.
Icecast: URL encode the mountpoint when submitting a new song.
.
.
Linux: Add support for Wayland (start as "FLTK_BACKEND=x11 butt" to run with Waylands X11 fallback Xwayland).
.
.
: When using Vorbis in VBR mode the min bitrate was set for the upper limit instead of the max bitrate.
.
.
.
.
.
.
GNU GPL c++ audio streaming icecast shoutcast
Mluva is a native dictation and rewrite workspace for Omarchy. It combines F9 recording, editable originals and rewrites, searchable history and a theme-aware Quickshell widget in a GTK4/Libadwaita desktop app. Completed text goes to the clipboard by default. Speech and rewrite providers are configured independently: speech can use managed local recognition or your own cloud/API credentials, while rewriting uses a separately configured provider. Cloud services may charge and require network access. The software source is Apache-2.0. Omarchy is the maintained desktop target.
minor bugfix: Fixes a desktop-launch failure caused by an obsolete managed-credential reference when the current speech credential was already cached. Adds a narrated app introduction and inline GitHub video playback. The Omarchy widget remains at version 0.4.0.
Apache linux desktop gtk python speech dictation omarchy quickshell
LibreDB Studio is a database client you install next to the database instead of on every laptop. You reach it in a browser, so the database no longer needs a port open to the outside world. Sixteen drivers cover forty two engines, among them PostgreSQL, MySQL, Oracle, SQL Server, MongoDB, Redis, SQLite, ClickHouse, DuckDB, Elasticsearch, Trino and Cassandra, and they all sit in one sidebar.
It has the parts you would expect from a desktop client: a Monaco editor with schema aware completion, visual EXPLAIN, ER diagrams with real foreign key edges, schema diff with generated migration SQL, and a grid that handles millions of rows. The optional AI assistant runs against your own model, including a local Ollama, and its read only mode is enforced by the database rather than by parsing the SQL.
It deploys as a container, a Helm chart, an npm package, deb and rpm, or a Tauri desktop build. Authentication is local accounts or OIDC, with role based access control.
security: Closes a cross-account authorization defect, GHSA-3wh2-8x78-jfw4, scored 8.8. A connection id supplied in a request could select another session's already-authenticated database provider, so a user account could reach a connection restricted to admin. The cache key is now derived from the server the connection resolves to and a digest of its credentials, so a forged id buys nothing. Upgrade if more than one account reaches your instance. Schema diff now reads a column default as a value rather than as SQL, so a default of 0, empty string or false is no longer dropped from the generated DDL. Elasticsearch connections can authenticate with an API key id and secret.
MITL database sql ide self-hosted postgresql mysql mongodb web docker
ZSvirt
21 Sep 06:37
ZSvirt brings ZStack's enterprise-proven ZSphere virtualization engine into the open-source world. Backed by ZStack, a mature infrastructure leader, ZSvirt delivers a lightweight, scalable platform designed for absolute freedomāfrom high-performance homelabs to hyperscale infrastructure without vendor lock-in.
minor feature:
Other virtualization
LiTrue manufactures custom lithium battery cells and packs across multiple chemistries, including LiFePO4, NMC, and LCO, serving B2B clients globally. The company's product range spans high-rate pouch and prismatic cells, including solid-state and semi-solid-state anode-free variants with energy densities up to 495Wh/kg, along with high C-rate NMC and LFP cells rated for continuous discharge up to 10C and pulse discharge up to 20C. Cells are rated for operation across a wide temperature range of -43°C to 55°C.
Products are organized around applications including UAV/drone batteries, e-motorcycle battery packs, forklift batteries, and BESS (battery energy storage system) packs, with OEM/ODM services covering custom specifications and private labeling. The company also develops battery management technology, including localization-oriented BMS substitution, SOC/SOH estimation, and remote battery data management, plus high-voltage energy storage technology such as 10kV battery systems and multi-layer liquid cooling architecture.
The company reports 18+ years of experience, 85+ product series, 100+ in-house patents, and 230+ global partners, with automated production lines. It is based in Luoyang, Henan, China, and has cited project work including battery R&D with Volkswagen's PowerCo, 48V 76Ah battery pack assembly, and delivery of an 83.2V forklift lithium battery to Turkey.
minor feature:
Public Domain
An ansible role to setup the proxy environment in shell environment ( /etc/profile & /etc/csh_cshrc ) and the package manager. The following package managers are supported:
* apt
* pacman
* pkgng (FreeBSD)
* Suse (on Suse /etc/sysconfig/proxy is configured)
* yum
major feature: * Added support for dnf5
* Documentation updated
MITL ansible role proxy
HOL Plugins is the open-source (Apache-2.0) plugin pack for HOL Guard: local-first runtime firewall for AI coding agents. Plugins extend Guard with extra policy checks for shell, secrets, MCP, and package installs before they hit the OS. Install Guard with pipx install hol-guard && hol-guard init, then add plugins from https://hol.org/plugins. Scan is not a safety guarantee. Maker: HOL.
major feature: Initial public listing of HOL Plugins for HOL Guard (Apache-2.0).
Apache security python ai agents firewall plugins
Dateutils are a bunch of tools that revolve around fiddling with dates and times in the command line, with a strong focus on use cases that arise when dealing with large amounts of financial data. Their target market is shell scripts that need date calculations or calendar conversions, and as such they are highly pipe-able and modeled after their well-known cousins (e.g. dtest vs. test, or dgrep vs. grep).
minor bugfix: Features:
- zones can now be specified by their offset
- named input formats can be dates only
- allow to overspecify ywd dates
Bugfixes:
- differences absolutely less than 24 hours but
on different days are calculated correctly
- differences on epoch based timestamps are
implemented
- check if input fulfils V/ W specs
- always ignore time zone fixups when using the
"now" special
- when reading epochs do not treat 0 specially
- leap second transitions are detected properly
- datetest --isvalid also checks for fix-ups
BSDL c shell date calculation utilites command line time conversion calendar
CRM
18 Sep 06:22
Connect AI assistants to HelloGrowthCRM to search, update, and manage CRM data, automate sales workflows, and streamline lead, contact, and deal management using simple natural-language commands.
minor feature:
LibreDB Studio is a database client you install next to the database instead of on every laptop. You reach it in a browser, so the database no longer needs a port open to the outside world. Sixteen drivers cover forty two engines, among them PostgreSQL, MySQL, Oracle, SQL Server, MongoDB, Redis, SQLite, ClickHouse, DuckDB, Elasticsearch, Trino and Cassandra, and they all sit in one sidebar.
It has the parts you would expect from a desktop client: a Monaco editor with schema aware completion, visual EXPLAIN, ER diagrams with real foreign key edges, schema diff with generated migration SQL, and a grid that handles millions of rows. The optional AI assistant runs against your own model, including a local Ollama, and its read only mode is enforced by the database rather than by parsing the SQL.
It deploys as a container, a Helm chart, an npm package, deb and rpm, or a Tauri desktop build. Authentication is local accounts or OIDC, with role based access control.
minor feature: The schema sidebar is now an object tree. Views, materialised views, sequences, routines and triggers are listed per engine, each folder carrying a count. Opening a deferred connection issues no catalog query, and a large folder mounts only the rows in view. View, routine and trigger definitions can be read, and edited where the engine allows it. The agent keeps a run history of the last fifty conversations.
MITL database sql ide self-hosted postgresql mysql mongodb web docker
initial freshcode release:
MIT chrome extension security checklist browser privacy
Simfinity.js is an Apache-2.0 library for Node.js developers building GraphQL APIs. It generates queries, CRUD mutations, relationships, filters and pagination from GraphQLObjectType definitions. Applications can use MongoDB with Mongoose through @simtlix/simfinity-js or PostgreSQL 15+ through @simtlix/simfinity-postgres. Both adapters share the driver-free @simtlix/simfinity-core runtime. Hooks and authorization rules let applications add business logic and access controls. The optional, database-independent @simtlix/simfinity-mcp package exposes selected GraphQL operations as MCP tools. Documentation includes runnable starters and explains adapter differences. Simfinity.js runs inside the application; authentication and trusted user context remain the application's responsibility. Maintained by Simtlix and contributors.
major feature: Version 3.2.0 adds a PostgreSQL backend alongside MongoDB/Mongoose and publishes the corresponding packages. The release also adds documentation and runnable starters covering both database adapters, plus an updated README cover. See the release notes and compatibility guide for setup instructions and adapter differences.
Apache graphql nodejs javascript library postgresql mongodb api developers
InputPlumber is an open source input routing and control daemon for Linux. It can be used to combine any number of input devices (like gamepads, mice, and keyboards) and translate their input to a variety of virtual device formats.
minor feature: lt;h1 gt; lt;a href="https://github.com/ShadowBlip/InputPlumber/compare/v0.80.0...v0.81.0" gt;0.81.0 lt;/a gt; (2026-09-14) lt;/h1 gt;.
lt;h3 gt;Features lt;/h3 gt;.
lt;ul gt;.
lt;li gt; lt;strong gt;Config: lt;/strong gt; Add CPU Model matching ( lt;a href="https://github.com/ShadowBlip/InputPlumber/commit/5777d454cdb2e67c8417eca7e56d63bf3d92b5f2" gt;5777d45 lt;/a gt;) lt;/li gt;.
lt;li gt; lt;strong gt;Hardware Support: lt;/strong gt; Refactor and expand GPD driver support ( lt;a href="https://github.com/ShadowBlip/InputPlumber/commit/18e620a998d77ff398bfd16bedd53b26d5d2a773" gt;18e620a lt;/a gt;) lt;/li gt;.
lt;/ul gt;.
GNU GPLv3 linux daemon virtual-device rust
LibreDB Studio is a database client you install next to the database instead of on every laptop. You reach it in a browser, so the database no longer needs a port open to the outside world. Sixteen drivers cover forty two engines, among them PostgreSQL, MySQL, Oracle, SQL Server, MongoDB, Redis, SQLite, ClickHouse, DuckDB, Elasticsearch, Trino and Cassandra, and they all sit in one sidebar.
It has the parts you would expect from a desktop client: a Monaco editor with schema aware completion, visual EXPLAIN, ER diagrams with real foreign key edges, schema diff with generated migration SQL, and a grid that handles millions of rows. The optional AI assistant runs against your own model, including a local Ollama, and its read only mode is enforced by the database rather than by parsing the SQL.
It deploys as a container, a Helm chart, an npm package, deb and rpm, or a Tauri desktop build. Authentication is local accounts or OIDC, with role based access control.
minor bugfix: Database sizes the server declines to answer are now reported as absent rather than as 0 bytes, on MySQL, PostgreSQL, SQL Server and Oracle. An unmeasured database previously read as an empty one. The generated CREATE TABLE statement now emits the DDL of the engine it is aimed at instead of always emitting PostgreSQL's. Agent schema grounding no longer captures engine and extension objects. AWS Marketplace, Azure Marketplace and CasaOS channels are live.
MITL database sql ide self-hosted postgresql mysql mongodb web docker
Orekit aims at providing accurate and efficient low level components for the development of flight dynamics applications. It is designed to be easily used in very different contexts, from quick studies up to critical operations.
As a library, Orekit provides basic elements (orbits, dates, attitude, frames, ...) and various algorithms to handle them (conversions, propagations, pointing, ...).
minor feature: lt;p gt;Version 13.0.3 is a patch release of Orekit. The main changes are: lt;/p gt;.
lt;ul gt;.
lt;li gt;Update EGM default supported names for EGM 2008. lt;/li gt;.
lt;li gt;Allow SinexParser to handle empty lines. lt;/li gt;.
lt;li gt;wrong date for frames transforms in ionospheric models. lt;/li gt;.
lt;li gt;Avoid recomputing again and again the same transform between peered frames. lt;/li gt;.
lt;li gt;clone behavior in propagator builders. lt;/li gt;.
lt;li gt;Removed duplicate parameter of local clock offset in OneWayGNSSPhase. lt;/li gt;.
lt;li gt;Improved performance of shiftedBy in (Field)Orbit for vanishing time of flight. lt;/li gt;.
lt;li gt;LOF case in StateCovarianceMatrixProvider. lt;/li gt;.
lt;li gt;parameter driver added twice. lt;/li gt;.
lt;li gt;logic in EGMFormatReader to allow tide-free EGM2008 harmonics. lt;/li gt;.
lt;li gt;Avoid recomputing attitude twice in AggregateBoundedPropagator. lt;/li gt;.
lt;li gt;unit errors in EOP CSV format parser. lt;/li gt;.
lt;li gt;Speed up numbers formatting in Rinex files. lt;/li gt;.
lt;li gt;problem with FieldCircularOrbit. lt;/li gt;.
lt;li gt;Temporary to until GenericTimeStampedCache is. lt;/li gt;.
lt;li gt;Updated regular expression in GravityFieldFactory to read EGM2008 file as well as EGM96. lt;/li gt;.
lt;li gt;initial spacecraft state type when DSST Jacobian is activated. lt;/li gt;.
lt;/ul gt;.
Apache scientific physics space flight dynamics aerodynamics astrodynamics satellite-prediction altitude spaceflight orbital-mechanics java
Rust is systems programming language, which is intended to be fast and memory-safe through stronger typing, and prevent race conditions.
It's developed by Mozilla, multi-paradigm, supports concurrent execution, procedural, imperative, actor-based, object-oriented and pure-functional design schemes, with a syntax close to C++. The self-hosting
compiler utilizes LLVM and its resulting binaries are comparable in performance to C++. It also features algebraic data types, pattern matching, closures,
type inference, zero-cost abstractions, guaranteed memory safety, minimal runtime, and efficient C bindings.
minor feature: lt;p gt; lt;a id="user-content-1.98.1" gt; lt;/a gt; lt;/p gt;.
lt;ul gt;.
lt;li gt; lt;a href="https://github.com/rust-lang/rust//161441" data-hovercard-type="" data-hovercard-url="/rust-lang/rust//161441/hovercard" gt;rustc: miscompilation in generating vtables lt;/a gt; lt;/li gt;.
lt;/ul gt;.
MITL rust programming-language compiler concurrent type-safe
libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format. It is mostly compatible with VSFilter.
minor bugfix: Add new API to prune old events from memory.
Ass_prune_events for manual pruning.
Ass_configure_prune to set up automatic pruning.
Add ASS_OVERRIDE_BIT_BLUR flag.
Fontconfig: minor memory leaks in pathological font setups.
Coretext: build on older compilers or Mac OS X 10.5.
Checkasm: build for older compilers.
Aarch64: assembly build on strict compilers due to oversized align.
Meson: improve ASM configuration on x86 Android.
Meson: align MSVC warnings and optimisations r to gcc-like compilers.
Meson can now build all dev utility executables.
ISC subtitles library c assembly
Software-Defined Radio Digital Signal Processing Library - https://liquidsdr.org
liquid-dsp is a free and open-source digital signal processing (DSP) library designed specifically for software-defined radios on embedded platforms. The aim is to provide a lightweight DSP library that does not rely on a myriad of external dependencies or proprietary and otherwise cumbersome frameworks. All signal processing elements are designed to be flexible, scalable, and dynamic, including filters, filter design, oscillators, modems, synchronizers, complex mathematical operations, and much more.
minor feature: Build.
Pkg-config paths since `CMAKE_INSTALL_*` are not guaranteed to be.
Relative
Legacy: compiling and installing liquid-dsp.pc (pkg-config file).
Ing build with missing stdarg.h.
Autotest.
Added non-trivial description and keywords to all autotests; all tests.
Have at least a keyword matching their module, and typically their
Object name
Added "audit" flag to find tests with missing metadata or checks.
Core.
Logging: with stale file handle when outside of.
Log environment; added new method to file from within logging
Object
Logging: initialization in reset() that was causing segfaults.
Logging: added internal lock/unlock helpers to wrap user-defined.
Callbacks
Filter.
Resamp2: moving the default filter design to windowed Kaiser; firdespm.
Produces a good filter but takes prohibitively long on certain systems
Nco.
Ing build when M_PI is parenthesized.
Utility.
Added method to compute keyword matching for running autotests.
Benchmarks
MITL sdr ham-radio amateur-radio radio communication dsp c cpp
The LedgerSMB project provides small and mid-size businesses with solid open source accounting software: integrating invoicing, order processing, quotations and more (ERP). LedgerSMB aims to provide a strong (multi-currency accounting) basis to build your business on -- without vendor lock-in.
The project team considers correctness and performance equally important key usability features and is dedicated to providing both, even on the biggest data sets.
Sales (Invoices, Orders, Quotations)
Receivables & Payables
General ledger
Inventory management
Fixed asset accounting & depreciation
Profit & cost centers, departments, projects
Output documents in PDF, HTML, CSV, Office formats
Mail documents (e.g. invoices) from within the application
Translatable to your language (comes with 45 languages)
and more
The fact that LedgerSMB is open source
- meaning that the source code is freely available - makes it even more customizable and flexible.
minor bugfix: Changelog for 1.13.8
* Fix ledgersmb-admin error code to be non-zero on user creation failure (#9746)
* Prevent errors for database handles accessed during global destruction (#9748)
* Fix Apache2 example config failing to resolve static assets (#9804)
* Fix reporting units not showing up on AR/AP transactions (#9816)
* Explicitly return an HTTP error when user session creation fails (#9827)
GNU GPL accounting invoicing orders erp perl postgresql bookkeeping web
Weblate is an open source web-based translation tool with version control. It includes several hundred languages with basic definitions, and enables the addition of more language definitions, all definitions can be edited by the web community or a defined set of people, as well as through integrating machine translation, such as DeepL, Amazon Translate, or Google Translate.
minor feature: lt;p gt; lt;em gt;Released on September 8th 2026. lt;/em gt; lt;/p gt;.
lt;h3 gt;New features lt;/h3 gt;.
lt;ul gt;.
lt;li gt;Added per-user lt;a href="https://docs.weblate.org/en/weblate-2026.9.1/user/profile.html#notifications" rel="nofollow" gt; lt;span gt;notification diagnostics lt;/span gt; lt;/a gt; for users and administrators, with compact explanations of matching subscriptions for object paths. lt;/li gt;.
lt;/ul gt;.
lt;h3 gt;Improvements lt;/h3 gt;.
lt;ul gt;.
lt;li gt;.
lt;p gt;Added explicit lt;a href="https://docs.weblate.org/en/weblate-2026.9.1/user/search.html#search-results-cache" rel="nofollow" gt; lt;span gt;search result refresh lt;/span gt; lt;/a gt; in the translation editors and improved recovery when saved search results expire. lt;/p gt;.
lt;/li gt;.
lt;li gt;.
lt;p gt; lt;a href="https://docs.weblate.org/en/weblate-2026.9.1/contributing/start.html#dev-docker" rel="nofollow" gt; lt;span gt;Docker development tests lt;/span gt; lt;/a gt; now automatically prepare an isolated test environment without requiring application startup or the Dev Container CLI. lt;/p gt;.
lt;/li gt;.
lt;li gt;.
lt;p gt;Added a lt;a href="https://docs.weblate.org/en/weblate-2026.9.1/contributing/start.html#devcontainer" rel="nofollow" gt; lt;span gt;development container lt;/span gt; lt;/a gt; for tests and lint, with an optional lt;a href="https://docs.weblate.org/en/weblate-2026.9.1/contributing/start.html#dev-docker" rel="nofollow" gt; lt;span gt;application QA profile lt;/span gt; lt;/a gt;, isolated storage per Git worktree, dynamically allocated localhost application and mailbox ports, and Chromium diagnostics and mandatory browser test commands. lt;/p gt;.
lt;/li gt;.
lt;li gt;.
lt;p gt;Improved lt;a href="https://docs.weblate.org/en/weblate-2026.9.1/devel/reporting.html#stats" rel="nofollow" gt; lt;span gt;translation statistics lt;/span gt; lt;/a gt; calculation performance and avoided redundant parent updates when loading check and label details. lt;/
GNU GPLv3 translation localization web python html
lodsmith is a local Blender 4.2+ add-on that builds named low-poly indie game props from JSON recipes. Install it, pick crate (or a set like tavern), hit Build, and you get separate named mesh parts with a known triangle budget. It is not a cloud mesh generator: there is no Rodin, Tripo, Hunyuan, or Meshy pipeline, and Build does not require a login. The planner is keyword ranking (English and Korean aliases), not an LLM. A first contribution can be one JSON file: python -m addon new recipe <id>. Apache-2.0. https://github.com/saengha/lodsmith
major feature: Initial public release: JSON recipes and sets for named low-poly indie props in Blender 4.2+, known triangle budgets, local keyword planner, GLB export. Apache-2.0.
Apache 3d-modeling graphics python plugin blender gamedev
uftpd is a small FTP/TFTP server. No configuration files, no hassle, it just works!
minor feature:
ISC ftp tftp linux developers end-users system-administrators c
Tool Set AutoLink is an MIT-licensed Windows x64 utility for Bluebeam Revu users who work with BTX Tool Chest files. It opens a ZIP package or standalone BTX file, validates the BTX content, lets users choose which tool sets to add, and starts Revu with its documented BTX import command. It is intended for contractors, estimators, engineers, and consultants who need consistent deployment of construction markup symbols. It runs without administrator privileges and does not collect data. Tool Set AutoLink is independent software and is not affiliated with or endorsed by Bluebeam, Inc.
minor feature:
MITL desktop windows productivity construction bluebeam
|