Installation Center
Install Openclaw
Deploy your private AI assistant in seconds. Choose the method that fits your workflow.
Method 1: One-Click Installer (Recommended)
The fastest way to get started via ClawdBody.
Why use the One-Click Installer?
Get up and running in under 5 minutes without complex configuration files or dependency hell.
Automatically sets up secure defaults, ensuring your local AI instance is protected from the start.
Handles all necessary dependencies including Docker environment and Node.js runtimes automatically.
System Requirements
Before you install Openclaw, ensure your hardware is ready.
Operating System
macOS (Sonoma or later recommended) or Linux (Ubuntu 22.04+). Windows users should use WSL2.
Hardware Resources
Minimum: 8GB RAM, 4 CPU Cores.
Recommended: Mac Mini M4 with 16GB+ RAM for local model inference.
Software Dependencies
Docker and Docker Compose must be installed and running if you are performing a manual installation.
Comprehensive Installation Guide
Setting up a self-hosted AI agent shouldn't be complicated. Whether you choose our one-click installer or prefer a manual setup via terminal, Openclaw is designed for ease of use.
Method 2: Manual Installation via Terminal
For developers who prefer full control, you can install Openclaw directly from your command line. This method is ideal for headless servers or custom network configurations.
curl -fsSL https://openclaw.ai/install.sh | bashThis script will check your environment, pull the latest Docker images, and generate the necessary configuration files to get your agent running.
Post-Installation Setup
Once you successfully deploy Openclaw, navigate to http://localhost:3000 to access the dashboard. You will need to:
- Configure your LLM providers (Anthropic API Key or OpenAI API Key).
- Set up your preferred vector database path (default is local).
- Install any additional plugins for web browsing or file system access.
Installation FAQ
Common questions about deploying Openclaw.
Does the installer work on Windows?
The one-click installer is optimized for macOS and Linux. For Windows, we strongly recommend using WSL2 (Windows Subsystem for Linux) and running the manual install command inside the WSL terminal.
How do I update Openclaw after installation?
If you used the script, simply run it again—it detects existing installations and offers to update. For Docker users, run `docker-compose pull && docker-compose up -d`.
Where is my data stored?
All data is stored locally in the `./data` directory relative to your installation path. Openclaw does not upload your conversation history to any cloud server.
Can I install offline?
Initial installation requires internet access to pull Docker images. Once installed, Openclaw can run offline if you are using purely local models (like Llama 3 via Ollama).