1.1 Windows 系统
iwr -useb https://openclaw.ai/install.ps1 | iex
iwr -useb https://open-claw.org.cn/install-cn.ps1 | iex
1.2 macOS / Linux / WSL2 系统
curl -fsSL https://openclaw.ai/install.sh | bash
curl -fsSL https://open-claw.org.cn/install-cn.sh | bash
node -v
2.2 全局安装 OpenClaw(二选一即可)
npm install -g openclaw@latest
pnpm add -g openclaw@latest
2.3 国内用户可添加镜像源加速,示例:
npm install -g openclaw@latest --registry=https://registry.npmmirror.com
openclaw onboard --install-daemon
{ env: { KIMI_API_KEY: "sk-..." }, agents: { defaults: { model: { primary: "kimi-coding/k2p5" } }, }, }
{ agents: { defaults: { model: { primary: "openai/gpt-5.4" } } }, }
openclaw doctor
openclaw status
openclaw dashboard
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容,请联系我们,一经查实,本站将立刻删除。
如需转载请保留出处:https://51itzy.com/kjqy/256358.html