Daily developer tools intelligence: new repos, hot projects, and version tracking. Each entry includes a plain-English explanation of what it actually does.
josiah-nelson/eidos (★162 · Rust) A Windows-first, eventually cross-platform filesystem catalog, content indexer, storage analyzer, and search service. eidos (εἶδος, "form") is the thing itself as distinct from where it happens to sit: the project keeps a canonical catalog of file objects with stable
TeoSlayer/shell.online (★15 · TypeScript) Turn a terminal command into an interactive browser link. The command and PTY stay on your machine; anyone with the link can watch or type. Cloudflare only relays terminal input and output while the session is active. ```sh curl -fsSL | sh shell claude
dbl8005/sitrep-panel (★12 · HTML) Long agent sessions are hard to watch. The transcript scrolls past faster than you can read it, and there's no single place that answers "what is it doing right now, and how did it get here?" without stopping the agent to ask. sitrep-panel solves that with one command. The agent keeps a live local
ShawnPana/shanframe (★9 · Go) Your machines, from anywhere — for you and your agents. Every terminal, every screen, every app, on every device you own. · ·
2youg1/sprawling (★9 · Rust) Turn a swarm of agents into a city on your own machine. One Rust binary. The UI lives in the browser. The binary the badges refer to is attached to the latest release. Both numbers are produced by the same build gate that weighs the artifacts—no one hand-writes sizes into the docs. > **Status: pre-alpha, research & development.
tester-army/unbox-ai (★6 · TypeScript) unbox-ai turns an AI agent trace into something you can read. One command opens a local visualization of the run; the same binary doubles as a bounded, read-only trace explorer for coding agents. - Bundle-analyzer-style treemap of input tokens: system prompt, each tool
Bil0000/agents-fleet (★5 · Python) A blank, working source of truth for Claude Code and Codex across macOS and Linux. Fleet keeps your own rules, settings, skills, commands, hooks, plugins, MCP servers, secrets, updates, and Claude-Mem setup consistent. This repository contains the engine and empty folders. It does not contain my own configuration.
abdulhalimaltuntas/JSHarvest (★5 · JavaScript) See every piece of JavaScript a page runs — and who it belongs to. A Manifest V3 extension that builds a deduplicated, classified inventory of every script a page loads, then digs deeper: hidden bundle chunks, recovered source trees, exposed keys, supply-chain risk. ---
rust-lang/rust (★115,952 · Rust) src=" width="50%"> [Website][Rust] | [Getting started] | [Learn] | [Documentation] | [Contributing] This is the main source code repository for [Rust]. It contains the compiler,
vite — v8.2.2
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.2
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.11
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.4.0
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.11
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.125.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.
You should never be angry at work (Lobsters) Comments
There continue to be reasons for software to be slow (Lobsters) Comments
NetBSD and my life (2005) (Lobsters) Comments
A 2026 Survey of Rust GUI Libraries (Lobsters) Comments
Why aren't my two Cortex-A9 cores cache coherent? (Lobsters) Comments
Linus Torvalds uses AI to debug an Intel GPU driver bug (Lobsters) Comments
The immortal 1984 Macintosh (restoration diary) (Lobsters) Comments
Putting mice into hibernation causes a major loss of synapses (Ars Technica) Hibernation cuts down on synapses, but mice seem to retain memories anyway.
Dismantling the Roadless Rule threatens to disrupt wildlife and water in US (Ars Technica) Lands free of roads are under threat from the Trump administration’s proposed rollback.
Two years after launch, Walmart’s Flipkart is closing in on India’s quick-commerce leaders (TechCrunch) Flipkart's quick-commerce venture is delivering 1.1 million to 1.2 million orders a day, nearly triple its November volume.
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.