Velix AI CLI - A multi-provider AI coding assistant with swarm orchestration, inspired by Claude Code.
- Multi-Provider Support: Use Claude, ChatGPT, Gemini, DeepSeek, Groq, Mistral, MiniMax, Kimi, or GLM
- Swarm Mode: Coordinate multiple AI agents for complex tasks
- Clean UI: Claude Code-inspired terminal interface
- Mode Switching: Build, Plan, or Debug modes
- Approval Mode: Control when AI can edit files or run commands
- Auto-Apply: Toggle automatic file edits
npm install -g velix-clibrew tap cliclye/velix
brew install velixcurl -fsSL https://raw.githubusercontent.com/cliclye/velix-cli/main/bin/velix.mjs -o /usr/local/bin/velix
chmod +x /usr/local/bin/velix-
Set up your API key:
velix /config claude sk-ant-your-api-key
-
Or use environment variables:
export ANTHROPIC_API_KEY=sk-ant-your-api-key
velix
❯ Your question here
/help- Show all commands/model <model>- Switch AI model/provider <provider>- Switch AI provider/config- Configure API keys/swarm- Toggle swarm mode/mode <build|plan|debug>- Set completion mode/auto-apply- Toggle auto-apply edits/approval- Toggle approval mode/clear- Clear conversation history/exit- Quit
Press Tab to cycle between:
● build- Implement features and write code○ plan- Analyze and plan without making changes◉ debug- Find and fix bugs
Swarm mode coordinates multiple AI agents:
- Coordinator: Plans tasks and reviews results
- Workers: Specialists for building, testing, reviewing, etc.
velix
/swarm
Describe your complex task here- Node.js 18+ (20+ recommended)
- API keys for your chosen AI provider
MIT