Back to home
Install OpenClaw
Get up and running with OpenClaw AI Agents in minutes. Choose your preferred installation method and start deploying autonomous agents.
One-Click Installation
The fastest way to get OpenClaw running on your system.
curl -fsSL https://openclaw.sh/install | bashThis will install OpenClaw, its dependencies, and guide you through initial configuration in seconds.
Docker Installation
Run OpenClaw in an isolated container environment.
docker run -d --name openclaw flowclaw/openclaw:latestDocker ensures consistency across environments and simplifies scaling.
Manual Installation
For developers who prefer full control over the setup process.
1. Clone the OpenClaw repository: git clone https://github.com/flowclaw/openclaw.git
2. Install dependencies: npm install
3. Configure your API keys in .env.local
4. Start the agent: npm run agent
After Installation
- ✓ Deploy your first OpenClaw agent
- ✓ Connect to your favorite messaging platform
- ✓ Configure workflows and automations
- ✓ Start automating tasks 24/7