windows安装Claude Code,并接入Deepseek-v4模型 ,提供离线安装包

离线安装包

一,环境安装

1.安装Node.js、npm和git,下载地址在最后

2.版本如下

bash 复制代码
C:\Users\Administrator>node -v
v22.19.0

C:\Users\Administrator>npm -v
10.9.3

C:\Users\Administrator>git -v
git version 2.47.1.windows.2

C:\Users\Administrator>

二,安装 Claude Code

1.打开Windows PowerShell

2.设置仓库地址

bash 复制代码
 npm config set registry http://registry.npmmirror.com

3.下载安装

bash 复制代码
 npm install -g @anthropic-ai/claude-code

4.验证

bash 复制代码
PS C:\Users\Administrator> claude -v
2.1.176 (Claude Code)

三,下载cc-switchCC-Switch-v3.12.3,以便配置模型

1.下载地址:下载地址在最后

2.双击运行

3.点击添加供应商

4.选择deepseek,并下滑窗体写入配置

  • 请求地址不要改,https://api.deepseek.com/anthropic 。然后填入你的apikey

  • 下面两个不要改

  • 模型填入:

    主模型 DeepSeek-V4-Pro

    Haiku 默认模型 DeepSeek-V4-Flash

    Sonnet 默认模型 DeepSeek-V4-Pro

    Opus 默认模型 DeepSeek-V4-Pro

  • 后面保持默认,然后点击保存:

5.测试模型

四,运行claude

1.在PowerShell输入Claude,第一次会出现一个选择,直接Enter

bash 复制代码
PS C:\Users\Administrator> Claude

────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
 Accessing workspace:

 C:\Users\Administrator

 Quick safety check: Is this a project you created or one you trust? (Like your own code, a well-known open source
 project, or work from your team). If not, take a moment to review what's in this folder first.

 Claude Code'll be able to read, edit, and execute files here.

 Security guide

 > 1. Yes, I trust this folder
   2. No, exit

 Enter to confirm · Esc to cancel

2.输入你是谁测试:

bash 复制代码
PS C:\Users\Administrator> Claude
╭─── Claude Code v2.1.176 ─────────────────────────────────────────────────────────────────────────────────────────────╮│                                         │ Tips for getting started                                                   ││              Welcome back!              │ Run /init to create a CLAUDE.md file with instructions for Claude          ││                                         │ Note: You have launched claude in your home directory. For the best exper... ││                 ▐▛███▜▌                 │ ────────────────────────────────────────────────────────────────────────── ││                ▝▜█████▛▘                │ What's new                                                                 ││                  ▘▘ ▝▝                  │ Check the Claude Code changelog for updates                                ││                                         │                                                                            ││   deepseek-v4-pro · API Usage Billing   │                                                                            ││         C:\Users\Administrator          │                                                                            │╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
 ‼ 1 setup issue: plugins · /doctor

> 你是谁                                                                                                                
  Thought for 2s (ctrl+o to expand)

● 我是 Claude Code,Anthropic 的 CLI 工具。我被设计成一个交互式编程助手,可以帮助你完成软件工程任务------比如阅读/编写代码、  搜索代码库、运行命令、调试问题、管理 Git 仓库等。

  我的工作目录目前是 C:\Users\Administrator,运行在 Windows 10 上,使用 bash shell。

  有什么我可以帮你的吗?

✻ Cogitated for 3s

────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
> 

五,Node.js、git和cc-switchCC离线安装包

下载地址

相关推荐
Dontla12 小时前
git bash打开Claude code报错:Claude Code on Windows requires git-bash.(别把git装其他位置,严格按照默认安装)找不到claude code
windows·git·bash
一个梦醒了12 小时前
安装git bash选项推荐
开发语言·git·bash
Rain50915 小时前
2.1 Nest.js 项目初始化与模块化架构
开发语言·前端·javascript·后端·架构·数据分析·node.js
TT_Close15 小时前
别再复制旧 Flutter 工程了,真正拖慢你的不是业务代码
flutter·npm·visual studio code
呆萌的代Ma16 小时前
Git不强行推送,撤销最近几次的提交
git
xin_yao_xin17 小时前
Claude Code 安装与 DeepSeek-V4 模型配置(2026 最新)
人工智能·ai·大模型·deepseek·claude code
Penfy_Z18 小时前
【Python LLM 调用踩坑】Connection error 终极解决方案!npm 代理导致阿里云通义千问接口连接失败
开发语言·python·npm
透明的玻璃杯18 小时前
git应用
git
虎妞050019 小时前
AI 编程助手横评:Cursor vs Copilot vs Claude Code
ai编程·开发工具·cursor·github copilot·claude code