OpenClaw 从零到一
记录下openclaw安装流程,以macOS为例 安装node 安装brew install node 可指定版本,但openclaw 要求大于22 验证 node –version 出现版本号,版本号大于20即可 安装git brew install git git --version 输出有值即可 git version 2.39.5 (Apple Git-154) 安装并配置openclaw 安装openclaw luna@ppmac ~ curl -fsSL https://openclaw.ai/install.sh | bash 🦞 OpenClaw Installer Because texting yourself reminders is so 2024. ✓ Detected: macos Install plan OS: macos Install method: npm Requested version: latest [1/3] Preparing environment ✓ Homebrew already installed ✓ Node.js v25.6.1 found · Active Node.js: v25.6.1 (/opt/homebrew/bin/node) · Active npm: 11.9.0 (/opt/homebrew/bin/npm) [2/3] Installing OpenClaw ✓ Git already installed · Installing OpenClaw v2026.2.26 ✓ OpenClaw npm package installed ✓ OpenClaw installed [3/3] Finalizing setup · Refreshing loaded gateway service ✓ Gateway service metadata refreshed ✓ Gateway service restarted ✗ Probing gateway service failed — re-run with --verbose for details error: unknown option '--probe' (Did you mean one of --no-probe, --profile?) 🦞 OpenClaw installed successfully (2026.2.26)! I'm in. Let's cause some responsible chaos. · Config already present; running doctor · Running doctor to migrate settings ✓ Doctor complete · Config already present; skipping onboarding · Starting setup 配置openclaw ...

