๐ŸชŸ

Windows

Desktop installer for Windows 10/11

Download on GitHub

Download .exe or .msix

๐ŸŽ

macOS

For Intel and Apple Silicon (M1/M2/M3) Mac

Download on GitHub

Download .dmg or .app

Installation Steps

  1. Choose Install Mode

    Local: npm global install, requires Node.js 22+

    Docker: official image, requires Docker

  2. Environment Check

    If Node.js or Docker is missing, the installer shows download links. After installing, restart and click "Re-check".

  3. Install

    Local: run npm install -g openclaw@latest and config wizard

    Docker: pull ghcr.io/openclaw/openclaw:latest and start container

  4. Done

    Open control panel http://127.0.0.1:18789/ for first-time setup

Build from Source

To build yourself, install Flutter, then run:

# Clone repository
git clone https://github.com/OpenClawInstaller/Installer.git
cd Installer

# Install dependencies
flutter pub get

# Build (choose platform)
flutter build macos    # macOS
flutter build windows # Windows
flutter build linux   # Linux

Having issues? Report on GitHub Issues