🦞OpenClaw Guide

OpenClaw Documentation

Everything you need to install, configure, and master OpenClaw — your personal AI assistant across all messaging platforms.

OpenClaw transforms how you interact with AI by bringing Claude and other large language models directly into your favorite messaging apps. Instead of switching between browser tabs and chat interfaces, you can message your AI assistant through WhatsApp, Telegram, Discord, or iMessage — the same apps you already use every day.

Built as an open-source project, OpenClaw runs entirely on your local machine. Your conversations stay private, your API keys remain secure, and you maintain complete control over your data. The Gateway architecture handles message routing, session management, and tool orchestration while keeping everything running smoothly in the background.

Whether you're a developer looking to automate workflows, a professional managing complex tasks, or someone who simply wants a smarter messaging experience, OpenClaw adapts to your needs. Extend functionality with skills for web browsing, email, calendar management, file operations, and much more. The modular design means you only enable what you actually use.

Quick Start — Get Running in 5 Minutes

1Install OpenClaw globally
npm install -g openclaw@latest
2Run the setup wizard
openclaw onboard

The wizard walks you through API key setup, channel selection, and initial configuration.

3Start the Gateway and connect
# Start the background service
openclaw gateway start
# Or run in foreground for debugging
openclaw gateway run
4Message your assistant

Open your connected messaging app and send a message. Your AI assistant is ready to help!

🆕 What's New

v2026.22026-02-01
  • Unbrowse: reverse-engineer any website's internal API
  • Workflow recording for multi-site automation
  • A/B test different CTA copy with Vercel Analytics
v2026.12026-01-15
  • Canvas support for visual presentations
  • Node pairing for mobile devices
  • Improved Telegram inline buttons

Frequently Asked Questions

What is OpenClaw?
OpenClaw is an open-source AI assistant framework that connects Claude and other LLMs to your messaging apps. It runs locally on your machine and lets you interact with AI through WhatsApp, Telegram, Discord, iMessage, and more.
How long does it take to set up OpenClaw?
Most users complete the initial setup in under 10 minutes. Run 'npm install -g openclaw@latest' followed by 'openclaw onboard' and the wizard guides you through connecting your first channel.
Which messaging platforms does OpenClaw support?
OpenClaw supports WhatsApp (via WhatsApp Web), Telegram (Bot API), Discord (Bot API), iMessage (macOS only), Slack, and email. Each channel has a dedicated setup guide in our Channels documentation.
Is OpenClaw free to use?
Yes, OpenClaw is completely free and open-source under the MIT license. You only pay for the AI model usage (e.g., Anthropic API credits for Claude). There are no subscription fees or hidden costs.
Does OpenClaw work on Windows?
OpenClaw runs on macOS, Linux, and Windows. Some features like iMessage integration are macOS-only, but core functionality including WhatsApp, Telegram, and Discord works on all platforms.
Can I use OpenClaw with models other than Claude?
Yes, OpenClaw supports multiple AI providers including OpenAI (GPT-4), Google (Gemini), and local models via Ollama. Configure your preferred model in the settings file.