Daily developer tools intelligence: new repos, hot projects, and version tracking. Each entry includes a plain-English explanation of what it actually does.
jinzijian/EvoTrace (★75 · Python) Quickstart · What you get · How it works · Security · 中文 Your agent sessions are not disposable chat logs. They are compounding data assets.
only-cli/oc (★66 · JavaScript)
Turns websites into a command line interface for AI agents. oc open <url> fetches a page and hands back a compact, numbered view instead of raw HTML or a screenshot, so agents like Claude Code, Codex, and Antigravity can browse without burning tokens.
outrageousach/rust-esp-aimbot-2026 (★29) External ESP and aimbot for Rust. Player boxes through walls, resource ESP, animal ESP, and smooth aimbot. EAC bypass for current month patch.
normalpence/eac-bypass-undetected-2026 (★28) Bypasses Easy Anti-Cheat for Fortnite, Apex Legends, and Rust. Allows running external cheats without kernel-level detection. No driver signature needed.
YinsenW/feishu-ppt-skill (★21 · Python)
AI-agent skill for building Lark (Feishu) slides via the lark-cli: a 51-page template library, brand design tokens, XML generation workflow, and automated layout review. Built as a reusable SKILL.md so agents can produce polished, on-brand presentations quickly — pick a template, swap content, lint, publish.
1rhino2/fnprint (★20 · Rust) fnprint matches functions in binaries by what they do, not by what their bytes or control-flow graphs look like. it runs each function in a tiny emulator with made-up inputs, records the side effects it produces, and hashes that behavior into a fingerprint. two functions that behave the same get similar fingerprints,
cobanov/ghbar (★13 · Swift) The contributions people send you — without the rest of the notification inbox. ---
getelephc/elvm (★8 · Rust) Version manager for <a href=" the PHP-to-native compiler. ~/.elvm/bin goes on your PATH once; from then on a committed .elephc-version decides which compiler runs, so every contributor and every CI job builds with the same one.
public-apis/public-apis (★466,673 · Python) APILayer unified suite allows you to integrate production-grade REST APIs using One Account, One Dashboard, and One API key. Whether you need to geocode an address, validate an email, fetch a flight, pull stock market data, or scrape a search result.
freeCodeCamp/freeCodeCamp (★454,354 · TypeScript) freeCodeCamp.org is a friendly community where you can learn to code for free. It is run by a donor-supported 501(c)(3) charity to help millions of busy adults transition into tech. Our community has already helped more than 100,000 people get their first developer job.
EbookFoundation/free-programming-books (★394,850 · Python) Search the list at []( This page is available as an easy-to-read website. Access it by clicking on [](
openclaw/openclaw (★386,869 · TypeScript) OpenClaw is a personal AI assistant that runs on your devices and meets you in the channels you already use. It is designed for a single operator and connects models, tools, messaging channels, and optional companion apps through one Gateway. Website · Docs · Getting started · Showcase · FAQ · Vision · DeepWiki
nilbuild/developer-roadmap (★364,981 · TypeScript) Roadmaps are now interactive, you can click the nodes to read more about the topics.
avelino/awesome-go (★181,650 · Go) We use the Golang Bridge community Slack for instant communication, follow the form here to join. Sponsorships: Special thanks to Awesome Go has no monthly fee_, but we have employees who work hard to keep it running.
ollama/ollama (★179,030 · Go) Start building with open models.
golang/go (★135,919 · Go) reliable, and efficient software. Gopher image by [Renee French][rf], licensed under [Creative Commons 4.0 Attribution license][cc4-by]. Our canonical Git repository is located at There is a mirror of the repository at
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.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.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.124.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.
HTML Can Do That (Lobsters) Comments
Plain Text Accounting is Pretty Cool (Lobsters) Comments
Reclaim the terminal (Lobsters) Comments
Why I still hand write my commit messages (Lobsters) Comments
Go 1.27 is released (Lobsters) Comments
Sing-song: a speakable encoding for long numbers and keys (Lobsters) Comments
What Zig felt like, coming from Rust (Lobsters) Comments
NASA calls off mission to rescue Swift gamma-ray observatory (Ars Technica) Without a rescue, NASA's Swift Observatory is expected to reenter the atmosphere later this year.
Amazon aims for delivery drones to reach 500 US neighborhoods by end of 2026 (Ars Technica) US residents face trade-offs as delivery drone services such as Prime Air expand.
Framework responds to complaints that BIOS update bricks Ryzen 7040 laptops (Ars Technica) Framework says it's replacing some out-of-warranty AMD mainboards.
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.