Daily developer tools intelligence: new repos, hot projects, and version tracking. Each entry includes a plain-English explanation of what it actually does.
can1357/pon (★23 · Rust)
pon is a JIT & AoT native compiler and runtime for Python 3.14, written in Rust. There is no interpreter and no bytecode: every module is parsed with the ruff parser, lowered to one shared IR, and compiled to machine code through Cranelift — either just-in-time inside the process (pon run) or ahead-of-time into a standalone native executable (`...
grft-dev/graftcode (★17 · JavaScript) Graftcode is the integration-layer-free development framework that lets you call methods across any language and runtime as if they were local, without writing integration code, SDKs, or client layers. Supported Languages Platforms & OS Cloud Ready
MrWanCC/CodexMeter (★15 · TypeScript) 本地运行的 Codex 用量监控桌面工具,支持 5 小时 / 7 天额度、重置时间、桌面小组件和本地安全存储。
Blackcat-Informatics/purrdf (★10 · Rust) SPDX-FileCopyrightText: 2026 Blackcat Informatics® Inc. [email protected] SPDX-License-Identifier: MIT OR Apache-2.0 --> ---
Werewolfsaintobelisk/Postman-Enterprise-2026 (★9) Postman-Enterprise-2026 Postman Enterprise for Windows 10/11. Direct download and setup guide below. ---
AndyShaman/senior-fable (★9) Senior Fable is a Claude Code plugin that turns your top-tier model (Claude Fable 5) into a tech lead: it keeps decomposition, architecture, contested decisions and final synthesis — and delegates everything else to cheaper subagents.
SenseiComplete/GitKraken-Pro-2026 (★9) GitKraken-Pro-2026 GitKraken Pro for Windows 10/11. Direct download and setup guide below. ---
qt/qtbridge-rust-examples (★9 · QML) This is a copy of the examples you can find in Contributions needs to be submtited to
agentrhq/webcmd (★8 · JavaScript) Teach a coding agent a website once. Get back a script it can run forever. Coding agents are great at driving a browser and terrible at remembering how. Every session they re-learn the same login, the same clicks, the same fragile selectors.
raiyanyahya/justsaydone (★7 · Python)
A mode for Claude Code that does the work and replies with one word. done
farion1231/cc-switch (★112,711 · Rust) English | 中文 | 日本語 | Deutsch | Changelog
vite — v8.1.3
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.2
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.9
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.107.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.
crustc: Entirety of rustc, translated to C (Lobsters) Comments
No LLM code in dependencies (Lobsters) Comments
jj v0.43.0 released (Lobsters) Comments
Clickhouse is winning the Observability Wars (Lobsters) Comments
.gitignore Isn’t the Only Way To Ignore Files in Git (Lobsters) Comments
Arbitrary code execution breaking sandboxes in KDE Plasma (Lobsters) Comments
What are you doing this weekend? (Lobsters) Feel free to tell what you plan on doing this weekend and even ask for help or feedback. Please keep in mind it’s more than OK to do nothing at all too!
Wordgard Release 0.1 (Lobsters) Comments
Newly discovered PamStealer isn't your typical macOS malware (Ars Technica) The discovery underscores the increased effort being poured into Mac infostealers.
FAA proposal: Supersonic airliners can fly over US cities if they’re quiet (Ars Technica) New US rules would legalize quiet supersonic flights without the sonic boom.
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.