Daily developer tools intelligence: new repos, hot projects, and version tracking. Each entry includes a plain-English explanation of what it actually does.
change-42-yhmm/quota-float (★37 · TypeScript) Lightweight floating desktop widget for checking Codex quota from the local Codex Desktop login state.
huey1in/ClaudeX (★34 · Python)
ClaudeX 是一个用于自动化创建 Claude 账号,并保存账号的会话状态等数据的Cli工具 > 注意:本项目会请求 claude.ai 。请确认你的使用方式符合相关服务条款、当地法律法规要求。
ianustec/openwebui-generate-documents (★19 · Python)
A Open WebUI Tool that generates native Word (.docx) documents from Markdown (with YAML frontmatter) or a JSON spec produced by the model. It doesn't export HTML or PDF: it builds the document directly with python-docx, with a coherent design system — cover pages, numbered
laureldev/laurel.dev (★11 · Python)
A tiny, self-hostable web-context API for LLM agents. Two endpoints: - POST /search — find relevant links for a query - POST /fetch — download a page and get back clean Markdown That's the whole idea: let an agent search for sources, read the snippets,
yinguangyao/coding-agent-runner (★9 · TypeScript)
English | 简体中文 Run local coding-agent CLIs from Node.js through one small Node-only API. coding-agent-runner wraps the process and protocol details for: - codex: Codex CLI via codex app-server --listen stdio://
aka-luan/doc-cleanup (★8)
An agent skill that finds and removes context rot from your repo's markdown docs. Your CLAUDE.md / AGENTS.md ecosystem is quietly lying to your agents. Every "read this before you code" doc accumulates finished checklists, executed plans, dead file paths, and facts the code outgrew months ago. Agents pay for
MadBlast0/Cli-launcher (★8 · TypeScript) Cross-platform desktop launcher for AI coding CLIs. Install, update, uninstall, and launch 17 terminal AI agents — all from one mac-style panel.
RainSunMe/cc-vision-hook (★8 · TypeScript)
Give vision-blind Claude Code models eyes — without touching your prompt. cvh is a local-only Claude Code Hook toolkit. When you paste an image, or a tool (Read / Bash / MCP) produces a screenshot, cvh sends it to a vision model of your choice and injects the description back into Claude Code's context as additionalContext — so a mode...
riktar/memledger (★7 · Python)
## Active This Week
**[freeCodeCamp/freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp)** (★451,513 · 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](https://github.com/EbookFoundation/free-programming-books)** (★391,579 · Python)
Search the list at []( This page is available as an easy-to-read website. Access it by clicking on [](
**[openclaw/openclaw](https://github.com/openclaw/openclaw)** (★382,450 · TypeScript)
**OpenClaw** is a _personal AI assistant_ you run on your own devices. It answers you on the channels you already use. It can speak and listen on macOS/iOS/Android, and can render a live Canvas you control. The Gateway is just the control plane — the product is the assistant.
**[nilbuild/developer-roadmap](https://github.com/nilbuild/developer-roadmap)** (★360,135 · TypeScript)
Roadmaps are now interactive, you can click the nodes to read more about the topics.
**[vinta/awesome-python](https://github.com/vinta/awesome-python)** (★307,364 · Python)
An opinionated guide to the best Python frameworks, libraries, tools, and resources. **Visit the website to search and filter projects more easily.**
**[avelino/awesome-go](https://github.com/avelino/awesome-go)** (★177,724 · 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](https://github.com/ollama/ollama)** (★175,851 · Go)
Start building with open models.
**[golang/go](https://github.com/golang/go)** (★135,326 · 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
## Package Versions
**[vite](https://vite.dev)** — `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](https://github.com/evanw/esbuild#readme)** — `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](https://turborepo.dev)** — `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](https://www.npmjs.com/package/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](https://bun.com)** — `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](https://vitest.dev)** — `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](https://github.com/jasonmccreary/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](https://www.npmjs.com/package/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](https://github.com/cloudflare/workers-sdk#readme)** — `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](https://orm.drizzle.team)** — `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.
## Tech Press
**[Lobsters Interview with mitchellh](https://alexalejandre.com/programming/interview-with-mitchell-hashimoto/)** *(Lobsters)*
@mitchellh (blog) was behind Vagrant, Packer, Consul, Terraform, Vault, Nomad, Waypoint and now builds Ghostty and Vouch.
In this interview, we talk about terminals, Zig and open source.
You've been
**[You paid me, a long-time Linux user, to use Windows 11 exclusively for a month: here’s how it went](https://www.osnews.com/story/145459/you-paid-me-a-long-time-linux-user-to-use-windows-11-exclusively-for-a-month-heres-how-it-went/)** *(Lobsters)*
Comments
**[I Did Not Kill Stanley Lieber: How to draw (with 9front)](https://triapul.cz/automa/i_did_not_kill_stanley_lieber)** *(Lobsters)*
Comments
**[Cpp2Rust: Automatic Translation of C++ to Safe Rust](https://github.com/Cpp2Rust/cpp2rust)** *(Lobsters)*
Comments
**[Announcing Rust 1.97.0](https://blog.rust-lang.org/2026/07/09/Rust-1.97.0/)** *(Lobsters)*
Comments
**[A road to Lisp: Why Lisp](https://scotto.me/blog/2026-07-09-why-lisp/)** *(Lobsters)*
Comments
**[Flores Hobbits' eating habits offer clues about their evolutionary past](https://arstechnica.com/science/2026/07/flores-hobbits-scavenged-komodo-dragons-elephant-kills-study-suggests/)** *(Ars Technica)*
If Homo floresiensis wasn't a fire-using hunter, its origins could be different than we thought.
**[Michigan's explosive outbreak of diarrheal parasite jumps to over 1,200 cases](https://arstechnica.com/health/2026/07/michigans-explosive-outbreak-of-diarrheal-parasite-jumps-to-over-1200-cases/)** *(Ars Technica)*
In neighboring Ohio, cases have reportedly reached over 500.
**[OpenAI wants its new tool to do your work for you and with you](https://arstechnica.com/ai/2026/07/openai-wants-its-new-tool-to-do-your-work-for-you-and-with-you/)** *(Ars Technica)*
Rebranded Codex promises independent workflows that can run "for hours if needed."
**[Patch for Windows Defender 0-day could allow attackers to fill hard disk](https://arstechnica.com/security/2026/07/patch-for-windows-defender-0-day-could-allow-attackers-to-fill-hard-disk/)** *(Ars Technica)*
The feud between NightmareEclipse and Microsoft shows no signs of resolving soon.
---
*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.*