Claude Account Switcher keeps multiple Claude Code (CLI) login accounts as isolated profiles and
lets you switch the active account with a single click, or run several accounts in parallel via
isolated CLAUDE_CONFIG_DIR terminals. Dark themed, lives in the system tray, and adds an optional
Explorer right-click "Run with Claude" submenu.
README
Claude Account Switcher
> Switch and concurrently run multiple Claude Code (CLI) accounts on Windows — from the system tray.
Claude Account Switcher lives in the Windows system tray and manages multiple Claude Code (CLI)
login accounts. Each account is kept as an isolated profile; switch the active account with one
click, or run several accounts side by side in parallel.
What it does
Switch — make any saved account the active one with a single click. Your usual claude
command then runs as that account.
Concurrent — give each account its own isolated config folder and run different accounts in
different terminals at the same time, with no conflicts.
How it works
Claude Code stores its login in ~/.claude/.credentials.json (OAuth token) and the account info
(email, plan…) in ~/.claude.json (oauthAccount). This app keeps these per profile:
Switch copies the selected profile's .credentials.json into ~/.claude/ and patches the
oauthAccount in ~/.claude.json so claude /status shows the right account. (The current
credentials are backed up first, and the account you switch away from keeps its refreshed token.)
Concurrent launches a new terminal with CLAUDE_CONFIG_DIR=, so it never
touches ~/.claude and accounts stay isolated.
Profile data lives in (not committed to the repo).
System-tray resident, dark themed UI, custom window chrome.
Capture the currently logged-in account, add a new account (isolated login), switch, rename, delete.
Launch a profile in a new terminal in a chosen folder.
Session usage at a glance — each account shows its remaining 5-hour session limit with a
reset countdown. When the weekly limit is used up it shows 0% with the time until the
weekly reset (since a full 5-hour window can't be used while the weekly cap is exhausted).
Keep session alive (per-account toggle) — the moment an account's 5-hour window resets, the app
sends a tiny headless message so a fresh window starts right away. Runs while the tray app is resident.
Resume sessions across accounts — browse any account's past Claude Code conversations and
continue one under a different account (opens a copy, so the original stays put).
Account status line — when running an account concurrently, claude shows a bottom status line
with the account email · plan · name · live session %.
Run options: choose PowerShell or cmd, and decide whether to pass
--dangerously-skip-permissions (with an optional don't ask again that remembers your choice —
reset it any time in Settings). Applies to Explorer right-click launches too.
Optional Explorer right-click "Run with Claude" submenu (per account).
Start with Windows (autostart).
Automatic updates — checks GitHub Releases on startup (and on demand from the tray menu) and
offers to download & install a newer version.
14 UI languages, auto-detected from your Windows display language (English, 한국어, 日本語,
简体中文, 繁體中文, Español, Français, Deutsch, Português, Русский, Italiano, Türkçe, Tiếng Việt,
Bahasa Indonesia). Each is a self-describing Localization/.json discovered at runtime —
adding a language is just dropping in a new JSON file.
Screenshots
Right-click any folder in Explorer → Run with Claude → pick an account. It opens a terminal
in that folder running claude as the chosen account (no switching needed):
Tray menu (quick switch & toggles) · Settings
Install
winget
winget install akon47.ClaudeAccountSwitcher
Installer
Download Claude-Account-Switcher-Setup_vX.Y.Z-x64.exe from the
Releases page and run it.
It's a self-contained, per-user installer (%LOCALAPPDATA%\Programs, no admin, ~54 MB).
Build from source
Requires the .NET 9 SDK. NSIS (makensis) is needed only to build the installer.
Self-designed dark theme; system-tray via H.NotifyIcon.Wpf.
Security note
Claude Code itself stores .credentials.json in plaintext on Windows. This app keeps per-account
credentials at the same level, under your user profile folder (%APPDATA%). DPAPI-based encryption
at rest is on the roadmap.
Disclaimer
This is an unofficial, independent tool and is not affiliated with, endorsed by, or sponsored
by Anthropic. "Claude" and "Claude Code" are trademarks of their respective owners.
The app only manages accounts you legitimately own, on your own machine, by copying local
credential files and setting environment variables — it does not bypass authentication or any
technical protection. You are responsible for using it in compliance with the terms of service and
usage policies of any account you add (including limits on account sharing and on circumventing
rate/usage limits). Use at your own risk; provided "as is" without warranty (see MIT).