Daily developer tools intelligence: new repos, hot projects, and version tracking. Each entry includes a plain-English explanation of what it actually does.
Flaminis/Dalaran (★69 · Rust) Dalaran is an Apache-2.0, robotics-first observability and visualization stack for multimodal time-series data — ROS 2 topics, LiDAR sweeps, camera streams, IMU, and TF transforms, recorded and replayed on one timeline. You log data from your robot, your simulator, or an offline pipeline; Dalaran
zortax/canora (★29 · Rust) A small, fast Spotify client. It plays audio itself through librespot and reads the library through the Web API. The interface is built on zgui. Spotify Premium is necessary.
transcendr/slopware-skills (★20)
Free forever ♡ Portable, individually installable skills and plugins for AI coding agents by Slopware Engineer.
ratatui/ratlings (★19) Small, interactive exercises for learning Ratatui, powered by Rustlings 🦀
Juror-AI/juror (★14 · TypeScript)
npx juror-ai review --pr 1234 **N frontier models review your PR in parallel, each through its own native agent
reardencode/rbitcoin (★13 · Rust) Bitcoin full node in Rust aimed at production server-side use: multi-peer IBD, tip follow, block/tx relay (tip mode), and in-process Electrum for wallet backends and similar infrastructure — built around a libbitcoin-class relational archive and a pure-Rust consensus/script path.
LilithGames/a2wave (★12 · TypeScript) Turn the agent CLIs you already use into shared services your whole team can call. Describe an Agent in plain language, bind a model provider, publish it to Feishu, Slack, Discord, an HTTP API, or a schedule. No flowcharts, no glue code. Core Concepts · Project Guide · Contributing · Security
Innovology/claude-dispatcher (★9 · Go) A terminal cockpit for running a factory of Claude Code sessions across all your repos. Dispatch work to many repositories at once, then see — at a glance, on one screen — what's working, what shipped, and the one thing that's actually blocked waiting on you. It sits above your repos, not inside any one of them.
leynier/exeora (★6 · TypeScript) Secure execution for AI agents, on any machine. Connect Claude, ChatGPT, Cursor, VS Code or Claude Code to a real project on a server, a VM, a build box, a Raspberry Pi, or the laptop in front of you. No port to open. No source code to upload. No tunnel to wire up. ```bash
vgmakeev/kanata (★5 · Python) Give the agent structure. Let Katana move the code. Deterministic, polyglot refactoring infrastructure for coding agents. Katana lets an AI agent redesign a large file without loading the whole file into its context. It turns source into a compact architecture map, accepts an
vite — v8.2.1
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.9
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.120.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.
The Nixpkgs core team has disbanded (Lobsters) Comments
Am I the problem? Interviewing another team to find out (Lobsters) Comments
They don’t make ’em like Sublime Text anymore (Lobsters) Comments
Assembly Hall of Shame: Racing to the bottom of CPU performance (Lobsters) Comments
PS3 emulation is fast on ARM now (Lobsters) Comments
‘Farewell, Etaoin Shrdlu’ (Lobsters) Perhaps does not meet the bar for topicality, but it feels very relevant to the current software zeitgeist. "It's inevitable that we're going to go into computers. All the knowledge I've acquired over
Software Understanding in the Sciences is Really Uneven (Lobsters) My day job, such as it is, involves optimizing simulations and scientific tooling. Right now I'm working on an astrophysical simulation with a group at CUNY. One of the grad students has spent the las
Europe's free satellite service just made it easier to track wildfires (Ars Technica) Copernicus Browser adds wildfire visualization amid record wildfire season.
Flesh-eating screwworms feast on humans in Mexico; human cases top 500 (Ars Technica) Six deaths reported among screwworm cases, one directly attributed to the flies.
Judge rules Meta caused "public nuisance" and must fund mental health treatment (Ars Technica) New Mexico judge orders $567M fund to help address youth mental health crisis.
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.