claude-account: run two Claude Code subscription logins side by side and swap the active one when one hits its usage cap (Linux) A developer created claude-account, a CLI tool for Linux that lets users run multiple Claude Code subscription logins side by side and automatically swap to a healthy account when one hits its usage cap. The tool includes a cron-based watchdog that probes the active account every 10 minutes and rotates to the next non-capped slot, with a pin feature to manually hold an account. Run any number of Claude Code subscription logins side by side, switch between them, and auto-rotate to a healthy account when one hits its usage cap. Plus a one-line terminal statusline that shows which account you're on. Files in this gist: — the CLI: hold N subscription logins, switch/rotate between them. claude-account — cron probe that auto-switches when the active account is capped. claude-limit-watchdog — bash/zsh tab-completion for the CLI. claude-account.completion.sh - Companion statusline separate gist : https://gist.github.com/kwadwoadu/c8278b2dc005797af6034343c1b2afa5 https://gist.github.com/kwadwoadu/c8278b2dc005797af6034343c1b2afa5 Claude Code Linux stores its login as a single plaintext OAuth file at ~/.claude/.credentials.json , and there's no built-in multi-account support. - Conversations are not in that file. They live locally in ~/.claude/projects/