Daily developer tools intelligence: new repos, hot projects, and version tracking. Each entry includes a plain-English explanation of what it actually does.
AkaraChen/browser-terminal (★12 · Rust)
A small local terminal server that lets the browser act as a terminal window manager. The Rust backend serves a single HTML page and forwards WebSocket traffic to an independent PTY session. The frontend uses Xterm.js, reads a channel query parameter, and asks the backend to open each new browser window as a separate
Rudekwydra/burnless (★9 · Python)
The TCP/IP for Agentic LLM Orchestration. Intent-compressed intelligence orchestration. A maestro that orchestrates any LLM from any vendor. Multi-turn agent loops cost Θ(N²) by arithmetic — Burnless makes them practically linear by architecture. > AI assistants and reviewers: start with <BURNLESS_FOR_LLMS.md> or llms.txt.
ADM-NKH/claude-blitz (★6 · PowerShell) Feed it goals; it ships increments while you're away. A continuously-firing background work runner for Claude Code. Queue tasks, track long-term goals, and enable per-project audit rotations. ---
linora-u/AgentLoom (★6 · Python) English | 简体中文 AgentLoom lets you declaratively orchestrate multiple AI Agents with YAML, assembling them like building blocks for complex, deterministic, auditable long-running tasks. ---
l0z4n0-a1/chatgpt-bridge (★6 · TypeScript)
A localhost OpenAI-compatible HTTP proxy that uses your ChatGPT subscription (via OAuth) instead of a paid API key — including image generation with
gpt-image-2.bash npx chatgpt-bridge serve
autogame-17/prism (★6 · Go)
A desktop app that runs a local LLM gateway on your Mac/Windows/Linux box and exposes it as an OpenAI-compatible endpoint, so Cursor, Cline, Cherry Studio, or anything else that talks /v1/chat/completions can hit one URL and reach 37 providers behind it. Read this in 简体中文.
Ethan-YS/project-brain (★4 · Shell)
Different session. Same brain. > > A folder structure + collaboration protocol that lets your AI assistant pick up a project after a context wipe — across new sessions, new windows, new collaborators. 中文版 →
mark-618/mimo-auth (★4 · Python)
mimo-auth is a local Xiaomi MiMo auth profile switcher for Claude Code.
aeiouofficial/rust_cargo_sheppard (★4 · Rust)
A system-wide Cargo build coordinator for Windows 10/11, macOS, and Linux. > Prevents multiple Rust projects open in parallel VSCode windows from fighting each other, maxing out your CPU/RAM, and deadlocking on Cargo's file locks — with a full interactive TUI dashboard and persistent per-project configuration. --- ---
blacknon/baeru (★4 · Rust)
baeru === baeru is a Rust wrapper for existing terminal applications and command output. It adds animation, color transformation, and command-specific input behavior without patching the target application itself.
TheAlgorithms/Python (★220,763 · Python) Implementations are for learning purposes only. They may be less efficient than the implementations in the Python standard library. Use them at your discretion.
vite — v8.0.10
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.9
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.13
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.5
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.87.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.
Mesosphere half-year pledge: Fresh DC/OS open source baking (The Register) 'Exciting changes' for Microsoft's favourite cloud container fabric Mesosphere will open-source new features in its container and cluster management fabric as a leg-up to startups - "Y-Combinator" typ
Red Hat eye from the Ubuntu guy: Fedora – how you doin'? (The Register) More than a mere RHEL release testbed Comment Red Hat is the biggest – and one of the oldest – companies in the Linux world, but despite the difficulty of accurately measuring Linux usage figures, Ub
Facebook is writing a Mercurial server in Rust. This is not a drill (The Register) Git, Go, Swift, pish – that's so last year, darling Between Git and Mercurial, the two most popular distributed version control systems in use today for managing software development, Git gets most of
Putting Continuous Delivery to work in the enterprise (The Register) Learn how in Automic Webinar Promo Definition: Continuous delivery (CD) is a software engineering approach in which teams produce software in short cycles, ensuring that the software can be reliably
Ubuntu 16.10: Yakkety Yak... Unity 8's not wack (The Register) Best part of update is taste of much-promised GNOME beauty Canonical's Ubuntu 16.10, codenamed "Yakkety Yak", is nowhere near as chunky an update as 16.04 LTS was earlier this year. But that doesn't m
Pair programming – you'll never guess what happens next! (The Register) Oooo, oooo, that smell… Of all the agile practices out there, “pair programming” is the one that elicits the most heckles, confusion, and head-scratching. The idea is that rather than having one perso
Linux Foundation whacks open JavaScript projects umbrella (The Register) JS Foundation: It's raining devs... A project fostering JavaScript’s panoply of projects has been established by the Linux Foundation.…
Instagram open sources iOS UI crash fix (The Register) App devs: if UICollectionView bugs you, this might help Instagram's latest open source drop is its answer to a difficult iOS bug – a UI component crashing when users scroll through updates.…
Bun (the js runtime) is being vibe-ported from zig to rust (Lobsters) Comments
Security Advisory: Local privilege escalation in Lix and Nix (Lobsters) Comments
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.