Daily developer tools intelligence: new repos, hot projects, and version tracking. Each entry includes a plain-English explanation of what it actually does.
uczltw6/trace-file-lineage (★70 · Python) Find out which script, notebook, data file, command, or AI agent produced a file — locally, with evidence, and with honest uncertainty. 📖 Docs • 🎯 Views • ⚖️ vs DVC / Git • 📊 Real-world results English • 简体中文
gaborini/monitrs (★60 · Rust) A fast, keyboard-first system cockpit for Linux and macOS, built in Rust. alt="monitrs running: the Overview screen with live meters, the pressure radar, history sparklines and the process table"> src=" alt="crates.io"> src=" alt="CI">
gaborini/servicrab (★53 · Rust) A lightweight, cross-platform process supervisor for local development stacks, homelabs, and small servers — written in Rust. Think of it as a minimal, zero-dependency alternative to overmind or Honcho, with a roadmap toward daemon-based management and a local API. ---
hamzarehmandeveloper/claude-account (★47 · Rust)
A Linux-only profile switcher for Claude Code. It gives Claude Code an isolated CLAUDE_CONFIG_DIR for each account and transparently forwards normal commands to the official Claude executable. ```bash
kerem-kaynak/wt (★25 · Shell)
Git worktrees, ready for your agents. One shell function, no fluff. wt feature-x creates a worktree under ~/worktrees/<repo>/, drops you into it, and runs your repo's setup script in the background: env files copied, dependencies installing. You (or the agent you're about to work with) start on
indhifarhandika/LunarDump (★21 · Python)
Secure, Automated, and Zero-Trust Database Backup Engine LunarDump is a modern, developer-friendly Command-Line Interface (CLI) tool designed to streamline and secure your database backup workflows.
FTShare-Lab/agent-claim-network (★12 · Rust) 跑在终端里的通用领域 AI 助手。 单人使用时就是完整助手;多人接入后,各自沉淀的判断还能连成可检索、可追溯的网络。 由 <a href=" · Non-convex ft.tech 研发 这段演示中,当前 Agent 发现销售明细里的西部收入尚未回填,先通过团队检索服务 Router 找到另一位 Agent 已沉淀的两条可复用判断(Claim):数据在 09:30 后才完整,缺失字段的合计必须标为“暂定”;随后按这些团队口径修改日报,并把文件 diff 展示出来。
taurus42119-stack/godkiller-mcp (★8 · Python) Phase kernel for Google Antigravity. Plan. Gate. Prove on disk. Then claim done — or get blocked. ```bash pip install godkiller-mcp
castrokjoseph/transcribe (★3 · Rust) Local, word-level audio/video transcription for macOS (Apple Silicon). Drop any audio or video file in, get a drift-resistant transcript with per-word timestamps — built for AI video-editing pipelines where timing errors cascade into broken animations and captions. Everything runs on-device. No cloud upload. No audio leaves your Mac.
Anil-matcha/midjourney-comfyui (★3 · Python)
ComfyUI custom nodes for Midjourney V7, V8, and Niji — generate high-quality Midjourney images directly inside ComfyUI via the muapi.ai API. ---
vite — v8.2.0
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.7
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.117.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 question about a factorial operator (Lobsters) I wrote an assembler that supports floating point values. One of the operators I implemented was factorial because a lot of Taylor series seem to use it to define various constants. So right now, I
How to speed up the Rust compiler in July 2026 (Lobsters) Comments
The AI Aesthetic (Lobsters) Comments
Stacked pull requests are now in public preview (Lobsters) Comments
Progress toward compiling Linux with gccrs (Lobsters) Comments
Correlated RNG (Lobsters) Comments
GCC steering committee announces AI policy (Lobsters) Comments
Stripe Just Wants a Number (Lobsters) Comments
Quantum computers outperform classical ones, with results you can trust (Ars Technica) Three approaches to the issue of quantum results that can't be verified classically.
New MCP specification addresses the main barrier to enterprise adoption (Ars Technica) Plus, a new policy for the AI protocol ensures features aren't removed suddenly.
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.