windows安装openclaw最佳实践

AI agent Evergreen OpenClaw-三一Windows Created:2026-04-01

开始菜单

搜索 PowerShell → 右键 → 以管理员身份运行

解锁权限(管理员 PowerShell 下)

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

一键安装

iwr -useb https://openclaw.ai/install.ps1 | iex