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
Habeas is an open-source browser extension that reclaims your data (receipts, invoices, bank/card transactions) from services with no API or export that hide it behind anti-bot walls. It runs in your real, logged-in session, so it stores no credentials and never fights bot detection: the opposite of Plaid/Tink. Local-first: your data only leaves the browser to a destination you choose (folder, Drive, Dropbox, WebDAV, S3). Sources are declarative, auditable data, not code, in an open registry.
minor feature: Chore(release): 0.9.12
Ships the ING window, which needs the runtime clamp: ing-es 2026-08-08.2 is.
Gated behind minVersion 0.9.11.4, so until this reaches the stores the source.
Update is offered to nobody.
Also makes a failed Chrome Web Store upload visible. The step is deliberately.
Continue-on-error a store hiccup must not fail the release or skip the sibling.
AMO upload but that left the run green with the failure only in the log. The.
0.9.11 release read as success while the store never received it. A follow-up step.
Now emits a warning annotation and a job-summary block saying the GitHub asset.
Shipped and the store did not.
Affero GPLv3 javascript mozilla financial-and-insurance-industry end-users information-technology
loanamort is a small D library for fixed-rate loan amortization. A mortgage, an auto loan and a personal loan are the same object: a level monthly payment that covers the interest accruing on the balance and retires the principal over a fixed term.
Five public functions. monthlyPayment applies the standard amortization formula. amortizationSchedule returns one row per payment with the interest and principal split and the running balance. totalInterest sums the interest paid across the whole term. remainingBalance gives the principal still owed after a number of payments. payoffWithExtra reports how many months and how much interest an extra monthly amount removes.
Everything is @safe pure and dependency-free, with input contracts rejecting a negative principal, a non-positive term or a negative extra payment. The formula used is written out in the module documentation rather than left implicit. Six unittest blocks, MIT licensed.
minor feature: Initial release. Level monthly payment, a full per-period amortization schedule with the interest and principal split, lifetime total interest, remaining balance after N payments, and months and interest saved by an extra monthly payment. Five public functions, six unittest blocks, no dependencies.
MITL d dlang library finance loans amortization
dscrcalc is a small D library for the underwriting arithmetic on income-producing commercial property. Lenders size these loans off the debt-service-coverage ratio, and the rest of the metrics follow from the same few numbers on a rent roll.
Nine public functions. monthlyPayment and annualDebtService give the payment on a fully amortizing mortgage. dscr divides net operating income by annual debt service, and dscrVerdict buckets the result against the thresholds lenders commonly quote. breakEvenOccupancy finds the occupancy at which coverage is exactly 1.0. maxLoanFromDscr inverts the payment formula to find the largest loan a given NOI supports at a target coverage, and maxLoanFromCapRate does the same from value and an LTV cap. valueFromCapRate capitalizes NOI at a cap rate. cashOnCash divides annual pre-tax cash flow by cash invested.
Every function is @safe pure with input contracts on the arguments that must not be negative. Eight unittest blocks, no dependencies, MIT licensed.
minor feature: Initial release. DSCR with a bucketed verdict, amortizing debt service, break-even occupancy, maximum loan from a target DSCR or an LTV cap, value from a cap rate and cash-on-cash return. Nine public functions, eight unittest blocks, no dependencies.
MITL d dlang library finance real-estate lending
goldkarat is a small D library for gold pricing arithmetic. Gold is quoted as a spot price per troy ounce of fine metal, but jewellery and scrap change hands by the gram at a stated karat, so a conversion sits between the quote and the transaction. This library is that conversion.
Five public functions. karatPurity returns the purity factor for a karat. pricePerGram converts a spot price per troy ounce into a price per gram of fine gold. pricePerGramAtKarat applies purity to that figure. meltValue computes the scrap value of an item from its weight, karat and the spot price. convertMass moves an amount between gram, troy ounce, pennyweight and tola.
The library holds no price data of its own and makes no network calls. The spot price is always an argument, so the caller decides where the quote comes from. The mass constants are declared as named enums with their derivation shown in the comments. Five unittest blocks, no dependencies, MIT licensed.
minor feature: Initial release. Karat purity factors, spot-per-troy-ounce to price-per-gram, price per gram at a karat, melt value from weight and karat, and mass conversion between gram, troy ounce, pennyweight and tola. Five public functions, five unittest blocks, no dependencies and no bundled price data.
MITL d dlang library finance precious-metals units
lakelevel is a small D library for reservoir and lake water arithmetic. Operators report a lake by its water-surface elevation in feet above a datum, while the public asks how full it is and how much water that represents. This library does the conversions in between.
Eight public functions. percentFull turns an elevation into a percentage of the conservation pool given the full-pool and dead-pool elevations. depthAboveDatum gives depth over the streambed or gauge datum. interpArea interpolates surface area linearly between two rows of a published elevation-area table and clamps at either end rather than extrapolating. storageChange applies the average-end-area method to get the incremental storage in acre-feet between two elevations. Four unit conversions cover acre-feet to and from US gallons and cubic-feet-per-second to and from acre-feet per day.
The numeric conversion constants are declared as named enums with their derivation in the comment, so a reader can check them. Degenerate brackets and NaN inputs return zero instead of a nonsense figure. Six unittest blocks, no dependencies, MIT licensed.
minor feature: Initial release. Percent of conservation pool, depth above datum, clamped elevation-area interpolation, average-end-area storage change, and acre-feet, US gallon and cfs conversions. Eight public functions, six unittest blocks, no dependencies.
MITL d dlang library hydrology water units
deepvalue is a small D library for the balance-sheet arithmetic behind deep-value and net-net stock screening. It takes line items from a balance sheet and income statement and returns the handful of numbers a Graham-style screener checks, without opinions attached.
Ten public functions. ncav and ncavPerShare give net current asset value outright and per share. netNetWorkingCapital applies the classic liquidation haircuts to receivables and inventory. isNetNet reports whether price sits below two thirds of NCAV per share. grahamNumber computes the square root of 22.5 times EPS times book value per share. marginOfSafety expresses the discount of price to an intrinsic value. priceToEarnings and priceToBook cover the two defensive-investor ratios. piotroskiFScore evaluates the nine-point balance-sheet quality test from an input struct. grahamDefensiveChecks runs the ratio and leverage gates and returns each result rather than a single verdict.
Everything is @safe pure and dependency-free. Eight unittest blocks, MIT licensed.
minor feature: Initial release. NCAV and NCAV per share, net-net working capital, the two-thirds net-net test, Graham number, margin of safety, P/E and P/B, a nine-point Piotroski F-score and the Graham defensive checks. Ten public functions, eight unittest blocks, no dependencies.
MITL d dlang library finance investing stocks
ukmoneycalc is a small D library for UK take-home-pay arithmetic on the 2025/26 England and Northern Ireland thresholds. It answers the one question a payslip poses: what is left of an annual gross salary after PAYE.
Five public functions. personalAllowance applies the taper that withdraws the allowance as income rises above the taper threshold. incomeTax charges the basic, higher and additional bands on taxable income. nationalInsurance computes Class 1 employee contributions at the main rate up to the upper earnings limit and the reduced rate above it. studentLoan covers Plans 1, 2, 4, 5 and Postgraduate repayments. takeHome assembles a whole-year gross-to-net breakdown into a struct.
Every function is @safe pure and carries an input contract rejecting negative income. The package has no dependencies beyond the standard library and no runtime configuration. The thresholds are declared as named constants at the top of the module, so they are readable and auditable rather than buried in the arithmetic. Six unittest blocks, MIT licensed.
minor feature: Initial release. Personal-allowance taper, banded income tax, Class 1 employee National Insurance, student-loan Plans 1/2/4/5 and Postgraduate, and a combined gross-to-net breakdown. Five public functions, six unittest blocks, no dependencies.
MITL d dlang library tax payroll finance
crx-permission-risk classifies the permissions declared in a Chrome or Chromium extension manifest into risk tiers, with a plain-English rationale for each one.
Two permissions that read similarly in a manifest can differ a great deal in what they expose. activeTab grants the current tab's DOM only after an explicit user gesture and then auto-revokes, while tabs reads the URL and title of every open tab continuously
minor feature: Initial release. Risk tiers and 0-100 scores for named permissions, breadth-based scoring of host match patterns, plain-English rationale strings, and a set score that takes the maximum rather than the average. 9 unit tests.
MITL rust library security browser chrome
followability decides whether a link on a page you already fetched is actually followed by a crawler, and it reads the three signals that answer that together rather than one at a time.
Those signals are the link's own rel attribute, where nofollow, ugc and sponsored each withhold the follow
minor feature: Initial release. Parses rel token lists, meta robots contents and X-Robots-Tag headers, including user-agent-scoped directives, and combines them into one followability verdict with the reason that decided it. 22 unit tests.
MITL rust library seo robots parser
gate-contract models the gates of a staged build pipeline as a contract that fails closed.
A pipeline that only knows PASS and FAIL has a third state hiding inside it: the gate that could not be evaluated, because a credential was missing, an API timed out, or the value it needed was never produced. Treating that as a pass is how a run reaches its last stage having checked nothing. The rule this library enforces is that a blocking gate halts the run when it fails and when it cannot be evaluated.
Outcome is Pass, Fail or Unevaluable, each carrying a reason. Known<T> propagates Unknown through map and zip_with instead of decaying to a default, so an unknown input cannot slip past a threshold check. Severity separates blocking gates from advisory ones, whose failures become warnings in the report. Stage::evaluate visits every gate, so one run reports every problem and still names the first that halts, and Pipeline::run reports how many stages never ran.
No dependencies, #![forbid(unsafe_code)], MSRV 1.63, 14 unit tests. Dual licensed MIT OR Apache-2.0. Source at github.com/theluckystrike/gate-contract-rs, API documentation on docs.rs.
minor feature: First freshcode entry
MITL rust library pipeline validation build-tool
serp-ctr is a small Rust library for the arithmetic that search-console data needs before it means anything: click-through rate, impression-weighted average position, SERP page bucketing, pooled totals across many rows, and projected clicks against a CTR-by-position curve.
It deliberately ships no built-in "average CTR by position" table. Published tables are third-party estimates that disagree with one another and shift with query intent and SERP layout, so baking one in would turn somebody else's sample into this library's constant. CtrCurve is built from the caller's own observed rows instead. It interpolates linearly between positions it has actually seen, never extrapolates past them, and returns an error rather than a number for a position it has never observed.
No dependencies, #![forbid(unsafe_code)], MSRV 1.63, 15 unit tests plus doc-tests. Dual licensed MIT OR Apache-2.0. Source at github.com/theluckystrike/serp-ctr-rs, API documentation on docs.rs.
minor feature: Initial release. Click-through rate and impression-weighted average position, SERP page bucketing, pooled totals across rows, CtrCurve built from caller-supplied observations with clamped linear interpolation, and click projection. 15 unit tests.
MITL rust library seo analytics statistics
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 bugfix: Version 1.8.2 includes several small cleanup items to support reproducible
And consistent builds.
General.
Cleaned up old instances of assert statements in code which would cause.
The program to exit on failure; instead log error and gracefully return
Build.
Added option to disable building timestamps etc. for reproducibility
in automated builds.
Core.
With resolving SIMD selection between build, runtime, and.
Implementation
MITL sdr ham-radio amateur-radio radio communication dsp c cpp
Gradle is an open-source build automation tool focused on flexibility and performance. Gradle build scripts are written using a Groovy or Kotlin DSL.
major feature: We are excited to announce Gradle 9.7.0 (released 2026-08-06).
In this release, the Isolated Projects performance feature graduates from experimental to incubating, bringing safe parallel project configuration and tools to help you migrate your build.
This release also enhances the Configuration Cache, where tasks gain access to higher-level dependency resolution APIs, Java agents and TestKit work better together, and a source of spurious invalidation when used from IntelliJ IDEA was removed.
Test reporting and execution now surfaces framework-initialization failures for TestNG, JUnit 4, and JUnit Platform in the console by default, and supports the new way of controlling parallelism in TestNG 7.10 and later.
In CLI, logging, and problem reporting, Gradle now shows a source location for up to 2050 problems per build, up from 50, so the console, problems report, and Tooling API pinpoint many more issues.
Security and infrastructure improvements make trusted PGP keys easier to document and signing-key rotations easier to spot, while build authoring gains custom archive timestamps along with several new APIs for build and plugin authors.
Finally, performance improvements let file system watching work with a custom project cache directory, and dependency management previews improved dependency resolution ordering.
Apache build-tool c c++ groovy java kotlin
NoteGen is an open-source AI Markdown note-taking application for capturing first, organizing later, and syncing plain Markdown files.
major feature:
GNU GPLv3 desktop markdown artificial intelligence documentation office
Habeas is an open-source browser extension that reclaims your data (receipts, invoices, bank/card transactions) from services with no API or export that hide it behind anti-bot walls. It runs in your real, logged-in session, so it stores no credentials and never fights bot detection: the opposite of Plaid/Tink. Local-first: your data only leaves the browser to a destination you choose (folder, Drive, Dropbox, WebDAV, S3). Sources are declarative, auditable data, not code, in an open registry.
minor feature: Chore(release): 0.9.10
Ships config-sync adopt-on-write: writeSnapshotIfChanged unions the remote.
Config snapshot before writing, so a device with a smaller/unpulled local.
View can never shrink the shared snapshot completing the "adopt a remote.
Canonical ledger, never clobber it with a local copy" invariant.
Affero GPLv3 javascript mozilla financial-and-insurance-industry end-users information-technology
elm.chat is an AGPL-3.0 open-source web messenger for creating a temporary room, sharing a single-use invite, and explicitly destroying the room. Messages and files are encrypted in the browser and relayed through one Cloudflare Durable Object per live room
minor bugfix: v0.1.2 repairs one-click Cloudflare self-hosting for the npm-workspaces repository by adding a root Wrangler contract, root build/deploy commands, and an automated configuration drift check. It also improves native-share and clipboard invite handoffs and hardens closed-WebSocket teardown. Independent deployments omit elm.chat's optional aggregate growth binding. The release has not completed an independent security audit; message authentication and replay/duplicate protection remain unfinished, the relay sees connection metadata, and endpoints can retain copies.
Affero GPLv3 communication chat cryptography web-environment javascript end-users privacy open-source
Mustangproject is a tool to write, validate and parse Factur-X/ZUGFeRD and (CII)XRechnung e-invoices.
It is a (permissive) open source cross platform command line tool and a Java library.
The command line tool e.g. allows to extract and combine PDF and XML from/to Factur-X as well as validate e-invoices, convert XML to HTML or migrate from ZUGFeRD v1 to v2.
The library additionally allows to generate the XML to be embedded either by implementing interfaces or actively creating objects.
minor feature: ## Highlights
Support for ZUGFeRD 2.5.2 (=Factur-X 1.09.2, #1216) as well as support LogisticsServiceCharges (Zuschläge für Versand Verpackung, #228) and fixing VeraPDF Vulnerabilities CVE-2026-54078 and CVE-2026-54079 (#1213)
## Fixes
- #1207 itemTotalNetAmount is null Exception when validating invoices
- #925 Emit line-level CalculationPercent (BT-138) and BasisAmount (BT-137) for the EN16931 and XRechnung profiles, using the caller-supplied Allowance/Charge basis amount.
- #1171 Removed deprecated methods Item::getAllowances() Item::getCharges() and their last usage in ZUGFeRD2PullProvider.
- #1174 Fix UBL AllowanceCharge import, add missing percent/basisAmount aliases, dropped per-unit-price allowances
- #1163 Make doRecalculateItemPricesFromLineTotals() use more than the fixed scale of 4.
- #1162 Skip the elements "Information" and "PayeeSpecifiedCreditorFinancialInstitution" for basic profiles.
- #1134 Fix: Trade party universal communication id not imported when scheme is not "email address" (EM) but "electronic address" (0225).
- #1150 Remove D . M . Y after Rechnungsdatum in HTML visualization
- #996 Omit ExemptionReason written to line item level for profile EN16931, some validators raise a warning or even an error
- #1097 Invoice importer: LegalOrganization id not imported (wrong node name 'GlobalID' instead of 'ID' used)
- #1151 'BR-FXEXT-IC-08rev' in ZF 2.5 requires VAT exemption reason text and code for allowances and charges
- #1145 Document-level allowance with VAT category O emits RateApplicablePercent (violates BR-O-06)
- add disableArithmeticCheck() / --no-arithmetic-check option to skip the arithmetic recalculation pass during validation
- #1167 Upgrade com.fasterxml.jackson.core to 2.22.1 from 2.17.3
- #1186 Read Item LineTotalAmount from SpecifiedTradeSettlementLineMonetarySummation
- #976 / #797 InvoiceImport: read ContractReferencedDocument/IssuerAssignedID into Invoice.contractReferencedDocument
- #987 Show only the matching BIC pe
APL invoice metadata accounting java-library java e-billing e-invoice
QuoteChime Free is a browser-only message generator for Australian trade and service businesses following up unanswered quotes. It creates a finite four-touch sequence: receipt check, helpful nudge, decision request, and polite close. Customer and quote details never leave the browser. The project has no dependencies, account, cookies, tracking, or network calls and can be hosted as static files. It is intended for small-business operators and resource publishers who want practical follow-up wording without pressure tactics or automated sending.
minor feature: Adds optional quote numbers to generated follow-ups and fixes wording when the amount is blank. Copied email drafts now include their subject line, text downloads use the QuoteChime filename, and the standalone demo has matching copy controls.
MITL utilities javascript office customer-service end-users web-environment
QuoteChime Free is a browser-only message generator for Australian trade and service businesses following up unanswered quotes. It creates a finite four-touch sequence: receipt check, helpful nudge, decision request, and polite close. Customer and quote details never leave the browser. The project has no dependencies, account, cookies, tracking, or network calls and can be hosted as static files. It is intended for small-business operators and resource publishers who want practical follow-up wording without pressure tactics or automated sending.
minor feature: Renamed the public edition to QuoteChime Free and added links to three companion tools: business-day calendar reminders, lost-revenue scenario modelling, and calm objection responses.
MITL utilities javascript office customer-service end-users web-environment
A client-side calculator for comparing buyer-facing Steam Community Market prices with seller proceeds using integer minor units. It separates Steam and publisher fee components, supports configurable rates, and includes boundary tests for rounding behavior. The source is MIT-licensed, and Steam's final displayed amount remains authoritative.
minor feature:
MITL steam marketplace calculator javascript web utility
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:
GNU GPLv3 translation localization web python html
elm.chat is an AGPL-3.0 open-source web messenger for creating a temporary room, sharing a single-use invite, and explicitly destroying the room. Messages and files are encrypted in the browser and relayed through one Cloudflare Durable Object per live room
minor feature: v0.1.1 centralizes the public security status and limitations, opens an independent-review coordination issue, preserves an invited participant s active room when they open the make-your-own path, and adds a public changelog, press kit, practical guides, structured article pages, and a 12-entry RSS feed. The release has not completed an independent security audit
Affero GPLv3 communication chat cryptography web-environment javascript end-users privacy open-source
elm.chat is an open-source web messenger for creating a temporary room, sharing a single-use invite, and destroying the room when the conversation is finished. Messages and files are encrypted in the browser and relayed through one Cloudflare Durable Object per live room
major feature: First tagged release. Adds browser-side encryption for messages and files, single-use and revocable room invitations, manual and timed room destruction, account-free use, no persisted server-side transcript or file history, one Durable Object per live room, a one-click Deploy to Cloudflare path, and public architecture and threat-model documentation. This release has not had an independent security audit
Affero GPLv3 communication chat cryptography web-environment javascript end-users privacy open-source
Duckweed is a cross-platform local terminal workspace for vibe coding. It keeps real PTY-backed shells, locally installed coding-agent CLIs, project context, tests, logs, and Git diff review visible in one window. It supports Windows, macOS, and Linux and can run Claude Code, Codex CLI, Cursor Agent, Grok CLI, and OpenCode already installed on the computer. Duckweed does not host repositories or provide provider accounts, subscriptions, API credentials, or usage-limit bypasses. It is distributed under the Duckweed Source-Available License 1.0.
minor feature: Current stable release: local multi-pane workspace, real shells, coding-agent interfaces, project context, and Git diff review for Windows, macOS, and Linux.
Other terminal-emulator developer-tools ai-coding cross-platform windows macos linux tauri rust claude-code codex cursor-agent opencode git
AI Dictation is an MIT-licensed voice-to-text application for macOS, Windows, iPhone, iPad, and Android. It provides voice input in supported text fields, offline speech recognition on supported devices and languages, and optional cloud transcription and cleanup. Personal vocabulary, replacements, writing rules, and spoken shortcuts are available depending on platform and workflow. Native client source is published at https://github.com/writingmate/aidictation.
minor feature:
MITL speech-to-text voice-to-text dictation desktop mobile macos windows ios android swift
FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. Enjoy the freedom of using your software wherever you want, the way you want it, in a world where interoperability can finally liberate your computing experience.
major security: Security and release.
Addresses a severe server side, update highly recommended.
CVE:
Claude and Ada Logics.
https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-m37j-jcr2-8gcc.
https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-vv64-95pc-vj9v.
https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-rqgv-grx4-xm6x.
## What's Changed.
Logon info update.
Websocket regression.
Sdl clipbaord and bounds checks.
core,rdstls improve version handling.
channels,drdynvc channel unref on create request send failure.
Audin checks.
channels,rdpsnd tighten bounds checks.
Pcap cleanup.
For a complete and detailed change log since the last release run:
git log 3.30.0...3.29.0
Apache rdp remote-desktop networking c
An Open Source 90s Pixelart Science-Fiction Real Time Strategy game with Multiplayer (LAN and internet) support, competent skirmish AI as well as an integrated map editor. All the assets are licensed under Open Source compliant terms.
major feature:
GNU GPLv3 game rts pixelart sci-fi strategy
Habeas is an open-source browser extension that reclaims your data (receipts, invoices, bank/card transactions) from services with no API or export that hide it behind anti-bot walls. It runs in your real, logged-in session, so it stores no credentials and never fights bot detection: the opposite of Plaid/Tink. Local-first: your data only leaves the browser to a destination you choose (folder, Drive, Dropbox, WebDAV, S3). Sources are declarative, auditable data, not code, in an open registry.
minor feature: Feat(perms): detect amp; recover revoked site access (noperm)
A source's OPTIONAL host permissions can be silently revoked by a.
Browser/add-on update notably a Firefox temporary add-on reload .
After which auto-sync died with a cryptic "groups 0 Missing host.
Permission for the tab".
An unattended run now checks permissions.contains first.
(lib/capture.js#hasCapturePermissions); on loss it logs a distinct.
`noperm` status and fires an actionable notification whose click opens.
Settings. Settings flags each affected source with a "Site access.
Needed" pill + a one-click "Grant site access" button that re-requests.
The permission (the user gesture the background lacks) and re-registers.
The capture bridge. Localized (en/es), styled, unit-tested. Release 0.9.8.
Affero GPLv3 javascript mozilla financial-and-insurance-industry end-users information-technology
A build configuration tool.
minor feature: 0.6 2026-7-31
* Changes:
* The 'check_include_...' statements are now efficient.
* Remove 'set temporary'.
* New Features:
* set local
* Internal:
* Re-write variable handling.
Zlib c console cross-plattform developers
Agent Only MCP is an open-source stdio MCP server for coding agents, paired with a public troubleshooting community. It helps agents search shared fixes, record reusable solutions, and coordinate practical debugging knowledge without opening a local network port. Install with npx -y agent-only-mcp. Node.js 20+; MIT license.
minor feature: Current release provides a stdio MCP server with shared troubleshooting memory and practical Agent Only community access.
MITL mcp ai-agents developer-tools nodejs open-source troubleshooting
GNU nano is a console text editor, modeled after Pico. It is very newcomer-friendly due to on-screen menus with always visible keyboard shortcuts. Keybindings are configurable, and full undo and redo actions are supported. Nano can even be used as STDIN pager, and it provides fast syntax highlighting using regular expressions.
minor bugfix: * Nano refuses to start when standard output is not a erminal.
* Options --newbuffer and 'set newbuffer' were added as better synonyms of --multibuffer and 'set multibuffer'.
* Legacy keystroke pairs Ctrl+W Ctrl+T and Ctrl+/ Ctrl+T are recognized again.
GNU GPL editor text-editor terminal console pico syntax-highlighting
Onyx Launcher is a free and open-source Minecraft launcher for Windows and Linux. It keeps instances isolated, integrates Modrinth discovery and installation, manages Java automatically, and includes Crash Bisect, performance diagnostics, World Guard snapshots, and safe backups. It is intended for players who want clean modded profiles and practical recovery tools in a modern desktop interface.
minor feature: Current stable release with Windows installer and portable builds, Linux AppImage and tarball, an English interface, isolated instances, integrated Modrinth browsing, automatic Java management, Crash Bisect, World Guard snapshots, diagnostics, and safe backups.
MITL minecraft launcher gaming modrinth typescript electron windows linux
PanConvert is a multi-platform GUI for instrumenting Pandoc to convert between various text, file and markup formats. It allows selecting files, or ad-hoc conversion of entered/pasted markup. Pandoc needs to be installed, and handles MarkDown/CommonMark, LaTeX, OPML, ODT and EPUB formats.
feature: Updated to QT6
GNU GPLv3 python qt5 pandoc text-conversion markup format
FamiStudio is a simple music editor for the Nintendo Entertainment System or Famicom. It is targeted at both chiptune artists and NES homebrewers.
minor bugfix: This release was also 100 handled by Steo, I'm just publishing it. Thanks!!
Export dialog where "Loop Count" and "Duration" options could both be disabled.
Where a leading whitespace in the project name would break ROM / NSF export.
With FamiTracker exports where envelopes weren't truncated to max supported length.
Where sequencer didn't update when deleting a sample in "DPCM Sample" color mode.
Introduced in 4.5.0 regarding MIDI instruments no longer exporting as intended.
Added option to replace arps in context menu.
Crash with broken MIDI files (unexpected end of file).
Where pasting a pattern in the sequencer could lead to it containing an unsupported effect.
With switching back to instrument arp after using an override.
MITL music music-editor audio audio-editor nes chiptune csharp assembly
Habeas is an open-source browser extension that reclaims your data (receipts, invoices, bank/card transactions) from services with no API or export that hide it behind anti-bot walls. It runs in your real, logged-in session, so it stores no credentials and never fights bot detection: the opposite of Plaid/Tink. Local-first: your data only leaves the browser to a destination you choose (folder, Drive, Dropbox, WebDAV, S3). Sources are declarative, auditable data, not code, in an open registry.
minor feature: Chore(release): 0.9.2
Groups the accumulated work: native in-Settings recorder, configurable.
Sync-all (membership/order, drag'n'drop), passphrase secrets vault, broker.
Trade display, epoch range format, list.expand (+drop), refresh progress.
Send-from-store (avoid needless source access). Unblocks pepephone-es.
(minVersion 0.9.2).
Affero GPLv3 javascript mozilla financial-and-insurance-industry end-users information-technology
Orkas
28 Jul 03:08
Orkas is an open-source, local-first desktop AI workforce. A Commander turns goals into executable plans and coordinates specialist agents in parallel or sequence through one chat. It supports work such as research, coding, data analysis, documents, slides, and video. Packaged installers are available for macOS and Windows, while Linux can be run from source.
:
MITL artificial-intelligence desktop multi-agent typescript productivity
|