Introduction
OpenClaw is a powerful multi-platform AI assistant that connects to your favorite chat applications to autonomously handle real tasks. This guide will walk you through the complete installation and initial setup process.
System Requirements
Before you begin, ensure your system meets these requirements:
Installation Methods
Quick Install (Recommended)
The fastest way to get started is our one-line installer:
curl -fsSL https://openclaw.ai/install.sh | bashThis script detects your platform and installs OpenClaw with the recommended configuration.
Alternative: npm Global Install
If you prefer manual control:
npm install -g openclawAlternative: Docker
For containerized deployments:
docker pull openclaw/gateway
docker-compose up -dFirst-Time Setup Wizard
After installation, run the onboarding wizard:
openclaw onboard --install-daemonThis wizard will:
Starting the Gateway
Launch the OpenClaw gateway:
openclaw gateway --port 18789 --verboseYou can access the web dashboard at http://127.0.0.1:18789/
Verifying Your Installation
Run a quick health check:
openclaw statusYou should see all services showing green status.
Next Steps
Now that OpenClaw is running, you can:
Getting Help
If you encounter issues:
openclaw doctor for diagnostics