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