Install openclaw.ai on macOS
Install openclaw.ai on your Mac in just 20 minutes. This guide works for both Intel Macs and Apple Silicon (M1 through M5) Macs.
Apple Silicon Optimized
openclaw.ai runs natively on Apple Silicon with full performance. No Rosetta required!
📋 Prerequisites Checklist
Install Node.js
openclaw.ai requires Node.js 22.22.3+, 24.15+, or 25.9+ (installer defaults to Node 26).
# Install the recommended Node.js version
# Using Homebrew
brew install node
Install openclaw.ai
Run the official installation script:
curl -fsSL https://openclaw.ai/install.sh | bash
Initialize & Onboard
Start the onboarding wizard to configure your agent:
openclaw onboard --install-daemon
Verify Installation
openclaw --version
🔧 Troubleshooting
Solution: Add Homebrew to your PATH. For Apple Silicon:
eval "$(/opt/homebrew/bin/brew shellenv)"
Then restart Terminal.
Solution: Install the recommended Node.js version via Homebrew: brew install node
Solution: Make sure you're using native ARM Node.js, not x86 via Rosetta. Check with:
file $(which node)
Should show "arm64" not "x86_64"
❓ FAQ
Yes, Intel and Apple Silicon Macs work when the installed macOS release is supported by the selected Node.js runtime.
Absolutely! nvm works great. Just ensure you're using Node.js 22.22.3+, 24.15+, or 25.9+ (installer defaults to Node 26).
Was this tutorial helpful?