Claude Code
2.1.220 · 专有软件
PowerShell
irm https://claude.ai/install.ps1 | iex短期试用走命令行与一次性启动器;长期维护多个 Provider,再考虑 CC Switch。两条路线解决的是不同问题。
下列命令来自各项目官方安装说明。版本要求和地域政策会变化,卡片内可进入完整档案。
2.1.220 · 专有软件
irm https://claude.ai/install.ps1 | iex0.145.0 · Apache-2.0
powershell -ExecutionPolicy ByPass -c "irm https://chatgpt.com/codex/install.ps1 | iex"1.0.75 · 定制限制性许可证
winget install GitHub.Copilot1.18.8 · MIT
npm install -g opencode-ai1.49.0 · Apache-2.0
Invoke-RestMethod https://code.kimi.com/kimi-code/install.ps1 | Invoke-Expression0.21.0 · Apache-2.0
irm https://qwen-code-assets.oss-cn-hangzhou.aliyuncs.com/installation/install-qwen-standalone.ps1 | iexCLI 3.0.46 · Apache-2.0
npm install -g cline0.82.1 · MIT
npm install -g --ignore-scripts @earendil-works/pi-coding-agent1.44.0 · Apache-2.0
Invoke-WebRequest "https://raw.githubusercontent.com/aaif-goose/goose/main/download_cli.ps1" -OutFile "$env:TEMP\goose-install.ps1"; & "$env:TEMP\goose-install.ps1"Rolling · 专有软件
wsl bash -lc 'curl https://cursor.com/install -fsS | bash'0.52.0 · Apache-2.0
npm install -g @google/gemini-cli0.86.2 · Apache-2.0
powershell -ExecutionPolicy ByPass -c "irm https://aider.chat/install.ps1 | iex"CC Switch 是配置管理器,不是编码 Agent。它提供 Windows MSI 与便携版、50+ Provider 预设、MCP 与提示词同步、本地代理、故障转移和云同步。
使用官方 MSI 或 Portable ZIP。
选择预设,填写端点、Key 与模型。
切换时写入目标 CLI 的配置。
统一 MCP、Skills、提示词与用量。
Provider、URL、Key 等数据默认写入~/.cc-switch/cc-switch.db,并投影到目标 Agent 配置。这正适合长期切换,但不符合“输入一次、不保存”的要求。