Daily developer tools intelligence: new repos, hot projects, and version tracking. Each entry includes a plain-English explanation of what it actually does.
icesixgod/codex-trajectory (★119 · Python) Read this in 简体中文. Codex Trajectory is a read-only Codex plugin that turns local task logs into a privacy-aware event ledger and interactive timeline. It shows turns, approximate model steps, reasoning summaries, assistant messages, tool timing, subagents, compaction, token usage, and failures without changing the original logs.
seyedehsanhadi/sloptrim (★64 · Python) A local detector for AI-writing patterns. It scores every prose file your agent saves and asks for the flagged spans to be fixed. Python standard library only, no network, no model. Prose only, never code. Install · What it does · Measured · Limits · Patterns · Ethics
Zhiyuan-Fan/Awesome-DeepSeek-Harness-Plugins (★59) English | 简体中文 A concise, daily-curated directory of public plugins and extensions for DeepSeek Harness (DSH), the open-source DeepSeek agent harness. Explore tools, skills, model providers, memory, automation, runtimes, desktop clients, browser integrations, and developer utilities.
programmersd21/zap (★29 · Go)
fast file operations with real-time progress. zap is a modern replacement for cp, mv, and rm with real-time transfer stats and progress display.
diyanbogdanov/emend (★26 · TypeScript) Verified AI migrations for dependency upgrades. Emend finds which of your lines a version bump actually breaks, migrates them with an agent in a throwaway worktree, then proves the result compiles and your tests still pass — or refuses to call it fixed.
Owen718/snapgrep (★8 · TypeScript) An in-process trigram index that makes code search in <a href=" and every result is checked against ripgrep, byte for byte. No sidecar process. No daemon. A single 3.2 MB native addon loaded inside the agent process.
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.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.10
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.123.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.
Firefox is now the last major browser that still supports uBlock Origin (Lobsters) Comments
RISC-V: They Should Have Known Better (Lobsters) Comments
My comment section is static HTML (Lobsters) Comments
ActivityPub Won by Being Boring (Lobsters) Comments
Thunderbird’s Desktop Calendar Visual Redesign (Lobsters) Comments
Serokell’s Work on GHC: Dependent Types, Part 5 (Lobsters) Comments
We implemented the IPv8 Internet-Draft in the Linux Kernel, Musl Libc, and BGP (Lobsters) Comments
Curl Performance (Lobsters) Comments
Vulnerability giving attackers full control of Macs is under active exploitation (Ars Technica) Screen-sharing bug lets remote hackers log in without a password.
First test flight of largest all-electric aircraft used just $5 of electricity (Ars Technica) Airline-backed venture aims to develop a hybrid-electric commercial aircraft.
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.