Skip to content

Repository files navigation

cc-switcher

Switch between multiple Claude Code accounts easily.

Install

npm install -g cc-switcher

Or use without installing:

bunx cc-switcher

Usage

Interactive Mode

cc-switcher

Or with bunx:

bunx cc-switcher

CLI Flags

# List accounts
cc-switcher --list

# Add current account (starts auth flow)
cc-switcher --add

# Add account with name
cc-switcher --add work

# Switch to account
cc-switcher --switch work

# Save current account
cc-switcher --save

# Save with name
cc-switcher --save personal

# Remove account
cc-switcher --remove work

Requirements

  • Bun installed

How It Works

  • Accounts are stored in ~/.claude-switch-backup/
  • Safely backs up your ~/.claude.json and macOS Keychain credentials
  • Uses native claude auth login for authentication flow

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages