Daily developer tools intelligence: new repos, hot projects, and version tracking. Each entry includes a plain-English explanation of what it actually does.
mereyabdenbekuly-ctrl/clodex-ide (★693 · TypeScript) Clodex is an open-source agentic development environment that combines persistent AI tasks, code, terminal, browser, Git, models, memory, and controlled execution in one Electron workspace. It is built around a simple principle:
domanski-ai/headroom (★58 · Python) Never hit a Claude or Codex usage limit mid-flight again. headroom tracks the remaining capacity of every Claude and ChatGPT/Codex subscription you own — without spending a single token — puts it on a live dashboard you'll actually want to look at, and rotates your tools to the next
Nexis-AI/NexBench (★31 · TypeScript) The reproducible benchmark for autonomous Web3 agents. Deterministic forked-mainnet environments · programmatic verifiers · tamper-evident submissions. Quickstart · How it works · Build an agent · Submit · Docs · Methodology ---
chitransh-cj/kimchi (★30 · Shell) Turn a raw idea into build-ready docs your AI can just execute. Having ideas was never the problem. Getting your AI to build one correctly is. You open Claude or Codex, type a vague prompt, and burn hours re-explaining yourself while it fills gaps you never specified and builds the wrong thing — because the real spec only ever lived
openooxml/betteroffice (★25 · Rust) Documents, spreadsheets, and presentations — engines in Rust, editors in TypeScript, everything client-side.
sher1096/klinepic-agent-api-examples (★20 · JavaScript) English | 简体中文 | 日本語 | 한국어 Turn broker or exchange fills into annotated candlestick review-chart PNGs. AI agents can discover capabilities, validate a request without spending chart quota, and render the finished chart through three MCP tools. KLinePic is for post-trade review and visualization.
Emivvvvv/pyroxide (★10 · Python) A lock-free, high-concurrency background task broker for Python, powered by Rust. · · ·
mergeos-bounties/NeraJob (★6 · Python) NeraJob is a local-first toolkit to scan job listings, build a CV, and prepare applications — with pluggable scrapers and an optional Qt desktop app. Product: mergeos-bounties/NeraJob ---
s2-streamstore/nfs-crust (★6 · Rust)
nfs-crust lets Tokio applications read and atomically publish whole files on an NFSv4.1 export without creating an OS mount point. It is designed for immutable data such as log chunks, segments, and content-addressed blobs. > [!WARNING]
vite — v8.1.4
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.1
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.10.4
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.10
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.110.0
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.
Quadrupling code performance with a "useless" if (Lobsters) Comments
Closing a three-year-old issue using Rust arenas (Lobsters) Comments
Zig Creator Calls Spade a Spade, Anthropic Blows Smoke (Lobsters) Comments
Evan's Jujutsu Tutorial (Lobsters) Comments
A WWDC 27 Update on Building a Mac-assed App with SwiftUI (Lobsters) Comments
WebExtension to query any HTML table with PRQL (Lobsters) Comments
Hacker Fables - A satirical cyberpunk novella you can read as a man page (Lobsters) And with "GNU Info" too Comments
Know thine enemy: A critical engagement with AI-assisted software development (Lobsters) Comments
The real mystery behind Moana: After 1,700 years, why did Polynesians suddenly sail east? (Ars Technica) New climate evidence adds context to these long voyages.
TechCrunch Mobility: A robotaxi ultimatum (TechCrunch) Welcome back to TechCrunch Mobility, your hub for the future of transportation and now, more than ever, how AI is playing a part.
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.