← All stories
● Covered by 1 source · 1 reportLow impact1 neutral

Claude-account enables switching Claude Code profiles without re-authentication on Linux

🔄 Updated 1d ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • claude-account is a Linux-only profile switcher for Claude Code.
  • It isolates CLAUDE_CONFIG_DIR for each account.
  • The tool forwards commands to the official Claude executable.
  • It does not handle credentials directly; Claude Code manages login.

New Tool for Claude Code Profile Management

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.

How It Works

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 and Usage

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.

Impact for Developers

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 →

The daily brief

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.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~7 min · 6 stories · Aug 15

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

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.