openclaude-improved
OpenClaude is an open-source CLI coding agent that runs on any platform and supports a wide range of LLM providers, offering the same tools and workflows as Claude Code.
它解决了拥有多个 AI 订阅账户用户的痛点:在一个页面上查看所有账户的实时容量,当某个账户达到上限时自动轮换到下一个,并采用“故障关闭”设计,绝不会将流量路由到可能耗尽的账户。
A live dashboard for every Claude and Codex subscription you own — read straight from the providers without spending a single token — that rotates you to the next account with headroom the moment one hits a limit.
The heart of headroom is a live web dashboard you run locally. Run
headroom serve, open http://127.0.0.1:8377, and every account's 5-hour,
weekly, and model-scoped capacity is on one page, updating in real time. It's
an ordinary local web page, so it works in any browser on any OS — you're not
tied to one machine. A menu-bar app and pinnable desktop widgets are optional
extras layered on the same data, for a glance without opening a tab.
https://github.com/user-attachments/assets/71e8ec51-8f0f-4ec2-806f-221b9eb6571f
Five built-in themes (Midnight, Minimal, Chrome, Paper, Terminal), switchable live from the dashboard. The setup wizard asks how you want it to look.
All five themes (static)
| Midnight | Minimal |
|---|---|
| Chrome | Terminal |
|---|---|
If you run more than one Claude or ChatGPT subscription (work + personal + team), you know the drill: a session dies with "you've hit your limit", you have no idea how much is left on the other accounts, and you burn ten minutes logging in and out to find out.
headroom fixes all three problems:
headroom claude launches on the first account in your
preference order with proven headroom. When a limit hits,
headroom rotate (or the /rotator skill inside Claude Code) cools that
login down until its window resets and hands you the next one. Set a
reserve (e.g. 10%) and it skips any account already below that much
headroom, so a session starts fresh instead of hitting a wall mid-task.Automatic handoff is on by default — uninterrupted continuation is the
point of headroom. headroom claude stays resident around an interactive
Claude process. If that exact session reaches a subscription cap, headroom
req
Track and rotate your Claude & Codex usage across accounts from one live dashboard — read live, never spending a token.
根据分类、Topic 和编程语言匹配的相似项目。
OpenClaude is an open-source CLI coding agent that runs on any platform and supports a wide range of LLM providers, offering the same tools and workflows as Claude Code.
Recensa is a self-hosted web viewer that indexes Claude Code session transcripts into a local SQLite database, enabling full-text search, replay, and audit of all past agent conversations without uploading data anywhere.

A collection of notes on building coding agents, derived from the production development of the desktop agent Reina, with each mechanism simplified into a zero-dependency, single-file Node.js demo.