OpenClaw Free Download: Install on Mac, Linux, Windows, Pi
Last Updated: February 2026
OpenClaw is free to download. It's open source (MIT license) — no purchase, no subscription, no paywall.
Here's how to download and install it on any platform.
Download OpenClaw
Fastest: npm (Mac, Linux, Windows)
npm install -g openclaw
Requires Node.js 18+. That's it. After install, run openclaw setup to configure.
Docker
docker pull openclaw/openclaw
docker run -it openclaw/openclaw
Good for servers, NAS devices, or if you prefer containerized installs.
Homebrew (Mac)
brew install openclaw
Easiest option if you're on a Mac and already use Homebrew.
Direct from GitHub
Download the latest release from github.com/openclaw/openclaw.
Pre-built binaries available for:
- macOS (Apple Silicon + Intel)
- Linux (x86_64, arm64)
- Windows (x86_64)
What You're Downloading
OpenClaw is an AI agent framework — not a standalone app with a GUI. What you get:
- The OpenClaw CLI (
openclawcommand) - Config system for connecting AI providers
- Messaging integrations (Telegram, Discord, WhatsApp, etc.)
- Skills system for extending capabilities
- Cron scheduler for automations
You connect your own AI API key (Anthropic, OpenAI, Groq, Mistral, or local models) and a messaging app to interact with it.
System Requirements
| Platform | Minimum |
|---|---|
| macOS | 12+ (Monterey), Apple Silicon or Intel |
| Linux | Any modern distro, kernel 5.0+ |
| Windows | Windows 10/11, WSL2 recommended |
| RAM | 512MB minimum, 1GB+ recommended |
| Storage | ~200MB for install + dependencies |
For always-on 24/7 use, most people run it on a Mac Mini, VPS, or Raspberry Pi 4+.
Is It Actually Free?
OpenClaw itself: completely free. MIT licensed.
What you might pay for:
- AI API keys — OpenClaw calls AI providers on your behalf. Anthropic Claude costs ~$3/MTok input. OpenAI GPT-4 is similar. For typical personal use: $5–30/month.
- Hosting — If you don't have a machine to run it on, a VPS costs $5–10/month. Or run it on a Mac Mini or laptop you already own.
Zero cost option: Use Groq's free API tier or run a local model via Ollama. Total monthly cost: $0.
After Download: Quick Setup
# 1. Install
npm install -g openclaw
# 2. Run setup wizard
openclaw setup
# 3. Connect Telegram (easiest interface)
# Create a bot at t.me/BotFather, paste token in setup
# 4. Start your agent
openclaw start
Full step-by-step: Getting Started Guide
Download for Specific Devices
| Device | Best Install Method |
|---|---|
| Mac Mini | Homebrew or npm |
| MacBook | Homebrew or npm |
| Ubuntu / Debian | npm or Docker |
| Raspberry Pi | npm (arm64) |
| VPS (any) | Docker or npm |
| NAS (Synology, QNAP) | Docker |
| Android | Not natively — control via Telegram |
| iOS | Not natively — control via Telegram |
Verify Your Download
After install, confirm everything is working:
openclaw --version
openclaw status
If you see a version number and status output, you're good.
Problems Downloading?
Common issues:
- Node.js version too old — OpenClaw requires Node 18+. Run
node --versionto check, update if needed. - Permission errors on Linux/Mac — Run with
sudoor fix npm permissions. - Windows native issues — Use WSL2 for the smoothest experience.
Need help? OpenClaw Community or Discord.
Related Articles
Learn alongside 1,000+ operators
Ask questions, share workflows, and get help from people running OpenClaw every day.
📚 Explore More
OpenClaw Installation Guide — All Platforms (Linux, macOS, Unraid)
Complete installation guide covering gateway setup, Ollama integration, systemd services, and troubleshooting common setup errors like ECONNREFUSED and model loading issues.
How to Self-Host an LLM: Run AI Models on Your Own Hardware
Complete guide to running large language models locally. Llama, Mistral, Qwen, and other open-source models on your Mac, PC, or server — fully offline, zero API costs.
Apple Notes
Native Apple Notes integration for Mac. Create, search, edit, and organize notes through conversation. Works with iCloud sync across all your Apple devices.
Codeium vs GitHub Copilot
Free AI coding vs the $10/month standard