openclaw 安装
# 1. 先更新系统包列表
sudo apt update && sudo apt install -y curl wget build-essential make g++ cmake python3
# 2. 使用国内镜像源安装 Node.js(解决网络问题)
# 对于 Ubuntu/Debian 系统
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
# 如果上面的命令还是失败,使用淘宝镜像
# curl -fsSL https://registry.npmmirror.com/-/binary/node/v20.10.0/node-v20.10.0-linux-x64.tar.xz | sudo tar -xJ -C /usr/local --strip-components=1
# 3. 安装 Node.js
sudo apt install -y nodejs
# 4. 验证 Node.js 是否安装成功
node -v
npm -v
# 5. 重新执行 OpenClaw 安装脚本
sudo mkdir '/opt/openclaw'
export OPENCLAW_HOME=/opt/openclawcurl -fsSL https://openclaw.ai/install.sh | bash
wsl --install
sudo apt update && sudo apt upgrade -y
sudo apt install -y curl wget git
npm install -g openclaw@latest
openclaw --version
openclaw onboard
\\wsl.localhost\Ubuntu\home\huangliangmou\.openclaw
\\wsl.localhost\Ubuntu\home\huangliangmou\.openclaw\openclaw.json
openclaw gateway start
openclaw status
openclaw dashboard --no-open 打开链接
第三方大模型便宜 35块 1亿token
https://foxcode.rjj.cc/auth/register?aff=SSEN



浙公网安备 33010602011771号