Blog Entry
2026.04.07-openclaw
2026.04.07-openclaw
- Created
- 2026/04/07
- Updated
- 2026/04/07
环境
- Windows11 (宿主机)
- Ubuntu-24.04 (WSL)
安装
nodejs (nvm)
-
参考: nvm-sh/nvm
-
安装
nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4/install.sh | bash- 重开
UBuntu命令行 - 安装
nodejs
# 看下v24的LTS版本 (openclaw当前的推荐版本)nvm ls-remote 24 --lts
# 安装 (当前最近的lts)nvm install 24.14.1
# 查看node版本node -vopenclaw
-
参考: OpenClaw
-
安装
curl -fsSL https://openclaw.ai/install.sh | bash