빠른 시작
1분 안에 여러 Claude Code 계정을 설정하고 사용하세요.
왜 claude-account-switch인가?
Claude Code는 공식적으로 멀티 계정을 지원하지 않습니다. claude-account-switch는 CLAUDE_CONFIG_DIR 환경변수를 활용해 프로필별로 독립된 OAuth 인증 정보를 관리합니다.
설치
bash
npx claude-account-switch init인터랙티브 위자드의 실행 흐름입니다:
╭──────────────────────────────────────╮
│ Welcome to Claude Switch! │
│ Multi-account manager for Claude Code│
╰──────────────────────────────────────╯
How many profiles do you want to set up? 2
Profile 1 name: work
Profile 2 name: personal
Which profile should be active by default?
❯ work
personal
Share settings across profiles? (recommended) Yes
Existing ~/.claude detected. Migrate to a profile?
❯ Yes, migrate to "work"
Yes, migrate to "personal"
No, skip
✓ Migrated ~/.claude → profile: work
⚠ Original ~/.claude was NOT deleted.
✓ Created profile: work
✓ Created profile: personal
✓ Shared settings linked
✓ Shell integration installed (zsh, bash)
✓ Active profile: work
Next steps:
1. Open a new terminal
2. Run claude to authenticate your "work" profile
3. Run cpf personal && claude to authenticate "personal"설치 후 사용
bash
claude # 활성 프로필로 Claude 실행
cpf work # "work" 프로필로 전환
cpf personal # "personal" 프로필로 전환
claude-pick # 화살표 키로 프로필 선택