Install OpenClaw in under 10 minutes with this streamlined quick start guide. Get your personal AI assistant running with minimal setup and start chatting immediately.
Ensure you have these prerequisites before starting the OpenClaw install process.
OpenClaw requires Node.js version 22 or newer to run.
node --version
Don't have Node.js 22+?
brew install node@22Choose at least one AI model to power OpenClaw (you can add more later).
Install Ollama to run local models like glm-5, qwen3-coder (no API costs).
Connect OpenClaw to messaging apps to chat from anywhere. This is optional - you can use the web interface instead.
You can skip this during initial setup and add platforms later.
Follow these 4 steps to install OpenClaw and send your first message in under 10 minutes.
Open your terminal (macOS/Linux) or PowerShell (Windows) and run the following command to install OpenClaw globally:
npm install -g openclaw@latest
What this does: Installs the latest version of OpenClaw (v2026.2.6) globally on your system.
Expected output: npm will download and install OpenClaw and its dependencies. This may take 1-2 minutes.
sudo on macOS/Linux or run PowerShell as Administrator on WindowsStart the interactive setup wizard that will guide you through OpenClaw configuration:
openclaw onboard
Launch OpenClaw and start your AI assistant:
openclaw start
What happens: OpenClaw will start and display the web interface URL.
✓ OpenClaw Gateway started ✓ Web interface: http://127.0.0.1:18789/ ✓ Connected to messaging platforms ✓ AI model: Claude Opus 4.6 ✓ Ready to receive messages
Access your AI assistant at: http://127.0.0.1:18789/
Open the web interface in your browser and start chatting with your AI assistant!
Your personal AI assistant is now running and ready to help with tasks, answer questions, and integrate with your workflows.
Now that you've installed OpenClaw, explore these guides to get the most out of your AI assistant.
Need detailed platform-specific instructions? Check out our comprehensive guides for your operating system.