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/M2/M3) 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 or higher.
# Install Node.js 22
# Using Homebrew
brew install node@22
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 Node.js 22+ via Homebrew: brew install node@22
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, any Mac running macOS 11 (Big Sur) or later should work, including older Intel Macs.
Absolutely! nvm works great. Just ensure you're using Node.js 22 or higher.
Was this tutorial helpful?