SETUP GUIDE

直接安装,或交给 CC Switch

短期试用走命令行与一次性启动器;长期维护多个 Provider,再考虑 CC Switch。两条路线解决的是不同问题。

一次性QuickRun长期切换CC Switch
DIRECT CLI

PowerShell 直接安装

下列命令来自各项目官方安装说明。版本要求和地域政策会变化,卡片内可进入完整档案。

Claude Code

2.1.220 · 专有软件

详情 ↗
PowerShell
irm https://claude.ai/install.ps1 | iex

OpenAI Codex

0.145.0 · Apache-2.0

详情 ↗
PowerShell
powershell -ExecutionPolicy ByPass -c "irm https://chatgpt.com/codex/install.ps1 | iex"

GitHub Copilot CLI

1.0.75 · 定制限制性许可证

详情 ↗
PowerShell
winget install GitHub.Copilot

OpenCode

1.18.8 · MIT

详情 ↗
PowerShell
npm install -g opencode-ai

Kimi Code

1.49.0 · Apache-2.0

详情 ↗
PowerShell
Invoke-RestMethod https://code.kimi.com/kimi-code/install.ps1 | Invoke-Expression

Qwen Code

0.21.0 · Apache-2.0

详情 ↗
PowerShell
irm https://qwen-code-assets.oss-cn-hangzhou.aliyuncs.com/installation/install-qwen-standalone.ps1 | iex

Cline

CLI 3.0.46 · Apache-2.0

详情 ↗
PowerShell
npm install -g cline

Pi

0.82.1 · MIT

详情 ↗
PowerShell
npm install -g --ignore-scripts @earendil-works/pi-coding-agent

Goose

1.44.0 · Apache-2.0

详情 ↗
PowerShell
Invoke-WebRequest "https://raw.githubusercontent.com/aaif-goose/goose/main/download_cli.ps1" -OutFile "$env:TEMP\goose-install.ps1"; & "$env:TEMP\goose-install.ps1"

Cursor Agent

Rolling · 专有软件

详情 ↗
PowerShell
wsl bash -lc 'curl https://cursor.com/install -fsS | bash'

Gemini CLI

0.52.0 · Apache-2.0

详情 ↗
PowerShell
npm install -g @google/gemini-cli

Aider

0.86.2 · Apache-2.0

详情 ↗
PowerShell
powershell -ExecutionPolicy ByPass -c "irm https://aider.chat/install.ps1 | iex"
CC SWITCH 3.18.0

把长期 Provider 管理放进一个面板

CC Switch 是配置管理器,不是编码 Agent。它提供 Windows MSI 与便携版、50+ Provider 预设、MCP 与提示词同步、本地代理、故障转移和云同步。

CC Switch
01OpenCodeDeepSeek
02CodexCustom
03Claude CodeGateway
01安装

使用官方 MSI 或 Portable ZIP。

02添加 Provider

选择预设,填写端点、Key 与模型。

03应用到 Agent

切换时写入目标 CLI 的配置。

04长期维护

统一 MCP、Skills、提示词与用量。

CC Switch 官方受管应用v3.18.0 完整清单 · 8 项
Claude CodeProvider · MCP · Prompt · Skills支持
Claude DesktopProvider · MCP支持
OpenAI CodexProvider · MCP · AGENTS.md · Skills支持
Gemini CLIProvider · MCP · GEMINI.md支持
Grok BuildProvider · MCP支持
OpenCodeProvider · MCP · Skills支持
OpenClawProvider · MCP支持
HermesProvider · MCP支持
本站其余 AgentProvider 预设不等于直接管理 Agent
Qwen / Kimi可作为 Provider,但不是直接受管应用不直接支持
Pi / Aider / Goose / Cline当前不在官方管理列表不直接支持
Cursor / Roo Code当前不在官方管理列表不直接支持
PERSISTENCE

CC Switch 会保存配置

Provider、URL、Key 等数据默认写入~/.cc-switch/cc-switch.db,并投影到目标 Agent 配置。这正适合长期切换,但不符合“输入一次、不保存”的要求。

需要一次性运行?使用 QuickRun