Daily developer tools intelligence: new repos, hot projects, and version tracking. Each entry includes a plain-English explanation of what it actually does.
chojs23/concord (★62 · Rust) Concord is a terminal user interface client for Discord. Full Discord experience, right in your terminal.
stormzhang/token-tracker (★16 · Python) 本地 AI Agent Token 消耗追踪工具,CLI Dashboard 一目了然。 支持 Claude Code 和 Codex — 实时查看 token 用量、等效成本、限额状态。 English
symbolicsoft/hpke-ng (★13 · Rust) A clean-slate Rust implementation of HPKE (RFC 9180) with type-driven ciphersuite selection. > Read the announcement: hpke-ng: Faster, Smaller, Harder HPKE for Rust — for the full design rationale, benchmarks, and migration notes. ```rust use hpke_ng::*;
irenerachel/PinSpark (★11 · JavaScript) 视觉灵感关键词生成器 — Chrome 侧边栏插件。 输入一个中文主题(比如「赛博海报」「极简咖啡店」「复古唱片店」),AI 自动给你三个平台的高质量搜索短语: - Pinterest — 9 条英文长尾短语 - Behance — 9 条英文项目类关键词
volcengine/SearchCLI (★10 · TypeScript) English | 中文README Connect stable, tunable search, recommendation, and conversational retrieval to your agent system or business system. Quick Start · AI Agent Setup · Full Agent Guide · Contributing · Security SearchCLI is the open CLI for AI Search on Volcengine.
v9ai/deepseek-loop (★10 · Rust) Shared Rust client for the DeepSeek API with pluggable HTTP transport, agentic tool-use loop, and in-memory caching.
fridiculous/workroot (★6 · Rust)
Workroot is the machine-wide switchboard for git worktrees. It gives you a small, target-first workflow for creating, finding, entering, pushing, and pruning worktrees across repos. Small workflow: - workroot discover /path/to/repo
sno-ai/llmix (★5 · Python) Read in other languages: English · 中文 · Deutsch · Español · Français · Русский · 한국어 · 日本語 · हिन्दी > Config-driven LLM calls for Python, TypeScript, and Rust. > Keep your SDK. Move model behavior into MDA presets. Put cache, retries, key rotation, and rollout control around the call.
A-Duang/skill-manager (★4 · TypeScript) English > AI Agent Skill 跨平台管理器 —— 一站式管理 23+ 平台的 Skill 📥 下载最新版本 SkillManager 是一个基于 Tauri 2.x 的轻量级桌面应用,帮你统一管理分布在各个 AI 平台上的 Agent Skill。它能自动扫描本地文件系统,识别已安装的 AI 平台(Claude Code、Cursor、Codex、Trae 等),通过直观的矩阵视图和一键操作来管理所有平台的 Skill。
MicrosoftWindows96/zagrosi (★3 · Rust) One open-source, self-hosted, AI-native platform for project management, issue tracking, and incident response. --- > Zagrosi unifies the work that today is fractured across ClickUp, Jira, and incident.io into a single platform you can run yourself. Action items from a postmortem land in the same backlog as your sprint work.
freeCodeCamp/freeCodeCamp (★444,386 · 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 (★433,447 · 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.
openclaw/openclaw (★370,071 · 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.
vinta/awesome-python (★296,684 · Python) An opinionated guide to the best Python frameworks, libraries, tools, and resources.
ultraworkers/claw-code (★190,821 · Rust) · · · ·
avelino/awesome-go (★172,169 · 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.
ollama/ollama (★171,044 · Go) Start building with open models.
golang/go (★133,810 · Go) reliable, and efficient software. Gopher image by [Renee French][rf], licensed under [Creative Commons 4.0 Attribution license][cc4-by]. Our canonical Git repository is located at There is a mirror of the repository at
vite — v8.0.11
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.12
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.13
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.5
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.90.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.
Just Fucking Use Go (Lobsters) Comments
Steering Zig Fmt (Lobsters) I really like the idea of accounting for newline + numbers per line! Any other similar features people have noticed and liked in other language formatters? Comments
On forking the Web (Lobsters) Comments
Chrome’s AI features may be hogging 4GB of your computer storage (Lobsters) Comments
Inflorescence – A cross-platform native GUI for Pijul (Lobsters) Comments
I learned something about GPUs today (Lobsters) Comments
Stop MITM on the first SSH connection, on any VPS or cloud provider (Lobsters) Comments
NixOS and Secrets (Lobsters) Comments
Manufacturing qubits that can move (Ars Technica) It's hard to mix electronic manufacturing and flexible geometry.
Trump reportedly plans to fire FDA Commissioner Marty Makary (Ars Technica) The plan isn't final and could change, but his ouster would be no surprise.
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.