Daily developer tools intelligence: new repos, hot projects, and version tracking. Each entry includes a plain-English explanation of what it actually does.
514-labs/dnsglobe (★433 · Rust) A global DNS propagation checker for your terminal — a Rust TUI that queries 34 public DNS resolvers around the world in parallel, compares their answers, and shows the propagation of your record on a world map. Think dnschecker.org / whatsmydns.net, but in your terminal, with watch mode:
NUber-dev/YTubic (★83 · TypeScript) A fast, responsive YouTube Music desktop client for Windows. Built as a reaction to the sluggish webview-wrapper experience — YTubic talks to YouTube's InnerTube API directly, renders its own UI, and caches aggressively, so navigation and playback feel instant.
zjp1997720/wechat-article-search (★59 · JavaScript) 中文文档 Search WeChat public account (公众号) articles by keyword. Returns structured JSON with title, summary, publish time, source account, and link — no API key required.
liu-ethan/golem (★22 · Go) Go LLM Execution Model — Go 原生的 AI 编程 Agent CLI 单二进制 · 零 CGO · 毫秒级冷启动 · 分层记忆 · 声明式权限 · 审批交互 项目主页 · GitHub ·
ianustec/openwebui-generate-slides (★17 · Python)
A Open WebUI Tool that generates native PowerPoint (.pptx) presentations from a JSON spec produced by the model. It doesn't export HTML or images: it builds the slides directly with python-pptx, with a coherent visual system, layered decorative shapes, native charts, icons
jvogan/a-fable-of-codexes (★16 · Python) Claude Code skills that make Claude (Fable, or Opus when Fable is unavailable) the conductor of an AI worker fleet. The conductor surveys and plans, dispatches many parallel OpenAI Codex CLI workers for implementation and Claude Opus agents for design judgment, then integrates, reviews, and verifies
LambdaQ-Labs/achuk (★8 · Zig)
Not "hallucinates less." Can't. It's ungeneratable. Why · The Data · Quickstart · How · Status --- Every LLM code assistant shares one dominant failure: it calls functions that don't exist. generate_nonce(), list.sortBy(), that method you swear the library has.
dkdannyboy/cccat (★7 · JavaScript) A spoonful of English in your status line, while Claude Code thinks. English · 한국어 · 日本語 cccat turns Claude Code's idle moments — thinking, running tools, waiting for a response — into tiny English-learning moments for developers whose first language isn't English. An animated
0xAI-Builders/comandos (★4 · Python) Mission control for running many Claude Code agents in parallel — it tells you who needs you. Offline voice alerts, actionable popups with full rendered markdown, tabbed terminals, and Telegram remote control. You answer with one keystroke and move on. Léeme en español →
WendongAI/shitclaude (★2 · JavaScript) Private-by-default Claude and Codex region profile scanner. Open the live scanner · Methodology · Privacy Click the screenshot to run the live scanner. ShitClaude is a tiny browser-based tool that shows how regional fingerprints can make a Claude or Codex user look "non-US" or "high risk".
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.3
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.107.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.
A Speed Limit for Computers (Lobsters) Comments
Work In Progress Rust (Lobsters) Comments
Jam Programming Language (Lobsters) Comments
Rayfish - P2P VPN built on top of Iroh (Lobsters) Comments
Konform Browser 140.12.0-103 (Lobsters) Comments
Embedding information in disorder (Lobsters) Comments
A Novel Look at Error Handling in Rust (Lobsters) Comments
Bentley teases its first EV, the Torcal (Ars Technica) The new model will be officially unveiled in late September.
The Czinger 21C might be the wildest car we drive all year (Ars Technica) This hybrid V8 has organic-looking 3D-printed components and shatters lap records.
Smart glasses maker Even Realities hits $1B valuation with $150M funding led by Meituan, Tencent (TechCrunch) Even Realities, an ex-Apple team building camera-free smart glasses, raised $150M from Meituan and Tencent at a $1B valuation.
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.