Windows
Desktop installer for Windows 10/11
Download on GitHubDownload .exe or .msix
Choose your OS and get the latest from GitHub Releases
Desktop installer for Windows 10/11
Download on GitHubDownload .exe or .msix
For Intel and Apple Silicon (M1/M2/M3) Mac
Download on GitHubDownload .dmg or .app
For x64 Linux desktop
Download on GitHubDownload .AppImage or .deb
Local: npm global install, requires Node.js 22+
Docker: official image, requires Docker
If Node.js or Docker is missing, the installer shows download links. After installing, restart and click "Re-check".
Local: run npm install -g openclaw@latest and config wizard
Docker: pull ghcr.io/openclaw/openclaw:latest and start container
Open control panel http://127.0.0.1:18789/ for first-time setup
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