open-source
Proxy for connecting to Podman rootless containers by domain name.
Makes Firefox the World's First Cloud-Native Dev Browser!
Seriously though, Podfox is a SOCKS5 proxy for accessing Podman's rootless network namespace from the host. Podfox creates a convenient virtual domain hierarchy in the proxy: a <container>.<network>.podman request gets resolved as <container>.dns.podman on <network>'s aardvark-dns server. Firefox can be configured to use it through a PAC policy or an included one-liner extension (TODO: maybe publish to AMO?).
Related contents:
Database Change Management & CI/CD Automation, Database DevOps.
Automated, secure, and compliant database change management pipelines that accelerate delivery and reduce toil. Liquibase helps millions of developers track, version, and deploy database schema changes.
Quickly locate nix packages with specific files.
nix-index is a tool to quickly locate the package providing a certain file in nixpkgs. It indexes built derivations found in binary caches.
VS Code in the browser.
Run VS Code on any machine anywhere and access it in the browser.
Docker Proxy Filter (DPF) is a smol, forward proxy for filtering the content and responses of Docker API responses to only those you want to expose.
Unlike the OG docker-socket-proxy and its variants, DPF provides filtering of the response content from the Docker API, rather than disabling/enabling of API endpoints. It does not connect directly to the Docker socket: it designed to be used with another Docker "Socket Proxy" container. Combined with a socket-proxy container that provides granular endpoint access it's possible to expose only information about specific containers in a read-only context.
Related contents:
Stash Your Links, Revisit Anytime. Your Self-Hosted Bookmark Manager.
LinkStash is a self-hosted, backend-driven bookmarking and "read it later" solution, empowering you to take full control of your saved links and offline content.
JavaScript Database. A fast, local first, reactive Database for JavaScript Applications.
RxDB (short for Reactive Database) is a local-first, NoSQL-database for JavaScript Applications like Websites, hybrid Apps, Electron-Apps, Progressive Web Apps, Deno and Node.js.
OpenRegex is a simple, self-hosted, web-based regular expression (regex) tester and debugger.
Nintendo Switch Emulator.
yuzu is an experimental open-source emulator for the Nintendo Switch from the creators of Citra. It is written in C++ with portability in mind, with builds actively maintained for Windows, Linux and Android.
Redis in Zig.
A Redis-compatible in-memory data store written in Zig, designed for learning and experimentation. Zedis implements the core Redis protocol and data structures with a focus on simplicity, performance, and thread safety.
Halloy is an open-source IRC client written in Rust, with the iced GUI library. It aims to provide a simple and fast client for Mac, Windows, and Linux platforms.
wob is a lightweight overlay volume/backlight/progress/anything bar
for wlroots-based Wayland compositors.
werk is a simplistic build system, similar to make, and a command runner, similar to just. It tries to be very easy to use, and religiously portable.
Get news from foreign RSS feeds translated, summarized, and spoken to you daily.
Are you a fan of daily news briefings, but wish you had a wider selection of sources? Say no more! Newsbridge is a simple app that allows you to add your sources as RSS feeds, and then delivers the top stories rom all sources (regardless of the source language) on demand as a 5-6 minute audio briefing.
Mix sources from French, Arabic, Korean, Russian, etc., it doesn't matter. Everything is translated to your language before audio is played.
Real-time Claude Code usage monitor with predictions and warnings.
A beautiful real-time terminal monitoring tool for Claude AI token usage. Track your token consumption, burn rate, and get predictions about when you'll run out of tokens.
Bcachefs is an advanced new filesystem for Linux, with an emphasis on reliability and robustness and the complete set of features one would expect from a modern filesystem.
AI-Powered Note Taking App.
An open-source, self-hosted personal AI note tool prioritizing privacy, built using TypeScript .
Blinko is an innovative open-source project designed for individuals who want to quickly capture and organize their fleeting thoughts. Blinko allows users to seamlessly jot down ideas the moment they strike, ensuring that no spark of creativity is lost.
This is an OpenTelemetry auto-instrumentation package for Symfony framework applications.
Build the 2D and 3D Web Without Coding. Your visual workspace for React / Three Fiber.
Triplex is your visual workspace for building React / Three Fiber components. Build 2D and 3D components without coding using its visual and input controls. Jump down to code when you need to.
Related contents:
The Live Blogging Platform for News Professionals
Live Blog is open source live blogging software that allows you to cover live events and breaking news with a curated timeline including text, images, audio and video from your reporters and social media channels.
The PHP deployment tool with support for popular frameworks out of the box.
Network recon framework.
IVRE is an open-source framework for network recon. It relies on open-source well-known tools (Nmap, Masscan, ZGrab2, ZDNS and Zeek (Bro)) to gather data (network intelligence), stores it in a database (MongoDB is the recommended backend), and provides tools to analyze it.
Budget Better, Gain More Experience Badget
Badget aims to simplify financial management with a user-friendly interface and robust backend. Empower your financial management with AI-driven insights, making tracking and optimizing your finances effortless.
The Progressive JavaScript Framework.
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
Related contents:
The AT Protocol is an open, decentralized network for building social applications.
Related contents:
An asynchronous Prometheus exporter for iptables
iptables_exporter runs one of several backend "scrape targets" such as iptables-save --counter and scrapes the output to build Prometheus metrics.
Build PowerPoint presentations with JavaScript. Works with Node, React, web browsers, and more.
PptxGenJS lets you generate professional PowerPoint presentations in JavaScript - directly from Node, React, Vite, Electron, or even the browser. The library outputs standards-compliant Open Office XML (OOXML).
Quickdash is a simple Angular/JSON powered self-hosted start page.
Podcast hosting. Self-hosted, fast and reliable podcast publisher.
Mockery is a project that creates mock implementations of Golang interfaces. It inspects source code and generates implementations of the interface that aid in testing.
In addition to providing a number of different styles of mocks, mockery also allows users to provide their own template files that will then be rendered using a set of template data, methods, and functions that provide comprehensive typing information about the Go interface in question.
iPlayarr is a companion tool for Sonarr and Radarr, making it easy to integrate get_iplayer for searching and downloading iPlayer content directly. It acts as both an indexer and a download client, allowing seamless automation of TV and movie downloads.
an exabyte scale, multi-region distributed filesystem.
Related contents:
An in-depth book and reference on building agentic systems like Claude Code. A deep-dive guide into architecture patterns for building responsive, reliable AI coding agents.
There's been a lot of asking about how Claude Code works under the hood. Usually, people see the prompts, but they don't see how it all comes together. This is that book. All of the systems, tools, and commands that go into building one of these.
A practical deep dive and code review into how to build a self-driving coding agent, execution engine, tools and commands. Rather than the prompts and AI engineering, this is the systems and design decisions that go into making agents that are real-time, self-corrective, and useful for productive work.
MCP server for your browser.
Browser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser.
If you want to automate actions on a website, like repeatedly fill out a form, you normally can't do it with AI apps like Cursor or Claude because they don't have access to a web browser. With Browser MCP, you can connect AI apps to your browser so they can automate tasks on your behalf.
A terminal application to view, tail, merge, and search log files (plus JSONL).
This tool helps you explore the SQLite file format internals according to the official specification. It's designed for developers and database enthusiasts who want to understand the internal structure of SQLite database files.
Security tool against dependency typosquatting attacks.
Twyn is a security tool that compares the name of your dependencies against a set of the most popular ones, in order to determine if there is any similarity between them, preventing you from using a potentially illegitimate one. In short, Twyn protects you against typosquatting attacks.
Server-oriented customizable templating for JavaScript
hmpl is a small template language for displaying UI from server to client. It is based on customizable requests sent to the server via fetch and processed into ready-made HTML.
Related contents:
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings.
Related contents:
Open-source monitoring made simple. Get real-time insights into your infrastructure with powerful analytics and instant alerts.
Related contents:
The Ultimate Homepage for your Homelab.
Dashy is an open source, highly customizable, easy to use, privacy-respecting dashboard app.
It's packed full of useful features, to help you build your perfect dashboard. Including status checks, keyboard shortcuts, dynamic widgets, auto-fetched favicon icons and font-awesome support, built-in authentication, tons of themes, an interactive config editor, many display layouts plus loads more. All the code is free and open source, and everything is thoroughly documented, you can get support with any questions on GitHub.
Fast caching software with a focus on low latency and cpu efficiency.
Pogocache is fast caching software built from scratch with a focus on low latency and cpu efficency.
Faster: Pogocache is faster than Memcache, Valkey, Redis, Dragonfly, and Garnet. It has the lowest latency per request, providing the quickest response times. It's optimized to scale from one to many cores, giving you the best single-threaded and multithreaded performance.
:books: Web app for browsing, reading and downloading eBooks stored in a Calibre database.
Standards first web framework. Nue is HTML, CSS, and JavaScript taken to their absolute peak.
Related contents:
Educational framework exploring ergonomic, lightweight multi-agent orchestration. Managed by OpenAI Solution team.
Related contents:
Open-Source Low-Latency Accelerated Linux WebRTC HTML5 Remote Desktop Streaming Platform for Self-Hosting, Containers, Kubernetes, or Cloud/HPC .
Beacon Enabled, Laravel Content Management System.
We aim to make Coaster CMS as feature rich as possible. Built upon the Laravel PHP framework, Coaster CMS is both fast and secure. Create beautiful content with TinyMCE and take a look into the future with the Internet Of Things.
Typesafe APIs Made Simple 🪄. Easy to build APIs that are end-to-end type-safe and adhere to OpenAPI standards.
oRPC is a powerful combination of RPC and OpenAPI, makes it easy to build APIs that are end-to-end type-safe and adhere to OpenAPI standards
Cute illustrations for React Apps.
React Kawaii is an open source library of cute SVG illustrations. Perfect if you want to give some cuteness to your React App.
Easy Go Containers. Build and deploy Go applications.
ko makes building Go container images easy, fast, and secure by default.
ko is a simple, fast container image builder for Go applications. It's ideal for use cases where your image contains a single Go application without any/many dependencies on the OS base image (e.g., no cgo, no OS package dependencies).
NPM Dependency Diagrams. A tool for exploring NPM modules and dependencies.
Related contents:
Modular building blocks for building collaborative applications like Google Docs and Figma.
Yjs is a shared editing framework. It exposes Shared Types that can be manipulated like any other data type. But they are synced automatically!
Related contents:
eza is a modern, maintained replacement for ls, written in rust
It visually distinguishes file types and metadata with colors.
It knows about symlinks, extended attributes, and Git.
Your AI Assistant for Android.
Experience a new way of using your phone. Panda operates your Android device hands-free and intelligently moderates content based on your preferences. It's like having Siri, but smarter and more powerful.
Related contents:
🐒 Bundler-free build tool for TypeScript libraries. Powered by tsc.
zshy (zee-shy) is a bundler-free batteries-included build tool for transpiling TypeScript libraries. It was originally created as an internal build tool for Zod but is now available as a general-purpose tool for TypeScript libraries.
With one command, create a natural-sounding audiobook from a variety of input formats (epub, mobi, txt, PDF, HTML and more!)
muchsync synchronizes notmuch mail across machines.
muchsync brings notmuch to all of your computers by synchronizing your mail
messages and notmuch tags across machines.
The protocol uses pipelines to work efficiently over high-latency networks
such as mobile broadband.
Supercharged AI Development Environment.
Amplifier is a coordinated and accelerated development system that provides specialized AI agents, persistent knowledge that compounds over time, and workflows that execute complex methodologies.