Daily developer tools intelligence: new repos, hot projects, and version tracking. Each entry includes a plain-English explanation of what it actually does.
skorotkiewicz/earth-game (★37 · Python) A private, offline companion for choosing quests, taking the next action, closing open loops, and reviewing your direction before drift sets in. Earth Game uses Python's standard library and SQLite. It has no third-party dependencies, accounts, outbound requests, scoring, or AI-generated advice.
JosephHampton/awesome-gemini-cli-subagents (★36 · Shell)
51 specialist subagents across 9 domains — drop them into .gemini/agents/ and let Gemini CLI delegate the right expert for the job. ---
TahaKotwal12/graveyard-check (★20 · TypeScript) Find maintained successors for abandoned dependencies. Dependabot tells you when there's a new version. Nothing tells you when there will never be a new version. Graveyard Check reads your lockfile, flags dependencies that are effectively dead — using evidence, not vibes — and recommends the verified community successor to migrate to.
chussum/mobius (★18 · Swift) 한국어 | English Claude 계정, 이제 갈아탈 필요 없이 이어 쓰세요. Claude를 여러 구독 계정으로 쓰고 계신가요? 한도가 다 차면 로그아웃하고, 다른 계정으로 로그인하고, 리셋되면 다시 돌아오고… Mobius는 이 반복을 없애줍니다.
bunnysayzz/sideterminal (★16 · Swift) SideTerminal A premium edge-reveal sidebar terminal for macOS. Nudge your mouse to the screen edge and it glides in; move away and it glides out.Your session never dies.
saaranshM/unsnooze (★15 · JavaScript) Claude Code · Codex CLI · Grok · Qwen · Kimi · OpenCode · Antigravity — when they hit the 5-hour or weekly usage limit ("You've hit your usage limit"), your session just… stops. unsnooze auto-resumes them: it tracks every limit-stopped session across all your projects and wakes each one up in tmux the moment the usage limit resets.
MANOJ21K/agentic-code-review (★12 · JavaScript) The Agentic Code Review Marketplace for Claude Code ---
programmersd21/pik (★10 · Rust) Minimal interactive line picker for the command line. Read newline-separated choices from stdin or a file and select one interactively.
goduni/unissh (★8 · Rust) A cross-platform SSH client with end-to-end-encrypted vaults that sync through a server you host. Your keys, your hosts, your server. No cloud account, no vendor lock-in — and a server that can't read a single byte of your data. ---
Afterlife-lh/codex-quota-bar (★7 · Rust) 简体中文 | English Codex Quota Bar 是一款轻量级 Windows 工具。它只读复用本机现有的 Codex ChatGPT 登录状态,并在 Windows 任务栏通知区域旁显示当前账户剩余的 5 小时 和 7 天额度。
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.
Where did my segfault go? (Lobsters) Comments
Who does Anubis actually stop? (Lobsters) Comments
In defense of not understanding your codebase (Lobsters) Comments
The Proportional Web (Lobsters) Comments
Good Tools Are Invisible (Lobsters) Comments
reaction: A daemon that scans program outputs for repeated patterns, and takes action (Lobsters) Comments
Today I Rescued 7,234 Old GIFs (Lobsters) Comments
A Jupiter-size planet that escaped its star's death (Ars Technica) It's unclear how the planet avoided its star's bloated red giant stage.
Overhaul of public lands grazing regulations seeks to cut public involvement (Ars Technica) For the first time since 1995, the Bureau of Land Management is rewriting its grazing regulations.
Reed Jobs would rather talk about curing cancer than his last name (TechCrunch) When we last sat down with Jobs at TechCrunch Disrupt nearly three years ago, his firm Yosemite was brand new and biotech was still reeling from its post-pandemic crash. Now, the venture outfit has a
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.