Try Mipham
Mipham Code is a multi-model open-core intelligent coding terminal. Connect to 8 AI providers through one unified CLI — run locally, own your data.
Quick Install
One command. Works on macOS and Linux.
macOS / Linux (recommended)
curl -fsSL https://mipham.ai/install.sh | bash
After install, run mipham to launch
Other Install Methods
npm (global)
@onemipham/cli v0.1.2
npm install -g @onemipham/cli
Cross-platform (Windows / macOS / Linux) · Requires Node.js 22+ or Bun 1.2+
Homebrew (macOS)
brew install mipham
Formula under review — use curl or npm for now
Windows
Recommended: npm global install, or via WSL2:
curl -fsSL https://mipham.ai/install.sh | bash
WSL2 required · Native PowerShell support coming soon
Launch
After installation, open your terminal and type:
mipham
This launches the interactive chat interface. Press Ctrl+P to switch models, /help to see commands.
Start with a specific model
mipham --provider deepseek --model deepseek-v4-pro
Set permission level
mipham --permission auto
Supported Providers
Mipham Code supports 8 AI providers through a unified interface. Configure your API keys in ~/.mipham/config.yaml.
| Provider | API Base URL | Key Models |
|---|---|---|
| Anthropic | https://api.anthropic.com | Claude Opus 4.8, Sonnet 4.6, Haiku 4.5 |
| OpenAI | https://api.openai.com | GPT-5.2, GPT-5.1, o4-mini |
| DeepSeek | https://api.deepseek.com | DeepSeek-V4 Pro, V4 Flash |
| https://generativelanguage.googleapis.com/v1beta/openai | Gemini 3.0 Pro, 3.0 Flash, 2.5 Pro | |
| Qwen | https://dashscope.aliyuncs.com/compatible-mode/v1 | Qwen3-Max, Qwen3-Plus, Turbo |
| Doubao | https://ark.cn-beijing.volces.com/api/v3 | Doubao-1.5-pro, lite |
| Hunyuan | https://api.hunyuan.cloud.tencent.com/v1 | Hunyuan-Turbo, Lite |
| MiphamAI | (coming soon) | om-GPT, om-V5-Pro (roadmap) |
Configuration
Create ~/.mipham/config.yaml with your API keys:
# ~/.mipham/config.yaml
defaultProvider: deepseek
defaultModel: deepseek-v4-pro
providers:
anthropic:
apiKey: $ANTHROPIC_API_KEY
baseURL: https://api.anthropic.com
openai:
apiKey: $OPENAI_API_KEY
baseURL: https://api.openai.com
deepseek:
apiKey: $DEEPSEEK_API_KEY
baseURL: https://api.deepseek.com
google:
apiKey: $GEMINI_API_KEY
baseURL: https://generativelanguage.googleapis.com/v1beta/openai
qwen:
apiKey: $DASHSCOPE_API_KEY
baseURL: https://dashscope.aliyuncs.com/compatible-mode/v1
doubao:
apiKey: $DOUBAO_API_KEY
baseURL: https://ark.cn-beijing.volces.com/api/v3
hunyuan:
apiKey: $HUNYUAN_API_KEY
baseURL: https://api.hunyuan.cloud.tencent.com/v1