Daily developer tools intelligence: new repos, hot projects, and version tracking. Each entry includes a plain-English explanation of what it actually does.
Cripacx/mediagen (★55 · TypeScript) Give your agent image and video generation across Google Gemini, OpenAI and Kie AI — one skill, one install, no API to learn. Say roughly what you want and let it decide the rest: ```
truespar/sentio (★24 · Rust) Email inbox API for AI agents. Give every agent its own real email address, receive mail as structured webhooks, and reply in-thread over REST - then run thousands of those inboxes side by side, isolated per tenant. Agents increasingly need to be an email participant: receive a customer
w-partners/Wbrowser (★22 · JavaScript) Your AI can't see anything behind a login. This fixes that — on the OS you actually use. Your assistant can search the web, but it can't open your inbox, your dashboard, or your company's internal tool. Everything useful is behind a sign-in it doesn't have. Wbrowser gives it a seat at your own Chrome — the one you're already signed into.
Lideso-tech/ChromaSSH (★19 · Python) A stylish terminal SSH client with animated chroma effects. Connect to your servers in pure color. One file. Multiple profiles. Maximum style. ---
wpexpertinbd/BHUninstaller (★19 · Rust) A native app uninstaller and leftover cleaner by BiswasHost — a free alternative to App Cleaner & Uninstaller / Revo Uninstaller. One Rust engine and one interface across macOS, Windows and Linux: uninstall with a full leftover sweep, manage startup items and extensions, clear caches and build junk, see
aiopshwang/ship-mobile-app (★8) 한국어 Build the user path, not just the code. Ship Mobile App is an open, framework-neutral Agent Skill for Claude Code and Codex. It helps coding agents build, debug, and prepare production mobile apps
aiopshwang/verify-regression-tests (★8 · Python)
skills.sh directory · 한국어 Your regression test is green. But does it actually catch the bug? verify-regression-tests is an open Agent Skill that tests the test. It runs one
anhe2021212-spec/Turritopsis (★8 · Python) A shared handoff layer for long-running projects. 1 human + 4 agents. 71 days. 500K lines of active code. > Agents come and go. Projects shouldn't forget. Your coding agent can read the code. Turritopsis tells it:
dataglotai/dataglot (★8 · Rust)
Rust-native federated SQL query engine with governance enforced in the query plan. One PostgreSQL endpoint for all your databases. Dataglot speaks the PostgreSQL wire protocol, so psql, DBeaver, Metabase, Tableau, dbt, and every Postgres driver connect with no
vinta/awesome-python (★315,771 · Python) An opinionated guide to the best Python frameworks, libraries, and tools. Visit the website to search and filter projects more easily.
openai/codex (★116,605 · Rust) If you want Codex in your code editor (VS Code, Cursor, Windsurf), <a href=" in your IDE. ---
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.4.0
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.125.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.
Your executable is a SQLite database (Lobsters) Comments
And then the men with guns tell you to do it anyway (Lobsters) Comments
Everything I own, owned (Lobsters) Comments
Amazon kept shutting down my tablet, so I spent $266 on four AI models to own it (Lobsters) Comments
Replicating Reddit's best feature on other forums (Lobsters) Comments
An Introduction to Canvas in GNU Emacs (Lobsters) Comments
Hister - A private, full content search index that you control (Lobsters) I've seen the author @asciimoo reply in the comments here recently, yet the project has never had a dedicated submission. Taking inspiration from the orange cousin, here it is . Comments
My favorite Computer Science books, and why (Lobsters) Comments
Due to need for 'absolute success,' China delays critical Moon launch to 2027 (Ars Technica) "The Chang’e 7 mission does not meet the conditions for launch."
Volcanoes that made history (Ars Technica) Enormous eruptions altered Earth’s climate and societies all over the globe.
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.