The AI Model Orchestrator - Intelligent multi-model workflows with device-locked licensing
npm install capsule-ai-cliCapsule is a powerful command-line interface that orchestrates multiple AI models intelligently, enabling complex workflows and optimal results across various AI providers.
``bash`
npm install -g capsule-ai-cli
After installation, activate Capsule with your activation code:
`bash
capsule activate CAPS-XXXX-XXXX-XXXX
Purchase activation codes at https://capsulecli.dev
🚀 Quick Start
`bash
Start Capsule
capsuleResume your last conversation
capsule --resume`📝 Commands
$3
- /new - Start a new chat session
- /clear - Clear the screen
- /delete - Delete a previous chat
- /exit - Exit Capsule$3
- /model - Switch AI model
- /provider - Switch AI provider
- /keys - Configure API keys
- /orchestrator - Configure orchestrator preferences$3
- /context - Show context statistics
- /compact - Compact conversation history
- /stats - Show usage statistics
- /cost - Show cost summary$3
- /activate - Activate your license
- /benchmark - Benchmark model performance
- /help - Show all commands⌨️ Keyboard Shortcuts
-
Shift+Tab - Switch between modes
- Ctrl+C - Exit
- ↑↓ - Navigate through history
- Tab - Autocomplete commands
- Esc - Cancel current operation🔧 Configuration
Capsule stores configuration and chat history in:
- macOS/Linux:
~/.config/capsule/$3
`bash
Configure API keys through the interactive menu
capsule
/keys
`📋 Requirements
- Node.js 18.0.0 or higher
- Active internet connection
- Valid activation code (for full features)
- API keys for your preferred providers
🐛 Troubleshooting
$3
"Command not found" after installation
`bash
Try running with npx
npx capsule-ai-cliOr check your npm global path
npm config get prefix
``"Invalid activation code"
- Ensure you're using the code on the same device
- Codes are single-device only
- Contact support if issues persist
- Documentation: https://capsulecli.dev/docs
- Email: konark@arktechllc.net
---
Built with ❤️ by kodenark