Daily developer tools intelligence: new repos, hot projects, and version tracking. Each entry includes a plain-English explanation of what it actually does.
0rnot/god-mode-claude (★12)
Before: "Claude, build a login page" → gets spaghetti, breaks half your app After: "Claude, build a login page" → clean code, tests pass, docs updated
GuanhuaYe/codex-tmux-scroll (★11 · Shell)
codex-tmux-scroll is a Codex CLI build for people who run Codex inside long tmux sessions. It changes tmux mouse interaction: the mouse wheel opens a static conversation history view while the input prompt stays pinned at the bottom, mouse drag
OscarPastry/trapsh (★10 · Rust) Record your fish shell session and replay it as a clean bash script.
leeguooooo/iphone-use (★8 · Rust) Remote-control your iPhone from any web browser — over macOS iPhone Mirroring, with low-latency WebRTC video and near-native touch. A Rust daemon captures the Mirroring window with ScreenCaptureKit, hardware-encodes it to **H.
mohamedmohsenofficial/tdocker (★7 · Shell) TDocker is a lightweight terminal-based Docker management tool designed to simplify container deployment, updates, HTTPS integration, cleanup, and day-to-day administration without relying on heavy web dashboards.
Dhairya3391/kari (★7 · Go) I wanted MPV for playback, Trakt for tracking, AniList for anime, subtitles when I needed them, and exactly zero browser tabs. So I built Kari. Built with Bubble Tea.
CS-Faith/reasonix-portakit (★7 · PowerShell)
带走你的 Reasonix。 把整个 Reasonix 文件夹拷进 U 盘或同步盘,插哪台电脑都能直接用——记忆、对话、Skill、MCP,全部跟着你走。 English · 简体中文 ---
loozzi/gemini-fri (★3 · Python) Transforms the Google Gemini Live API into an OpenAI-compatible REST API — drop it in wherever you use OpenAI, no code changes needed. > [!NOTE] > This project is intended for research and educational purposes only. Please use responsibly and refrain from any commercial use. > [!WARNING]
matthieugraziani/py-import-checker (★2 · Python) Recursively scan any Python project and instantly surface every broken or missing import — ```text py-import-checker src/ --src src/ py-import-checker — Python import health scanner
vite — v8.0.16
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.17
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.8
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.99.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.
If Claude Fable stops helping you, you'll never know (Lobsters) Comments
Test-case Reducers Are Underappreciated Debugging Tools (Lobsters) Comments
An open letter to office suite users, just before the Euro-Office announcement (Lobsters) Comments
Catlantean 3D - Making Graphics Like It's 1993 (Lobsters) Comments
CVE-2026-45447: Heap Use-After-Free in the OpenSSL PKCS7_verify() Function (Lobsters) Comments
New reCaptcha requires approved phones to pass (Lobsters) Comments
The Decline of Search Engines is an Opportunity (Lobsters) Comments
Starlink charges $10 monthly hardware fee in move away from one-time purchases (Ars Technica) Starlink, SpaceX's top moneymaker, also raised service prices by $5 to $10.
Locked in heated rivalry with researcher, Microsoft fixes 0-day they disclosed (Ars Technica) A separate zero-day also disclosed by Nightmare Eclipse appears to be patched as well.
Three key vital signs make up the "urban pulse" of a city (Ars Technica) Cities are dynamic, not static grids, and urbanization is a "spiky," cyclical, and asynchronous process.
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.