Daily developer tools intelligence: new repos, hot projects, and version tracking. Each entry includes a plain-English explanation of what it actually does.
GDPatch/GDPatch (★44 · Rust) A versatile cross-platform cross-version Godot mod loader, built around script patching and runtime hooks. For more information, see the docs, or join the Discord server.
kowais915/localbrain (★13 · TypeScript) a small brain with a long reach Give any app a free, private AI that runs on the user's own machine — no API key, no bill, works offline. One command, and it downloads its own brain. ```bash npx localbrain
Optim-Agent/optim-plans (★11 · Python) Your planning loop and execution loop for agentic coding. ```text all you need is a planning loop and an execution loop both are elegantly featured in optim-plans
krishagarwal314/autodev-studio (★11 · Python) An autonomous, multi-agent SDLC harness. Point it at a Git repo, describe a feature in plain English, and a team of AI agents scopes it, writes the code, tests it, reviews it, and opens a pull request — grounded in a knowledge base of that repo, with a live board and full cost accounting.
crimeacs/product-demo-director (★11 · Python) Give Claude Code or Codex product evidence and footage. Product Demo Director turns them into a source-bound announcement film, locks every cut between complete spoken thoughts, and proves the exact file that ships. Most product demos are either a flat screen recording nobody finishes or a polished presentation
nvsupr/PipePlay (★9 · Shell)
A single bash script that turns mpv + yt-dlp + fzf into a fast, no-browser way to search, watch, and organize YouTube videos and playlists from the terminal. No ads, no recommendation rabbit-hole, no bloated web player — just you, a search term, and a video that
feiyulc/opencodex-account-importer (★8 · JavaScript) 把 Antigravity Tools、Sub2API、CLIProxyAPI(CPA)和 Cockpit Tools 导出的账号 JSON 直接导入 OpenCodex,无需逐个重新进行 OAuth 登录。macOS 用户还可以让 Codex 直接使用本机 OpenCodex 代理,无需先登录 GPT/OpenAI 账号。 工具只在本机读取和写入文件,不上传认证数据,也不会在导入时请求上游 API。写入前会自动备份 OpenCodex 配置。
public-apis/public-apis (★452,458 · Python) APILayer unified suite allows you to integrate production-grade REST APIs using One Account, One Dashboard, and One API key. Whether you need to geocode an address, validate an email, fetch a flight, pull stock market data, or scrape a search result.
vite — v8.1.5
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.6
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.114.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.
Chrome registers a global shortcut for Gemini popup window (Lobsters) Comments
Watching Go's new garbage collector move through the heap (Lobsters) Comments
We Are Not Special (Lobsters) Comments
Delightful integration tests in Rust (Lobsters) Comments
Systems and Delays (2026) (Lobsters) Comments
Don't take the black pill (Lobsters) Comments
the perils of parsing type inference declarations in c (Lobsters) Comments
git rebase -i is not that scary (Lobsters) Comments
Wildfire forces evacuation of NASA's Deep Space Network complex in Spain (Ars Technica) "Any potential damage will be assessed when it is safe to do so."
Paramount/WBD merger delayed for months as states' lawsuit moves toward trial (Ars Technica) “Halting this merger while our case proceeds is a critical victory," NY AG said.
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.