Open-source multi-account manager for Claude CLI enables profile switching

What claude-multi-account does
This open-source CLI tool solves the limitation of Claude CLI storing everything in a single ~/.claude/ directory, which locks users to one account at a time. It provides unlimited isolated profiles with shared settings.
Key features
- Isolated profiles — each account gets its own config directory
- Shared MCP servers & settings — define once, auto-applied to all accounts
- Global CLAUDE.md — instructions and skills that work across every account
- Plugins & marketplace — manage plugins globally or per-account
- Direct launch — run
claude-workorclaude-personaldirectly from terminal - Local backup/restore — timestamped archives with one click
- Cloud backup/restore — sync all profiles to cloud, restore on any machine
- Export/import — transfer profiles between machines as a single token
- Auto dependency detection — installs missing deps on first run
Installation options
Multiple installation methods are available:
npm install -g @ghackk/multi-claudepip install multi-claudebrew install ghackk/tap/multi-claudescoop install multi-claude- One-liner:
curl -fsSL https://raw.githubusercontent.com/ghackk/claude-multi-account/master/install.sh | bash
The tool works on Windows, Linux, macOS, and Termux.
Who it's for
Developers who need to switch between work and personal Claude accounts without logging out each time.
📖 Read the full source: r/ClaudeAI
👀 See Also

cowork-session-sync v1.0.0 provides session continuity for Claude Cowork
cowork-session-sync v1.0.0 is a tool that maintains session continuity for Claude Cowork by archiving raw transcripts, distilling them to Markdown, and enabling one-phrase bootstrap with 'catchup-bunny' to restore full context.

Microsoft Teams SDK Adds HTTP Server Adapter for Existing AI Agents
The Microsoft Teams SDK now includes an HTTP server adapter that lets developers connect existing AI agents to Teams without rewriting their code. It works with LangChain chains, Slack bots, and Azure Foundry deployments by injecting a POST /api/messages endpoint into existing Express servers.

Clawdex: A Directory for Tracking OpenClaw Derivatives and Forks
Clawdex is a directory listing 18 OpenClaw-related projects across three tiers, with data on stars, language, and category tags. The project is PR-driven, requiring contributors to fork the repo, add a YAML file to /src/data/projects/, and open a pull request.
Terry Tao Ports 24 Java Applets to JavaScript with LLM Agent — Finds Bugs in Original Code
Terence Tao used an LLM coding agent to port his 1999 Java applets to JavaScript in hours. The agent found two bugs in the original code and introduced only one minor drag-handling issue.