OpenClaw is an open-source, self-hosted AI assistant that runs locally on your machine or server and connects to messaging apps (Telegram, WhatsApp, Discord, Slack, and more). Created by Peter Steinberger. Supports Claude, GPT-4, Gemini, Mistral, Llama, and other models.
| # | Section |
|---|---|
| 1 | Installation on Mac Mini / PC |
| 2 | Installation on Remote VPS (Hetzner) |
OpenClaw requires Node.js version 22 or higher.
macOS:
bash
`# Option 1: via Homebrew (recommended) brew install node@22
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash source ~/.zshrc # or ~/.bashrc nvm install 22 nvm use 22
node --version # should be v22.x.x or higher`
Linux (Ubuntu/Debian):