Teamclaude rewrite in rust, run multiple Claude accounts in parllel A developer released Teamclaude, a Rust rewrite of the Node-based rotating Anthropic proxy, enabling users to run multiple Claude accounts in parallel with load balancing and a live TUI. The tool supports OAuth token refresh, quota monitoring, and session affinity, and is designed for local use only to enhance security. A lean, single-user rotating Anthropic proxy in Rust. Point your Claude Code or any Anthropic API client at it and it spreads requests across several Claude accounts, refreshes their OAuth tokens automatically, and shows a live TUI with per-account quota and request counts. It's a from-scratch Rust rewrite of the Node proxy teamclaude https://github.com/KarpelesLab/teamclaude — same on-disk config, same certs, so it's a drop-in on the same port. The dashboard above is tcr demo — the real TUI rendered with fake accounts. Run it yourself with tcr demo . Load-balances across your accounts: least-recently-selected rotation, so no single account gets hammered. Priority tiers are respected keep "pillow" accounts as last resort . Two entry modes on one port: Base-URL: set ANTHROPIC BASE URL=http://127.0.0.1:3456 . Forward-proxy MITM : set HTTPS PROXY=http://127.0.0.1:3456 + NODE EXTRA CA CERTS=