Skip to main content

Installer for OpenClaw - installs OpenClaw and starts the gateway

Reason this release was yanked:

cleanup

Project description

OpenClaw Vanilla Installer

A simple, zero-configuration installer for OpenClaw that works on Windows, macOS, and Linux.

What It Does

This installer:

  1. Downloads and installs Node.js v22.16.0 (isolated, doesn't affect system)
  2. Installs OpenClaw from npm
  3. Creates a wrapper script for the openclaw command
  4. Starts the OpenClaw gateway on port 18789

That's it. No configuration files, no provider setup, no complexity.

Installation

Prerequisites

  • Python 3.10+
  • Internet connection

Install via pipx (Recommended)

# Install pipx if you don't have it
pip install pipx
pipx ensurepath

# Install OpenClaw
pipx install openclaw-installer

# Install OpenClaw
openclaw-installer install

Install from Source

git clone https://github.com/yourusername/openclaw-installer.git
cd openclaw-installer
pipx install .

# Run installer
openclaw-installer install

Usage

Install OpenClaw

openclaw-installer install

This will:

Open Dashboard

openclaw dashboard

Or manually open http://localhost:18789 in your browser.

Uninstall

openclaw-installer uninstall

What Happens After Install?

  1. Gateway is running on port 18789
  2. Open dashboard and configure your AI providers there
  3. No config files are managed by this installer

OpenClaw stores its own configuration in ~/.openclaw/ - the installer doesn't touch these files.

Installation Locations

  • Windows: %LOCALAPPDATA%\openclaw-installer\
  • macOS/Linux: ~/.local/share/openclaw-installer/

Everything is isolated in these directories. No system files are modified.

Commands

Command Description
openclaw-installer install Install OpenClaw and start gateway
openclaw-installer uninstall Remove OpenClaw installation
openclaw-installer dashboard Open the OpenClaw dashboard
openclaw-installer --help Show help

Requirements

  • Windows 10/11, macOS 12+, or Linux
  • ~200MB free space
  • Internet connection for initial download

Troubleshooting

Port 18789 in use

If port 18789 is already in use, stop the existing process:

# Find what's using the port
lsof -i :18789  # macOS/Linux
netstat -ano | findstr 18789  # Windows

# Or use a different port in OpenClaw's dashboard after install

Gateway not starting

Check if the gateway is running:

openclaw gateway status

If not running, start it manually:

openclaw gateway start

Wrapper not found

Make sure the bin directory is in your PATH:

# macOS/Linux
export PATH="$HOME/.local/share/openclaw-installer/bin:$PATH"

# Windows (PowerShell)
$env:PATH = "$env:LOCALAPPDATA\openclaw-installer\bin;$env:PATH"

License

MIT

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openclaw_installer-1.0.22.tar.gz (61.9 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

openclaw_installer-1.0.22-py3-none-any.whl (27.2 kB view details)

Uploaded Python 3

File details

Details for the file openclaw_installer-1.0.22.tar.gz.

File metadata

  • Download URL: openclaw_installer-1.0.22.tar.gz
  • Upload date:
  • Size: 61.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.1

File hashes

Hashes for openclaw_installer-1.0.22.tar.gz
Algorithm Hash digest
SHA256 877dc65d47d4ae6cb01671be239e87a7c21686a74e9ec6ca53cc36c1b2b1dd74
MD5 ae236c4db39e49120c4e7048e95474a5
BLAKE2b-256 16f7e2b82682e096e1a7d225e2bb1a1c9d5a9112d74548b8a35ac5dc6ca9a979

See more details on using hashes here.

File details

Details for the file openclaw_installer-1.0.22-py3-none-any.whl.

File metadata

File hashes

Hashes for openclaw_installer-1.0.22-py3-none-any.whl
Algorithm Hash digest
SHA256 eb5c3d21d11724c2c41f89ef123a4e32a30773ab337de63961f9490fd6506034
MD5 363363f28582aed40be538a9e3d02a9b
BLAKE2b-256 d7116ffab4c07f481e521ec32be614208ed17be032f0a33d3756b22bcd07c26c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page