OpenClaw 国内版快速安装指南 (2026 更新)

1. 下载 Powershell 离线安装包

PowerShell 7.5.3 离线安装程序

版本 适用平台 下载链接
PowerShell 7.5.3 Windows 10/11 x64 | x86
PowerShell 7.5.3 MacOS 64-bit | ARM64
PowerShell 7.5.3 Linux Redhat | Debian

如需更多下载选项,请访问 PowerShell 7.5.3 发布页面

PowerShell 7.4.12 LTS 离线安装程序

版本 适用平台 下载链接
PowerShell 7.4.12 LTS Windows 10/11 x64 | x86
PowerShell 7.4.12 LTS MacOS 64-bit | ARM64
PowerShell 7.4.12 LTS Linux Redhat | Debian

2. 在PowerShell安装 Node.js 和 pnpm

复制代码
​
1. 安装Node.js(推荐18+版本) brew install node # macOS用brew,Linux用apt install nodejs 
2. 安装pnpm(国内镜像加速) npm install -g pnpm --registry=https://registry.npmmirror.com # 
3. 验证安装 node -v && pnpm -v # 输出版本号即成功

​

# 设置淘宝镜像源并安装
npm config set registry https://registry.npmmirror.com
npm install -g pnpm
pnpm -v
# 输出版本号即表示安装成功

3.安装国内版OpenClaw

复制代码
# 卸载旧版(如有)
npm uninstall -g openclaw
# 安装国内增强版
npm install -g openclaw-cn --registry=https://registry.npmmirror.com
# 初始化配置(自动生成国内适配的配置文件)
openclaw-cn onboard --install-daemon

4.申请key

1.DeepSeek|深度求索 https://www.deepseek.com/

2.Kimi https://platform.moonshot.cn/

3.开发者后台 - 飞书开放平台 https://open.feishu.cn/

5.安装国内可用的Skills(核心功能扩展)

海外版ClawHub国内访问受限,直接用Gitee克隆国内技能(无需翻墙)

复制代码
# 克隆国内技能仓库(无需翻墙)
git clone https://gitee.com/mirrors/openclaw-skills.git
# 或
git clone https://gitee.com/openclaw-cn/skills.git

# 进入目录安装
cd openclaw-skills
pnpm install

# 配置技能路径
openclaw-cn config set skills.path ./skills

5.OpenClaw 首次启动配置AI模型

复制代码
openclaw-cn onboard

6 其他

复制代码
日常启动:openclaw-cn gateway start

打开界面:openclaw-cn dashboard

遇到问题:openclaw-cn doctor 或 openclaw-cn logs --follow
相关推荐
程序员cxuan3 分钟前
vibe coding 凉了,wish coding 来了
人工智能·后端·程序员
传说故事8 分钟前
【论文阅读】ViVa: A Video-Generative Value Model for Robot Reinforcement Learning
论文阅读·人工智能·强化学习·具身智能
keineahnung234518 分钟前
PyTorch 張量尺寸為 1 時,步長為何不具語意?
人工智能·pytorch·python·深度学习
小t说说24 分钟前
2026年PPT生成工具评测及使用体验
大数据·前端·人工智能
NineData25 分钟前
NineData 将亮相 2026 德国汉诺威工业博览会
数据库·人工智能·数据库管理工具·ninedata·数据库迁移工具·玖章算术
AI人工智能+26 分钟前
文档抽取系统结合OCR技术与大语言模型,有效解决档案数字化与知识化利用之间的矛盾
人工智能·计算机视觉·ocr·文档抽取
原我归来是少年35 分钟前
四 InsightMemory - 从相似召回到证据链召回:让 AI 的记忆可审计
人工智能
Yu_Lijing36 分钟前
Python数据分析和数据处理库Pandas(DataFrame数据分析入门)
人工智能·python·数据分析·pandas
深度学习lover41 分钟前
<数据集>yolo 焊接缺陷识别<目标检测>
人工智能·python·yolo·目标检测·计算机视觉·焊接缺陷检测