OpenClaw 🦞

"EXFOLIATE! EXFOLIATE!" — A space lobster, probably

Any OS gateway for AI agents across WhatsApp, Telegram, Discord, iMessage, and more.

Send a message, get an agent response from your pocket. Plugins add Mattermost and more.

🌍

About This Translation

Our Mission:The official documentation is machine-translated and reads awkwardly. We're providing human-quality translations that feel natural to native speakers across multiple languages.

Human Translation

Natural, native-level quality

🎯

Native Flow

Smooth and readable

🚀

Always Updated

Synced with official docs

What is OpenClaw?

OpenClaw is a self-hosted gateway that connects your favorite chat apps — WhatsApp, Telegram, Discord, iMessage, and more — to AI coding agents. You run a single Gateway process on your own machine (or a server), and it becomes the bridge between your messaging apps and an always-available AI assistant.

Who is it for? Developers and power users who want a personal AI assistant they can message from anywhere — without giving up control of their data or relying on a hosted service.

Self-hosted

runs on your hardware, your rules

Multi-channel

one Gateway serves WhatsApp, Telegram, Discord, and more simultaneously

Agent-native

built for coding agents with tool use, sessions, memory, and multi-agent routing

Open source

MIT licensed, community-driven

What do you need? Node 22+, an API key from your chosen provider, and 5 minutes. For best quality and security, use the strongest latest-generation model available.

Quick start

1

Install OpenClaw

npm install -g openclaw@latest
2

Onboard and install the service

openclaw onboard --install-daemon
3

Pair WhatsApp and start the Gateway

openclaw channels login
openclaw gateway --port 18789

Need the full install and dev setup? See Installation guide.