quiche: Cloudflare's Rust Implementation of QUIC and HTTP/3
Every time you load a modern website, chances are the bytes arrive over QUIC — the UDP-based transport protocol that replaced TCP-plus-TLS with something faster to set up, harder to bottleneck, and designed for the mobile era. Implementing QUIC correctly...
Worktrunk: Git Worktrees Made Easy for Parallel AI Agents
Worktrunk: Git Worktrees Made Easy for Parallel AI Agents AI coding agents such as Claude Code and Codex can now handle long tasks without supervision, which makes it practical to run five or ten of them side by side. Git’s...
OpenStock: An Open-Source Alternative to Expensive Market Platforms
OpenStock: An Open-Source Alternative to Expensive Market Platforms Real-time stock prices, personalized alerts, and company insights are usually sold as subscriptions, and the best-known market platforms charge handsomely for all three. OpenStock is an open-source alternative built by the Open...
Home Assistant: Local Control and Privacy for Your Smart Home
Home Assistant: Local Control and Privacy for Your Smart Home Most smart home platforms quietly route your devices through someone else’s cloud. Your lights, locks, and sensors may sit in the same room as you, but their commands travel to...
Higgsfield: Multi-Node LLM Training Without Crying
Higgsfield: Multi-Node LLM Training Without Crying Training a large language model across a cluster of GPUs is an exercise in frustration: environment conflicts, hundreds of configuration arguments, scheduler scripts, and fragile deployment steps that break the moment a node reboots....
Firstmate: Talk to One Agent, Ship With a Crew
Firstmate: Talk to One Agent, Ship With a Crew Running one coding agent is easy. Running four at once turns you into a tab juggler: babysitting terminal sessions, copy-pasting context between repos, and forgetting which window held the failing test....
Cilium: eBPF Networking, Security, and Observability for Kubernetes
Cilium: eBPF Networking, Security, and Observability for Kubernetes Every pod in a Kubernetes cluster needs three things from the network: to reach its neighbors fast, to be protected by policies that survive scale, and to be observable when something breaks....
TradingView MCP: Give Your AI Assistant Eyes and Hands on Your Trading Charts
If you have ever watched an AI write flawless code but fumble in the dark the moment the task involves your trading chart, you already understand the gap this project closes. TradingView MCP is an open-source bridge, MIT licensed, that...
Supabase: The Open-Source Firebase Alternative You Can Self-Host on Your Own ...
Ask a room of developers what killed the most side projects, and the answer is rarely ambition. It is the backend: auth screens, database schemas, file uploads, real-time updates, and the glue between them. Supabase set out to remove that...
OpenAI Plugins: A Curated Library of Codex Plugin Examples
If you have ever wanted your coding agent to actually know Figma, talk to Notion, drive Stripe, or scaffold an Expo app without you pasting instructions every session, the answer is not a smarter model. The answer is packaging: playbooks,...
Hister: Your Own Private Search Engine for Everything You Have Read
You have experienced this a hundred times. You read the perfect answer to a problem last week, on some forum, in some doc, behind some tab you closed. Today the problem is back and the page is gone. Google will...
Docling: Turn Any Document Into AI-Ready Data
Every team building with generative AI hits the same wall within weeks: the knowledge they want to feed the model lives in PDFs, Word files, slide decks, scanned contracts, spreadsheets, and increasingly in audio and video, while the model wants...
Coder: Self-Hosted Cloud Development Environments and AI Agents on Your Own I...
Every developer team knows the ritual: a new hire spends their first week installing toolchains, fighting version conflicts, and begging for access to staging databases. Coder is an open-source platform that ends that ritual. It is a self-hosted system for...
Anki: Inside the Open-Source Spaced Repetition Engine That Makes Memory a Choice
Ask anyone who has learned a language, passed a medical exam, or memorized a thousand chess openings, and the same tool keeps coming up: Anki. It is a spaced repetition flashcard program with decades of history, tens of thousands of...
Tinycast: The Native macOS Launcher That Runs Your Raycast Extensions for Free
Every macOS user eventually hits the same wall. Spotlight is great for launching apps and hopeless for everything else, so you end up paying for Raycast or Alfred, accepting Electron-based launchers that eat RAM, or stitching together ten single-purpose utilities....
OpenSpec: Spec-Driven Development That Keeps AI Coding Agents Honest
Ask an AI coding agent to add a feature and it will happily invent half the requirements, guess at your data model, and call it done. The code compiles, the demo works, and two weeks later nobody remembers what was...
Octop: A Self-Hosted AI Assistant Where Every User Gets an Agent Team
Ask around about AI assistants and you will hear the same complaint again and again: every capable one wants to live in somebody else’s cloud. Your conversations, your documents, your schedule, your family’s questions — all of it flows through...
GitDiagram: Turn Any GitHub Repo Into an Interactive Architecture Diagram
Every developer knows the feeling of landing in a new repository: fifty folders, a README that explains how to run the thing but not how it is built, and an hour of grepping before the shape of the system becomes...
Cloudflare's Security Audit Skill: Turn Your Coding Agent Into a Security Aud...
Ask your coding agent to “find security vulnerabilities” and you will usually get back a confident list of guesses: a missing header here, a hardcoded secret there, half of it wrong, none of it reproducible. The problem is not that...
BrowserSkill: Let Your Coding Agent Use Your Logged-In Browser Without Taking...
Here is the awkward truth about browser-using agents in 2026: the moment you hand one a real browser, you face a bad choice. Give it a fresh sandbox profile and it hits login walls, captchas, and two-factor prompts on every...
Pi: The Agent Harness Where the Coding Agent Extends Itself
The AI coding agent space has a packaging problem. Every serious agent ships as an opaque product: one CLI, one model routing layer, one permission model, take it or leave it. Try to answer “what exactly happens between my prompt...
OpenResearch: Turn Your Coding Agent Into a Research Agent
Here is the dirty secret of machine learning research in 2026: the actual science - run the baseline, tweak one thing, rerun, compare - is bottlenecked by whoever is willing to sit there and do it. Jupyter notebooks multiply, SSH...