Skip to content

Claude Code

Claude 产品系列

产品名称功能定位平台备注
Claude.ai对话 AI / 文档分析网页 / 手机 AppAnthropic 主打在线聊天产品
Claude Code CLI编程 Agent / 命令行工具终端命令行面向开发者,可嵌入脚本或工具
Claude Code Desktop编程 Agent / 桌面可视化桌面端 App可视化操作,适合桌面使用
Claude Cowork桌面自动化 Agent桌面端 App工作流自动化,文档和文件管理

安装 Claude Code CLI

基于 npm(20.x) 安装:

bash
npm install -g @anthropic-ai/claude-code

查看版本号,检查是否安装成功:

bash
claude --version

Claude Code 接入 DeepSeek

  1. 安装 Claude Code

  2. 安装 CC Switch

  3. DeepSeek API Key 添加到 CC Switch 中

    模型映射

  4. 当看到 deepseek 模型时,说明已成功接入 DeepSeek 模型:

    init

基于 MIT 许可发布