Daily developer tools intelligence: new repos, hot projects, and version tracking. Each entry includes a plain-English explanation of what it actually does.
shalaluecka/Ancient-Rust-2026 (★67) --- Ancient Rust Toolbox is a comprehensive, open-source companion utility (.exe) engineered to enhance your training and gameplay experience in Rust. Created for both competitive players and content creators, this tool provides a safe, fully external suite of features ranging from spray pattern visualization to localized game configuration man...
shanggqm/codexU (★44 · Swift) English codexU 是一个 macOS 桌面小组件,用来查看 OpenAI Codex / ChatGPT Codex 的额度窗口、token 用量和今日任务状态。它把常用信息放在桌面上,帮助你快速判断剩余额度、重置时间和当天工作进展。
antgroup/Napaxi (★22 · Rust) Napaxi is a mobile-native SDK for embedding agent experiences in your app. It gives app teams a shared Rust agent runtime, thin mobile SDK adapters, and a demo app that exercises the public API surface. Host apps keep ownership of UI, accounts, model configuration, permissions, and product policy. Napaxi owns the
medoxisto/toolbox-mcp (★16 · TypeScript) An MCP server that gives AI agents real tools for the things it genuinely cannot do on its own. Read exact text from images and scans (OCR), process audio and video files, read and edit PDFs, work with images and Excel spreadsheets, run exact math, and more. Everything runs on your own machine over stdio.
HaolemeApp/Haoleme (★16 · Java) 在手机上查看电脑和服务器里的命令运行状态。 · ·
nandnijaiswal/wtfismyrepo (★8 · JavaScript)
You just got dropped into a 200k-line codebase. You have no idea what's going on. This fixes that. Most "explain my code" tools read the code and stop — but code only tells you what exists. The why, and the landmines, live in the structure and the history.
OmarH-creator/ShareClean (★7 · Python) Local-first Python CLI for sanitizing logs, stack traces, config snippets, and terminal output before you paste them into GitHub issues, support tickets, Slack, or AI chats. ShareClean detects common sensitive values, replaces only the risky portion, and reports safe metadata without storing or printing the original secret.
programmersd21/pyproject-tui (★7 · Go)
A keyboard-driven terminal UI for reading and editing pyproject.toml files with live settings, persistent configuration, and semantic theming.
freeCodeCamp/freeCodeCamp (★450,823 · TypeScript) freeCodeCamp.org is a friendly community where you can learn to code for free. It is run by a donor-supported 501(c)(3) charity to help millions of busy adults transition into tech. Our community has already helped more than 100,000 people get their first developer job.
public-apis/public-apis (★445,959 · Python) The Public APIs repository is manually curated by community members like you and folks working at APILayer. It includes an extensive list of public APIs from many domains that you can use for your own products. Consider it a treasure trove of APIs well-managed by the community over the years.
EbookFoundation/free-programming-books (★391,117 · Python) Search the list at []( This page is available as an easy-to-read website. Access it by clicking on [](
openclaw/openclaw (★381,414 · TypeScript) OpenClaw is a personal AI assistant you run on your own devices. It answers you on the channels you already use. It can speak and listen on macOS/iOS/Android, and can render a live Canvas you control. The Gateway is just the control plane — the product is the assistant.
nilbuild/developer-roadmap (★358,915 · TypeScript) Roadmaps are now interactive, you can click the nodes to read more about the topics.
vinta/awesome-python (★305,930 · Python) An opinionated guide to the best Python frameworks, libraries, tools, and resources. Visit the website to search and filter projects more easily.
ultraworkers/claw-code (★194,507 · Rust) Join the Discords: · > [!IMPORTANT] > Claw Code is not the serious production project here.
avelino/awesome-go (★176,930 · Go) We use the Golang Bridge community Slack for instant communication, follow the form here to join. Sponsorships: Special thanks to Awesome Go has no monthly fee_, but we have employees who work hard to keep it running.
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.2
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.9
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.106.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.
US Supreme Court just blew up EU-US Data Transfers (Lobsters) Comments
Artificial adventures (Lobsters) Comments
What happened to the fight for the internet? (Lobsters) Comments
Pidgin 3.0 Alpha 2 (2.96.0) has been released (Lobsters) Comments
Announcing Box3D (Lobsters) Comments
Building a passive Ethernet tap (Lobsters) Comments
Uruky - The Paid European Search Engine (Lobsters) Comments
The Physics of Memory (aka can Javascript ECS?) (Lobsters) Comments
Editorial: It's time to step up and have your say for science (Ars Technica) Your comments on a dangerous rule putting politicals in charge of science can matter.
T-Mobile moving tens of thousands of virtual machines off VMware amid lawsuit (Ars Technica) T-Mobile wants Broadcom to keep supporting its VMware perpetual licenses.
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.