Daily developer tools intelligence: new repos, hot projects, and version tracking. Each entry includes a plain-English explanation of what it actually does.
eduwass/tmux-palette (★95 · TypeScript) A command palette for tmux. It runs on Bun, has no runtime dependencies, and opens quickly enough to use as a regular tmux binding. Type a few letters, pick a command, hit enter: split a pane, jump to a window, detach a session, open a popup tool, or switch to a custom palette. User config
deeplethe/forkd (★51 · Rust) A microVM sandbox runtime for AI agent fan-out. Children fork from a warmed parent snapshot, inheriting its address space copy-on-write instead of cold-booting their own kernel. forkd is built on Firecracker. The parent VM boots once, imports
codeaashu/agents-are-thinking (★14 · Rust) Agents Are Thinking Terminal animation effects for agents' "thinking" state. Braille, block characters, unicode glyphs. No runtime dependencies.
romance-dev/speedboost (★14 · Zig) ⭐ the project to show your appreciation. :arrow_upper_right:
outsourc-e/bench-loop (★11 · Python) Benchmark local LLMs by what actually matters. BenchLoop is a local-first CLI + web app for benchmarking LLMs running on your own hardware. It scores models across seven repeatable suites — quality, speed, reliability, agentic tool use, coding, instruction following — and gives you receipts: per-task outputs, latency, token counts, machine info...
Alex72-py/aria-termux (★10 · Python)
Built for developers who use Termux as a real development environment on Android. ---
fosenai/cord (★10 · JavaScript) English · 简体中文 > Don't just build an agent. Connect it to the world. Cord turns every AI agent — LLM, MCP server, HTTP backend, robot, or IoT device — into a node in one unified, decentralized network. Publish your
ProfineAI/profine-cli (★9 · Python) Check us out at profine.ai Profile your PyTorch code on real GPUs. Get a transparent rewrite. Ship measured speedups before the multi-hour run.
zhanex/legax (★6 · JavaScript) English | Simplified Chinese Legax is a local-first remote control layer for AI coding agents. It forwards important agent events to your phone, routes replies back to the selected CLI/project/session, and returns supported approval decisions through each agent's native callback path.
Pyl-Tech/stream-coding (★6 · Python)
"If your docs are clear enough, AI writes the code. The real work IS the documentation. Code is just the printout." > — Stream Coding methodology by Francesco Marinoni Moretto
EbookFoundation/free-programming-books (★388,182 · Python) Search the list at []( This page is available as an easy-to-read website. Access it by clicking on [](
nilbuild/developer-roadmap (★354,695 · TypeScript) Roadmaps are now interactive, you can click the nodes to read more about the topics.
vite — v8.0.12
A build tool and dev server for modern web projects. Starts instantly (no bundling in dev), uses native ES modules in the browser, and bundles with Rollup for production. The replacement for webpack in most new projects.
esbuild — v0.28.0
A JavaScript and TypeScript bundler written in Go. Extremely fast — 10-100x faster than webpack or Rollup. Used as the engine inside Vite and many other tools. Good for simple bundling; less configurable than webpack.
turbo — v2.9.12
A build system for JavaScript/TypeScript monorepos. Caches task results so you only re-run what changed. Built by Vercel. Speeds up CI and local builds in large codebases with multiple packages.
biome — v0.3.3
A single tool that replaces both ESLint and Prettier. Formats and lints JavaScript, TypeScript, JSON, and CSS. Written in Rust, so it runs much faster than the JS-based tools it replaces.
bun — v1.3.14
A JavaScript runtime, package manager, bundler, and test runner in one. Faster than Node.js at most things. Drop-in compatible with most Node.js code. Written in Zig.
vitest — v4.1.6
A unit testing framework built specifically for Vite projects. Uses the same config as your Vite build, runs tests in the browser environment, and is significantly faster than Jest.
oxc — v1.0.1
A JavaScript/TypeScript toolchain written in Rust — parser, linter, formatter, transpiler, bundler. The project behind the oxlint linter. Faster than most existing tools by a large margin.
rspack — v0.1.1
A webpack-compatible bundler written in Rust. Drop-in replacement for webpack with the same config format, but much faster. Built by ByteDance (TikTok's parent).
wrangler — v4.90.1
The CLI for deploying and managing Cloudflare Workers — serverless functions that run at the edge in Cloudflare's global network. Also manages KV storage, Durable Objects, Pages, and R2.
drizzle-orm — v0.45.2
A TypeScript ORM that lets you write SQL-like queries in TypeScript with full type safety. Lightweight, no code generation step, and closer to raw SQL than ORMs like Prisma.
Redis and the Cost of Ambition (Lobsters) Comments
What is BusyBox? (Lobsters) Comments
Bambu Lab is abusing the open source social contract (Lobsters) Comments
what 262,715 regex questions on stack overflow haven't answered (Lobsters) Comments
How Rockstar fit an entire city into PlayStation 2 memory (Lobsters) Comments
Erlang/OTP 29.0 Release (Lobsters) Comments
Partial static single information form (Lobsters) Comments
The BeBox: BeOS Hardware, Photos, and the Apple Deal That Wasn't (Lobsters) Comments
Could this be the moment that drug manufacturing takes off in orbit? (Ars Technica) "I do think it's a really good historical moment for the space industry."
The newest AI boom pitch: Host a mini data center at your home (Ars Technica) The plan aims to speed up AI compute deployment while compensating residents.
Data from GitHub public API, npm registry, and tech press (The Register, Lobsters, Ars Technica, TechCrunch, Wired, MIT Tech Review). README summaries pulled directly from each project.