openclaw本地部署(windows)

https://openclaw.ai/

1.npm i -g openclaw

2.openclaw onboard

二 OpenClaw 2026.2.13

c 复制代码
# 替换 git@github.com: 格式
git config --global url."https://github.com/".insteadOf "git@github.com:"

# 替换 ssh://git@github.com/ 格式
git config --global url."https://github.com/".insteadOf "ssh://git@github.com/"
c 复制代码
npm install -g openclaw --ignore-scripts

打开文件管理器,进入路径:C:\Users\你的用户名.openclaw\agents\main(把「你的用户名」换成实际的,比如 30272);

如果没有 auth-profiles.json 文件,新建一个,写入以下内容(替换成你的 API Key):

c 复制代码
{
  "zhipuai": {
    "apiKey": "你的智谱API Key"
  }
}
c 复制代码
openclaw configure --section model
  1. 重启
c 复制代码
openclaw gateway restart
相关推荐
IT码农-爱吃辣条7 分钟前
AI Codeview 安装与使用教程
git·ai
Sirius Wu18 分钟前
OpenClaw 并发安全完整详解
网络·人工智能·安全·ai·架构·aigc
阿米亚波21 分钟前
【C++ STL】std::list
c++·windows·笔记·stl·list
Databuff30 分钟前
个人用的桌面级开源智能体有哪些?OpenOcta 八爪鱼上手与对比
人工智能·ai·语言模型·开源·开源软件
_老码1 小时前
AI-reader阅读助手开发过程
人工智能·python·ai
尽兴-2 小时前
传统 Java/Vue 系统如何一步步接入 AI 维护
java·vue.js·人工智能·ai·大模型
qcx232 小时前
SpaCellAgent:用 LLM 多智能体怎么用于单细胞轨迹分析的?效率提升了多少?
人工智能·gpt·安全·ai·机器人·llm·agent
多年小白2 小时前
AI 日报 - 2026年7月14日
人工智能·ai
九思x3 小时前
Win11电脑更新2099解决
windows
AndrewHZ3 小时前
【LLM技术全景】混合精度与分布式训练:训练大模型的工程奥秘
人工智能·分布式·深度学习·算法·ai·语言模型·llm