Daily developer tools intelligence: new repos, hot projects, and version tracking. Each entry includes a plain-English explanation of what it actually does.
m-novotny/memguard-rs (★130 · Rust)
Secure memory handling primitives for Rust. - Zeroization on drop — volatile-write memory clearing the compiler cannot optimize away - Memory locking — mlock/VirtualLock to prevent secrets from being written to swap - Constant-time comparison — timing side-channel resistant equality checks for secrets
blitzdotdev/blitzos (★39 · Shell) Your Claude subscription includes free cloud computers. Every cloud agent you start at claude.ai/code gets a fresh VM that keeps working after you close your laptop. The problem: every new VM boots knowing nothing. It doesn't know which repos belong together, how they relate, what your conventions are, or what the last agent did.
S40911120/recensa (★37 · TypeScript) A self-hosted viewer for your Claude Code session transcripts — read, search, replay, and audit every session you have ever run. Your transcripts stay on your machine; nothing is uploaded anywhere. Every Claude Code session you run is written to disk as raw JSONL under
OthmanAdi/plandeck (★35 · JavaScript) The visual Kanban for long-running agentic work. Nobody wants to read a markdown plan or stare at raw HTML while an agent grinds for an hour. Plandeck turns your AI agent's plan into a live board that organizes itself: dependencies unlock into Ready, the critical path lights up in gold, estimates roll up, and the one next move is always obvious...
MADEVAL/ReadSightRS (★26 · TeX)
readsight measures text readability across 86 languages. It implements 17 readability formulas with language-specific coefficients and uses the Frank M. Liang (TeX) hyphenation algorithm for syllable counting. All language data and hyphenation patterns are embedded in the crate — no filesystem or
pur4v/p2ptokens (★22 · Rust) Distributed, decentralized LLM inference across a peer-to-peer swarm — one binary that both serves and consumes completions. Bring your own model, earn the right to use everyone else's. Built by @itspur4v · follow for updates
Pythoughts-labs/claude-architect (★13 · Shell)
CLI coding-agent orchestration for Claude through Codex, OpenCode, Pi, and Pythinker Code. Install the plugin, run /delegate, and let Claude handle the handoff: it writes the implementation spec, sends the work to the selected CLI, then reviews the result before accepting it.
giannisanni/pulsar (★13 · Rust) An inference engine for giant Mixture-of-Experts models on hardware that has no business running them. The routed experts live on NVMe and stream per token; everything that makes decisions stays resident in VRAM. No llama.cpp anywhere in the stack.
noluyorAbi/claude-code-recap (★9 · TypeScript)
See every recent Claude Code session across every project on your machine, and get the exact command to jump back into any of them. Claude Code's built-in /resume only lists sessions for the directory you are standing in.
LeifDiao/grok-privacy-guard (★8 · Shell) 中文 · English > 给 Grok CLI 加一层代码库隐私防护:防止你的代码库在不知情时被打包上传,并在每次启动时检测上传状态、及时提醒你。 > macOS · zsh / bash。所有脚本只读日志、只写你自己的 config,不外发任何数据。
public-apis/public-apis (★449,916 · Python) APILayer unified suite allows you to integrate production-grade REST APIs using One Account, One Dashboard, and One API key. Whether you need to geocode an address, validate an email, fetch a flight, pull stock market data, or scrape a search result.
vite — v8.1.4
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.5
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.110.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 Let Me Write Digits (Lobsters) Comments
lobste.rs is now running on SQLite (Lobsters) This past Saturday, @pushcx and I deployed the SQLite pull request to production. We were waiting till this morning to see how it would react to the Monday traffic spike before making this post. Needl
Human Emacs (Lobsters) LLM-generated contributions free (possible) fork of GNU Emacs. Comments
Job queues are deceptively tricky (Lobsters) Comments
Estimating the heights of New Yorkers from their scuff marks (Lobsters) Comments
The git history command deserves more attention (Lobsters) Comments
Jurassic Park computers in excruciating detail (Lobsters) Comments
SpaceX is gearing up for Starship's 13th test flight later this week (Ars Technica) This flight will put Starship under higher pressure and test out new Starlink satellites in orbit.
US continues to shun Ebola-infected citizens; second American sent to Germany (Ars Technica) The man is said to be doing well in a Frankfurt hospital.
The US government warns that Russia state hackers are coming after your router (Ars Technica) With residential proxies all the rage, CISA urges router users to be vigilant.
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.