Daily developer tools intelligence: new repos, hot projects, and version tracking. Each entry includes a plain-English explanation of what it actually does.
Albert-Weasker/niubi_guard (★144 · TypeScript) A free, open-source defense system that protects GitHub maintainers from spam, harassment, and coordinated abuse. Apache-2.0 License · Homepage · GitHub · English · 简体中文 What it does · Install · Web UI · AI Detection · Configuration · CLI · Contributing Niubi Guard helps maintainers defend their repositories without hiding the policy.
aftertonesignal/brume (★19 · Rust) A four-part multi-timbral synthesizer that runs on a Raspberry Pi Compute Module 5. Brume has four sound engines and six voices per part, a shared filter section feeding an effects chain, a sandboxed Lua scripting layer, and a 10.1-inch touchscreen UI. A single USB
tranhuuhuy297/cliccy (★13 · Rust) A lightweight clipboard history manager for Linux — a Maccy-style popup, built with Rust + GTK4. Works on X11 and Wayland (tested: Ubuntu 22.04+).
kerbelp/metatron (★12 · Python) Metatron is a self-hosted system that captures a codebase's real implementation decisions — preferred patterns, rejected approaches, edge cases, internal conventions — as structured priors, and serves them to coding agents over MCP (Model Context Protocol). The goal: an agent writes code like a senior
dgdev25/ruvos (★12 · Rust) Out of the box, an AI coding assistant forgets everything between sessions, works alone, and leaves no trace of why it did what it did. rUvOS fixes that. It's a single small program you run once. After that, your assistant (Claude Code, and also Codex) can remember decisions across days, resume exactly where it
MrSheerluck/openslate (★10 · Svelte) A self-hosted markdown note-taking app. Fast, simple, private. Access your notes from any device. Single user only. No sign-ups, no sharing, no complexity. Just notes.
HannsWorld/north (★7 · JavaScript) North helps teams understand and review code faster. It adds a clear, structured layer on top of pull requests so reviewers can focus on what matters instead of reading everything line by line.
fezinaniq/portzup (★7 · Python)
Because
lsof -i :3000is not a personality. A Interactive terminal UI that shows every process running on your machine's network ports — live, searchable, and killable in one keypress. No more googling commands. No more chaininglsof | grep | kill. Just openportzupand see everything. ---
ApeCodeAI/finsight (★7 · TypeScript) See your money. Know where it sits. Decide what's next. A personal portfolio tracker that runs on your laptop, plays well with AI tools, and keeps your data in plain text files you can read and edit yourself. Built by ApeCode.ai · Sponsored by BytePass.ai
AdilShamim8/Build-with-Claude-Code (★5)
Complete course notes, assignments, and solutions for the "Build with Claude Code" ---
vite — v8.0.16
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.16
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.8
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.97.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.
burntsushi discusses personal medical diagnosis (Lobsters) Comments
My Software North Star (Lobsters) Comments
Elixir v1.20 released: now a gradually typed language (Lobsters) Comments
Extension or Imitation? Can you tell the valid Haskell Language Extensions, from the Impostors? (Lobsters) Comments
.furry - A Top-Level Domain for furries (Lobsters) Comments
The C++ Standard Library Has Been Walking Itself Back for Fifteen Years, and the Receipts Are Public (Lobsters) Comments
Parsing XML EXIF from .avif files (plus a rant) (Lobsters) Comments
Used Waymo robotaxi batteries become backup storage for power grids (Ars Technica) Used Waymo batteries will bolster California and Texas energy storage projects.
Flesh-eating screwworm infection confirmed in South Texas, USDA says (Ars Technica) With the case confirmed, it is the fly's first breach of the US-Mexico border.
Microsoft, Atom Computing, EeroQ update their quantum computing progress (Ars Technica) Some quantum computing companies we've covered have done recent progress updates.
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.