Daily developer tools intelligence: new repos, hot projects, and version tracking. Each entry includes a plain-English explanation of what it actually does.
markfulton/claude-antigravity-agents (★86) Turn Claude Code into an orchestrator — delegate heavy jobs to Google Antigravity sub-agents while it keeps building. Created by Mark Fulton · Founder of the Vibe Coding is Life community (300k+ members) Co-authored by Claude Fable 5 ---
gnomeria/usbtree (★72 · Rust) Cross-platform TUI for inspecting the USB device tree (Linux, macOS, Windows). Enumerates devices via nusb — pure Rust, no root, no libusb. Website: gnomeria.github.io/usbtree
bolivestilo/Homekit (★66 · TypeScript) AI Agents & Reality. Homekit gives any AI agent direct, physical control over Apple Home. Flip lights. Lock doors. Read sensors. Through a single open interface. ---
l0ng-ai/tty7 (★57 · Rust)
A GPU-rendered terminal in pure Rust. Install · Benchmarks · Shortcuts · Contributing tty7 is a GPU-rendered terminal. An 11 MB cat finishes in 95 ms — about 2× faster than Alacritty, Ghostty, or Kitty on the same hardware — and the
sunflower-of-parchman/codex-hygiene (★50 · Shell) A small Codex skill for auditing and tuning Codex Desktop context and tool surfaces. Use it to measure recent Codex Desktop telemetry, review MCP/app/skill availability, and keep long-running goal workflows scoped to the current work. Community skill for local Codex setup hygiene.
suiyuebaobao/C-SSH (★46) 中文 | English
epilande/ccmux (★36 · TypeScript)
When running multiple AI coding agent sessions across tmux panes, it's hard to keep track of which session is idle, which is waiting for permission, and which pane to switch to. ccmux solves this with a background daemon that monitors session activity and an interactive TUI that shows live session states at a glance.
ezBuilder/chatgpt2codex (★33 · TypeScript) Give ChatGPT real local coding hands. ChatGPT To Codex is a local MCP and Actions runtime for macOS and Windows that lets ChatGPT work inside the project folder you choose: read files, search code, apply patches, run tests, launch E2E checks, and send back screenshot proof.
d-date/retok (★21 · Python) English | 日本語 A CLI tool that analyzes your AI coding agent usage logs — Claude Code and OpenAI Codex CLI — to measure token efficiency, estimate cost, and print actionable recommendations. Runs on Python 3 with the standard library only — no dependencies. ```
srelens/srelens (★16 · TypeScript) A fast, lightweight Kubernetes IDE built with <a href=" v2 and a pure-Rust core — every backend capability is also exposed as an <a href=" tool, so AI agents can drive your clusters through the same code paths as the UI. ---
vite — v8.1.3
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.108.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.
Odin 1.0 Announcement (Lobsters) Comments
Jim's TrueType QR Code Font (Lobsters) Comments
Together for a healthier Clippy (Lobsters) Comments
You shouldn't trust Trusted Publishing (Lobsters) Comments
Google’s exponential path to climate-wrecking digital bloat (Lobsters) Comments
OpenBSD through 7.9 has a use-after-free allowing local privilege escalation to root (CVE-2026-57589) (Lobsters) Comments
a software engineering interview question I like: computing the median (Lobsters) Comments
I was wrong about game development (Lobsters) Comments
Hackers can use 9 of the most popular AI tools to assemble massive botnets (Ars Technica) "HalluSquatting" weaponizes LLMs' inability to say "I don't know."
Michigan sees explosive outbreak of diarrheal parasite with over 700 cases (Ars Technica) Cases have risen quickly as officials are working to identify a common source.
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.