claude-account is an independent, community-developed tool designed for Linux users of Claude Code. It provides a mechanism to manage and switch between multiple Claude Code profiles without requiring repeated login procedures for each account. The tool operates by assigning an isolated CLAUDE_CONFIG_DIR for every profile.
The utility functions as a shim, transparently forwarding commands to the official Claude executable. It does not handle user credentials directly; instead, Claude Code itself performs login, logout, credential storage, and token refresh. This design ensures that claude-account never reads or copies credential contents, maintaining security by relying on Claude Code's native authentication processes.
Installation involves downloading a tarball, verifying its SHA256 checksum, and running an installer script. Users then add an export PATH line to their shell configuration. Once installed, commands like 'claude account add', 'claude account use', 'claude account list', and 'claude account remove' become available to manage profiles. Adding a new profile initiates Claude Code's official login flow, and the first profile added becomes active. Switching profiles affects newly launched Claude processes, while existing sessions retain the account they were started with.
This tool addresses a specific workflow challenge for developers and users who need to use multiple Claude Code accounts (e.g., for work and personal projects) on a single Linux machine. By simplifying account switching, it removes the friction of re-authentication, potentially improving productivity for those who frequently switch contexts.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
A new independent tool called claude-account allows Linux users to manage multiple Claude Code profiles, enabling switching between accounts without repeatedly logging in. This utility creates isolated configuration directories for each account and forwards commands to the official Claude executable, addressing a common user inconvenience.