Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@deepak_chander/10x) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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
# Install
npx @deepak_chander/10x quick --name 10x
# Launch
10xWindows Users
Add %USERPROFILE%\.claude-10x\bin to your PATH, or run the full path:
%USERPROFILE%\.claude-10x\bin\10x.cmdmacOS/Linux Users
Add ~/.local/bin to your PATH if not already:
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc && source ~/.zshrcWhat 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
npx @deepak_chander/10x # Interactive TUI
npx @deepak_chander/10x quick --name 10x # Quick install
npx @deepak_chander/10x update 10x # Update variant
npx @deepak_chander/10x remove 10x # Uninstall variant
npx @deepak_chander/10x doctor # Health check
npx @deepak_chander/10x list # List all variantsWhere Things Live
Windows
%USERPROFILE%\.claude-10x\
├── instances\
│ └── 10x\
│ ├── npm/ # Patched Claude Code
│ ├── config/ # Isolated config, sessions, MCP servers
│ └── variant.json
└── bin\
└── 10x.cmd # Wrapper scriptmacOS/Linux
~/.claude-10x/
├── instances/
│ └── 10x/
│ ├── npm/ # Patched Claude Code
│ ├── config/ # Isolated config, sessions, MCP servers
│ └── variant.json
~/.local/bin/10x # Wrapper scriptAlternative 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 |
npx @deepak_chander/10x quick --provider mirror --name mclaude
npx @deepak_chander/10x quick --provider zai --api-key "$Z_AI_API_KEY"Platform Support
| Platform | Status |
|---|---|
| Windows 10/11 | ✅ Supported |
| macOS (Intel & Apple Silicon) | ✅ Supported |
| Linux (Ubuntu, Debian, etc.) | ✅ Supported |
License
MIT