flip-cc is a lightweight CLI launcher for Claude Code that lets you run multiple AI providers simultaneously. Anthropic, Moonshot Kimi, Minimax, OpenRouter, and custom OpenAI-compatible endpoints—through named profiles. API keys are injected per-session; your global environment is never touched.
The main use case — open side-by-side terminals and launch different providers simultaneously with zero key conflicts:
Install:
curl -fsSL https://raw.githubusercontent.com/RyderAsKing/flip-cc/main/install.sh | bashUpgrade:
curl -fsSL https://raw.githubusercontent.com/RyderAsKing/flip-cc/main/upgrade.sh | bashWindows: Use WSL and run the Linux install command above. Manual: Download the binary from the Releases page, move it to your PATH, and
chmod +x flip-cc.
flip-cc profile addflip-cc profile listflip-cc profile set-default <id>flip-cc vscode-config- Multi-Provider: Anthropic (subscription or API key), Moonshot Kimi, Minimax, OpenRouter, any OpenAI-compatible endpoint
- Profile-Based: Unlimited named profiles, each with its own provider, model, and credentials
- Auth Conflict Prevention: Isolated home directories prevent session token conflicts with API keys
- MCP Server Support: Preserves MCP connections (Figma, etc.) across all launch modes
- Session Stats: Track time spent per profile with
flip-cc stats - Zero Latency: Direct launcher — no proxy, no added overhead
- Standalone Binary: No Node.js required
| Doc | Description |
|---|---|
| Getting Started | Install, first setup, launch, verify, upgrade/uninstall |
| Profiles | Profile fields, commands, providers, config paths |
| VSCode Integration | Configure the Claude Code VSCode extension |
| Architecture | Internals, environment isolation, adding providers |
bun install
bun run dev setup
bun run typecheck
bun run buildPull requests are welcome. For major changes, please open an issue first.
MIT License - Copyright (c) 2026 Rajat Asthana






