本地部署openclaw

4 阅读1分钟

安装node.js 安装python

启用 Windows Subsystem for Linux 功能

dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart

启用虚拟机平台(WSL 2 必需)

dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart

电脑重启后,再次以管理员身份打开 PowerShell,执行以下命令: wsl --set-default-version 2

wsl --list --online

wsl --install -d Ubuntu

下载完成后 输入linux用户名 (wll920816/wll920816)

安装完成后打开ubuntu

打开openclaw官网,找到下载命令 openclaw.ai/

curl -fsSL openclaw.ai/install.sh | bash