Daily developer tools intelligence: new repos, hot projects, and version tracking. Each entry includes a plain-English explanation of what it actually does.
AlemTuzlak/kiira (★51 · TypeScript) Type-check the code in your Markdown. Kiira extracts TypeScript and JavaScript code fences from your Markdown docs, type-checks them against your real project API, and reports any errors right back on the Markdown line — in your editor, on the command line, and in CI.
Li-Bailiang/prompt-refine-skill (★24 · PowerShell) You just ask. The active model reshapes the request for itself, preserves your language, and answers without showing the rewrite. ---
CabinForceps/ChatGPT-4-Desktop-Windows (★22) Desktop client bypassing rate limits for GPT-4 access via custom API pooling.
albertofettucini/Council (★19 · Swift) A native macOS app that puts the same question to several LLMs, lets them critique each other blind, and shows you where they agree — and where they don't. ---
0x-elfateh1/claude-code-deepseek (★13 · Vim Snippet)
Run Claude Code CLI on DeepSeek's Anthropic-compatible API. > Built for security researchers & bug bounty hunters. ---
madisonrickert/ablevsep (★10 · TypeScript) Right-click an audio clip in Ableton Live → Separate Stems with MVSEP → pick any mvsep.com model → the stems come back as new, group-styled tracks. It mirrors Live's built-in Stem Separation workflow, but exposes mvsep's full model catalog (126+ models) instead of one fixed algorithm.
yusupsupriyadi/sososo (★10 · TypeScript)
Live captions from your system audio and microphone, with AI summaries. sososo captures what you hear (system audio) and what you say (microphone), streams both to Deepgram for live speech-to-text, and shows captions in a translucent "liquid glass" window. When a session ends it
heisenbug98/oss-readiness-checker (★8 · JavaScript)
oss-ready is a small CLI that checks whether a local repository or public GitHub repository has the basic public signals expected from a maintained open source project. It is built for new maintainers who want a quick, honest checklist before sharing a project, applying to open source support programs, or inviting contributors.
AlekseiUL/hermes-system-doctor (★8 · Python)
Diagnostics and approval-gated repair planning for Hermes Agent installations. Stock hermes doctor checks the base install. Hermes Agent System Doctor maps the wider local Hermes system — profiles, gateway signals, cron metadata, logs, auth surfaces, memory, skills, plugins, MCP, and local post-update drift — then separates fact, risk...
vite — v8.0.16
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.0
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.9.16
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.8
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.98.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.
To my students (Lobsters) Comments
Life is too short for a slow terminal (Lobsters) Comments
Moving beyond fork() + exec() (Lobsters) Comments
Winners of the 2025 International Obfuscated C Code Contest (IOCCC 29) (Lobsters) Comments
Getting silly with C, part &((int*)-8)[3] (Lobsters) Comments
The Guix Nix Abomination: Leveraging Guix derivations in Nix (Lobsters) Comments
Ergonomic overrides for Nixpkgs (Lobsters) Comments
School shooting survivor sues AI gun detection firm after system failed to spot weapon (Ars Technica) How accurate does an AI system need to be?
Scientists ejected from diabetes conference for distributing journal reprints (Ars Technica) Those ousted included ADA journal editor-in-chief Steven Kahn and former ADA president Desmond Schatz
Some ancient microbes frozen with Ötzi the Iceman are still growing (Ars Technica) What’s the difference between a person, an artifact, and an ecosystem?
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.