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

AgentMail Founder Details Agent-Native Onboarding After OpenClaw Exposed CAPTCHA Block
AgentMail, an email API for AI agents, rebuilt its onboarding flow after its own OpenClaw agent failed at a Cloudflare CAPTCHA. The new system offers a single REST endpoint for programmatic account creation while keeping humans in the loop for verification.

Announcing Flyto Indexer: Enhanced AI Code Refactoring with Source Dependency Analysis
Flyto Indexer, an MCP server, builds a symbol graph of your codebase, aiding AI in smart code refactoring by analyzing dependencies and call sites.
UI and Server for Anthropic's Natural Language Autoencoders on llama.cpp
A custom llama.cpp server and Mikupad UI for Anthropic's open-weight Natural Language Autoencoders, supporting activation extraction, explanation, reconstruction, and steering via explanation editing.

ThumbGate Implements Tsinghua's Natural-Language Agent Harness Pattern for AI Safety
The open-source tool ThumbGate implements the Natural-Language Agent Harness pattern from Tsinghua's NLAH paper, mapping four components: contracts to prevention rules from thumbs-down feedback, verification gates to PreToolUse hooks, durable state to SQLite+FTS5 lesson database, and adapters to MCP server adapters for multiple AI coding agents.