@deepak_chander/10x
v1.3.0
Published
Unlock Claude's Full Potential - Multi-agent mode and hidden features for Claude Code
Maintainers
Readme
10x
██╗ ██████╗ ██╗ ██╗
███║██╔═████╗╚██╗██╔╝
╚██║██║██╔██║ ╚███╔╝
██║████╔╝██║ ██╔██╗
██║╚██████╔╝██╔╝ ██╗
╚═╝ ╚═════╝ ╚═╝ ╚═╝Unlock Claude's Full Potential
Get a parallel build of Claude Code that unlocks feature-flagged capabilities like swarm mode and multi-agent orchestration.
This installs a completely isolated instance of Claude Code—separate config, sessions, MCP servers, and credentials. Your existing Claude Code installation is untouched.
Quick Start
Windows
# Install globally (npx has limitations on Windows)
npm install -g @deepak_chander/10x
# Create your first variant
10x quick --name myclaude
# Run immediately (no PATH setup needed!)
10x-myclaudemacOS/Linux
# Install with npx
npx @deepak_chander/10x quick --name myclaude
# Run immediately (no PATH setup needed!)
10x-myclaudeWhat Gets Unlocked?
Features that are built into Claude Code but not yet publicly released:
- Swarm mode — Native multi-agent orchestration with
TeammateTool - Delegate mode — Task tool can spawn background agents
- Team coordination — Teammate messaging and task ownership
Commands
macOS/Linux:
npx @deepak_chander/10x # Interactive TUI
npx @deepak_chander/10x quick --name myclaude # Quick install
10x-myclaude # Run your variant
npx @deepak_chander/10x update myclaude # Update variant
npx @deepak_chander/10x remove myclaude # Uninstall variant
npx @deepak_chander/10x doctor # Health check
npx @deepak_chander/10x list # List all variantsWindows: (after npm install -g @deepak_chander/10x)
10x # Interactive TUI
10x quick --name myclaude # Quick install
10x-myclaude # Run your variant
10x update myclaude # Update variant
10x remove myclaude # Uninstall variant
10x doctor # Health check
10x list # List all variantsWhere Things Live
Windows
%USERPROFILE%\.claude-10x\
├── instances\
│ └── myclaude\
│ ├── npm/ # Patched Claude Code
│ ├── config/ # Isolated config, sessions, MCP servers
│ └── variant.json
└── bin\
└── myclaude.cmd # Local wrapper script
# Global wrapper installed automatically:
# %APPDATA%\npm\10x-myclaude.cmdmacOS/Linux
~/.claude-10x/
├── instances/
│ └── myclaude/
│ ├── npm/ # Patched Claude Code
│ ├── config/ # Isolated config, sessions, MCP servers
│ └── variant.json
# Global wrapper symlink installed automatically:
# (npm global bin)/10x-myclaude -> ~/.claude-10x/bin/myclaudeAlternative Providers
Supports multiple LLM providers:
| Provider | Description |
|----------|-------------|
| mirror | Pure Claude (recommended) |
| zai | GLM-4.7 via Z.ai Coding Plan |
| minimax | MiniMax-M2.1 via MiniMax Cloud |
| openrouter | 100+ models via OpenRouter |
| ccrouter | Local LLMs via Claude Code Router |
# macOS/Linux
npx @deepak_chander/10x quick --provider mirror --name mclaude
10x-mclaude # Run immediately
npx @deepak_chander/10x quick --provider zai --api-key "$Z_AI_API_KEY" --name zai
10x-zai # Run immediately
# Windows (after npm install -g @deepak_chander/10x)
10x quick --provider mirror --name mclaude
10x-mclaude # Run immediately
10x quick --provider zai --api-key "%Z_AI_API_KEY%" --name zai
10x-zai # Run immediatelyPlatform Support
| Platform | Status | |----------|--------| | Windows 10/11 | ✅ Supported | | macOS (Intel & Apple Silicon) | ✅ Supported | | Linux (Ubuntu, Debian, etc.) | ✅ Supported |
License
MIT
