openclaw win11部署
·
1. 检查npm及node.js版本
版本≥ v22

2. 解除Windows 默认禁止运行脚本。win+x进入终端管理员界面,手动执行代码开启:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
3. win+x进入管理员界面,安装openclaw,执行以下操作:
iwr -useb https://clawd.bot/install.ps1 | iex

openclaw onboard:配置向导——设置 AI 模型、API Key、工具权限等
openclaw gateway:启动后端服务——让 OpenClaw 在后台运行,等待接收请求
openclaw gateway --detach:后台运行后端服务
openclaw tui:打开聊天界面——终端里的对话窗口,让你和 AI 交互
更多推荐


所有评论(0)