openclaw安装笔记

1,我想通过WSL安装OPENCLAW,这样就能直接操作Windows系统所以我第一步是在Windows电脑上安装wsl
通过管理员运行powershell 输入
wsl --install 来安装WSL,安装完后重启电脑
image

2,通过wsl安装Ubuntu24.04版本,同样使用powershell管理员运行
wsl --install -d Ubuntu-24.04
安装完成后设置账号密码

3,通过官方脚本一键安装
curl -fsSL https://openclaw.ai/install.sh | bash 等待时间非常长,准备30分钟左右
image

4,安装完毕后开始默认配置
(1)YES
image
(2)快速配置quick start

(3)先暂时不选择模型

(4)ALL providers

(5)KEEP current

(6)SKIP for now

(7)SKIP

(8)一路跳过即可

(9)在HOOKs设置中除了skip全部选择上
image

接下来在带token的url中打开就行了

posted @ 2026-03-09 02:05  Actorw  阅读(3)  评论(0)    收藏  举报