320ca4d7-cb7b-8031-9f99-c972d0077ahttps://openclaw.ai/ windows安装指令
iwr -useb https://openclaw.ai/install.ps1 | iex
Set-ExecutionPolicy Unrestricted -Scope CurrentUser #windows配置需要关闭禁用脚本
curl -fsSL https://openclaw.ai/install.cmd -o install.cmd && install.cmd && del install.cmd
[!warning] ⚠️ 如果提示无法安装手动下载
nodejs和git安装包 npm出现无法安装的情况,先安装pnpm,然后通过pnpm安装openclaw即可