Daily developer tools intelligence: new repos, hot projects, and version tracking. Each entry includes a plain-English explanation of what it actually does.
AMAP-ML/LongHorizon-Harness (★113 · Python) Operate the whole computer like a human. Work across desktop apps and the command line for dozens of hours. No state drift. Verifiable progress. Complex tasks carried through to completion. Usage · What You Get · How It Works · Results · Project Website · 简体中文 > **The model determines what an agent can do in one round.
TCeramic/OpenLyricSync (★32 · TypeScript) OpenLyricSync is a clean-room, provider-neutral TypeScript toolkit for timed lyrics. It parses LRC text, resolves the active line for a playback position, aligns two lyric timelines, and compares normalized track metadata. The workspace also includes a local-only CLI for using those operations with files.
openwarehq/websiteprompts (★32) Markup, styles, animation, and a background video that is already hosted — so the page works the moment it is generated, with nothing to download.
ibelinp/ft8 (★15 · Rust) FT8 and FT4 decoding, in pure Rust. Give it audio, get messages. ```rust use ft8::decode; // 15 seconds of 12 kHz mono audio, aligned to the UTC slot boundary.
youngfor-shoot/codex-agent-team (★14 · Python)
agent-team is a Codex Skill for choosing and coordinating the smallest safe Agent setup for a task. It separates five decisions that are often mixed together: topology, wakeups, convergence, verification, and human gates. This repository ships a Skill and deterministic guardrail scripts, not a
MarlinDiary/worklouder-input-cli (★13 · Rust) WorkLouderCTL replaces the Codex Micro configuration workflows in Codex and Work Louder Input with a typed command-line interface. It covers all four configuration tiers: Codex-native controls, device layouts, Input host actions, and delegated device operations.
zenx0x/allinluna (★12 · Python) 简体中文(默认) | English 给 All in Luna 一句目标,得到的是一条真正执行到结果的 Codex 工作流,而不是一轮更长的方案讨论。 All in Luna 把用户目标交给独立 Coordinator,再按依赖波次安排必要的 Owner。普通用户不需要先学习 schema、run-state 或多层治理。
xgre1/troth (★12 · JavaScript) The core is AGPL open source, free forever. The macOS app is a one-time purchase. Runs on your Mac. Uses the Claude, ChatGPT or Kimi subscription you already pay for, any provider with your own key, or a fully local model. Your data never leaves your machine. troth is a persistent AI partner.
Hostingglobal-Tech/agent-broadcast (★11 · Rust)
Claude Code와 Codex가 하나의 짧은 메시지 스트림으로 서로의 진행 상황을 알 수 있게 하는, 작고 이식 가능한 CLI와 공식 훅 설치 도구입니다. Agent Broadcast는 공유된 Redis Stream에 상태 메시지를 기록하고 최근 메시지를 다시 보여 줍니다. 두 도구가 같은 Redis와 스트림 이름을 사용하면, 어느 쪽에서 보낸 메시지든 다른 쪽에서 바로 확인할 수 있습니다. 영문 문서는 README.en.md에서 볼 수 있습니다.
anivar/decern (★9 · Rust) A deterministic authorization kernel whose safety properties are machine-checked over every possible input, not just tested on examples — with a hash-chained, tamper-evident decision ledger anyone can verify without trusting the operator. The industry standardizes how authority is represented — tokens, delegation envelopes,
public-apis/public-apis (★454,310 · 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 (★453,451 · 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 (★393,681 · Python) Search the list at []( This page is available as an easy-to-read website. Access it by clicking on [](
openclaw/openclaw (★385,102 · 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 (★363,555 · TypeScript) Roadmaps are now interactive, you can click the nodes to read more about the topics.
vinta/awesome-python (★312,095 · 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 (★180,079 · 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 (★177,745 · Go) Start building with open models.
vite — v8.2.0
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.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 — v2.10.8
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.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 — 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.118.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.
Kill the Cookie Banner (Lobsters) Comments
Soppo - Go, with the features it's missing (Lobsters) Comments
Twenty Years of Pandoc (Lobsters) Comments
Don't be a meat proxy (Lobsters) Comments
help wanted (Lobsters) Comments
ShieldFont (Lobsters) Comments
Tests for a PDF (Lobsters) Comments
The Future of GNOME Boxes (Lobsters) Comments
US company’s AI lets Ukraine’s cheap kamikaze drones track targets on their own (Ars Technica) $100 million deal gives 50,000 Ukrainian drones US-developed AI capabilities.
Research roundup: 6 cool science stories we almost missed (Ars Technica) Also: Cyborg diving suits for cockroaches, why sleepy sperm whales blow bubbles, Betelgeuse's companion star.
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.