Daily developer tools intelligence: new repos, hot projects, and version tracking. Each entry includes a plain-English explanation of what it actually does.
Tracewell-code/Tracewell (★35 · TypeScript)
Build the systems that keep work moving. Tracewell is a polished visual workspace for designing, running, and observing workflow automations. It gives teams a clear place to connect services, transform data, inspect each step, and keep an eye on execution health. Website: tracewell.xyz
adrida/hud-mode (★20 · JavaScript) A compact heads-up display for your coding agent. Instruments while it works, the answer when it stops - for OpenCode, Claude Code, and
arpanpathak/gpu-parallel-book (★16 · Cuda)
A comprehensive, no-fluff guide to GPU and parallel programming with CUDA: > the hardware model, fully documented CUDA C++ kernels, modern C++ idioms, > and GPU kernels in pure Rust with CUDA-Oxide - all wrapped around a complete > image-processing capstone project.
benhowdle89/matinee (★15 · TypeScript) Staged cursor performances for React. matinee.pages.dev · the demo performs itself That animation above is not a screen recording, a GIF, or a video embed. It is a single SVG file, generated by matinee from about ten lines of code, committed to this repo, and animating inside a GitHub README. It is 7 kB.
danielbergholz/phoenix-ai-setup (★12 · Elixir)
mix phx.new gives you a working Phoenix app and a 448-line AGENTS.md. That file is genuinely good advice, and it is the wrong shape: every agent pays for all 448 lines on every task, whether it's renaming a CSS class or writing an Ecto migration.
killernay/cc-devenv-doctor (★12 · PowerShell) One command to take a bare Windows or Mac machine to a working Claude Code setup — plus a plugin that keeps diagnosing it afterwards. > ภาษาไทย: README.th.md
asteriau/tiramisu (★10 · Rust) Tiramisu is a CLI osu! warm-up helper for measuring stream speed and consistency. It is built in Rust with Ratatui and Crossterm.
Kostakurta8/roundtable (★9 · TypeScript) Watch your Claude Code sessions as an office. Every agent is a person at a desk: they think, run tools, walk over to each other to deliver a result, argue about a verdict, and walk out through the door when they finish. The same events are in a group chat beside the room, in words. It is read-only.
justlinuxnoob/hush (★9 · Rust) Quietly unsubscribe from bulk email. A free, open-source Gmail unsubscribe app for Windows, macOS and Linux. It finds every sender mailing you in bulk, unsubscribes from the ones you pick, and blocks the ones that ignore you — without ever risking your receipts, order
ptaranat/zeromem (★9 · Rust) Rust implementation of Zero-Mem (Xiao et al., arXiv:2607.29377): agent memory where every operation outside final question answering makes zero LLM calls and consumes zero tokens. Raw conversation turns are the source of record; retrieval is structured search over them, not generated summaries.
ultraworkers/claw-code (★194,982 · Rust) Join the Discords: · > [!IMPORTANT] > Claw Code is not the serious production project here.
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.8
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.119.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.
jujutsu 0.44.0 (Lobsters) Comments
Offensive Internet Posture (Lobsters) Comments
The "Disability Dongle": Why Silicon Valley Hates Me and you (Lobsters) Comments
A Vision for Cargo (Lobsters) Comments
i wonder if you could make a useful DOS executable with just emoji (Lobsters) Comments
GNU Hurd news 2026-q2 (Lobsters) Comments
Faster Than Ninja (Lobsters) Comments
Thousands of servers can be backdoored by exploiting buggy motherboard controllers (Ars Technica) Baseboard management controllers from the world's biggest manufacturers are a security mess.
Schwartz confirmed as CDC director after bungling confirmation hearing (Ars Technica) Schwartz is well-qualified for the role, but crashed and burned in Senate hearing.
Anthropic’s AI used fake identities, malware in rogue attack on GitHub project (Ars Technica) Anthropic and OpenAI models’ unprompted actions forced halt to UK cyber tests.
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.