Daily developer tools intelligence: new repos, hot projects, and version tracking. Each entry includes a plain-English explanation of what it actually does.
wikidjon/ai-openclaw-cli (★52 · TypeScript) English | 中文
UiPath/coder_eval (★15 · Python)
The Coding Agents Gym. A sandboxed, reproducible framework to evaluate, > benchmark, and A/B-test AI coding agents — Claude Code, Codex, and Google > Antigravity (Gemini) today, any agent via a plugin SPI — with declarative > YAML tasks and weighted scoring.
Dicklesworthstone/atp (★9 · Shell) Fountain-coded file transfer that outruns tuned rsync on real networks. RaptorQ erasure coding over raw UDP or QUIC turns loss into a repair budget instead of a retransmit stall. Every transfer is SHA-256 verified end-to-end and fails closed. One command, nothing else to install first:
Smoren/transferum-ts (★8 · TypeScript) A reactive data processing pipeline system for TypeScript. The library provides type-safe primitives for building data flows: transfers (flow nodes), bridges (connectors between flows), builders (chain constructors), and operators (data transformers). ---
mocasus/paleo (★7 · Python)
Token-saving skills for LLM agents — cut output & context tokens without choking the model. Why · See it · Features · Skills · Combos · Quick Start · Benchmarks · Comparison · Tips · Install
RohitMidha23/chewy (★7 · Swift) Never hit a rate limit mid-flow again — a tiny macOS menu-bar app that watches your Claude/Codex usage across accounts and auto-switches the moment you hit your 5-hour limit.
BusyBee3333/sol-governed-codex (★7 · Shell) Get stronger review where it matters without running the most capable model for every edit. Sol-Governed Codex is an installable toolkit for OpenAI Codex that pairs Terra and Luna workers with a bounded Sol advisor.
nothingnesses/agent-scaffold (★6 · Rust)
A small command-line tool that scaffolds a repeatable agent workflow into a project: front-load context, write a structured plan, review it, implement in small steps, then review the work. It drops a canonical AGENTS.md, a planning-document template, and a few reusable prompts, so the structure does
fraconca/ai-ready-context-template-engine (★6 · Shell) --- A standardized, production-ready project workspace structure optimized for AI-Assisted Development. This template establishes an architecture-first documentation approach, making it universally compatible with advanced AI agents, autonomous coders, and AI-powered IDEs (such as Cursor, Windsurf, Claude Projects, and OpenAI GPTs).
TheAlgorithms/Python (★222,561 · Python) Implementations are for learning purposes only. They may be less efficient than the implementations in the Python standard library. Use them at your discretion.
farion1231/cc-switch (★115,863 · Rust) English | 中文 | 日本語 | Deutsch | Changelog
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.4
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.
An update on the scraper situation (Lobsters) Comments
Hannah Montana Linux v26.0 (Lobsters) Comments
I converted an Android app to a webpage (Lobsters) Comments
Postgres rewritten in Rust, now passing 100% of the Postgres regression tests (Lobsters) Comments
I tried NetBSD as a desktop, and it felt like stepping into the '90s in a good way (Lobsters) Comments
After 7 years in production, Scarf has reluctantly moved away from Haskell (Lobsters) Comments
Adding Go to a browser code runner (Lobsters) Comments
Quantum error correction can constantly recalibrate a processor (Ars Technica) Reinforcement learning uses error information to adjust control algorithms.
Increased drone surveillance of illegal July 4th fireworks led to $100K fine (Ars Technica) More police and firefighters use drones to catch and deter illegal fireworks.
China recovered its first reusable rocket and showed a new way to do it (Ars Technica) "Clearly, they admire the work that's being done by SpaceX and are trying to replicate it."
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.