A 24/7 AI agent that lives in WhatsApp, Telegram, or Discord - and can actually do things.
OpenClaw is a self-hosted personal AI agent that connects to WhatsApp, Telegram, or Discord - the apps you already have open - rather than requiring you to visit a separate chat website. Message it like you'd message a person.
Beyond conversation, it can operate on your server: reading and writing files, running shell commands, and acting on requests you give it in plain language, so it functions closer to an assistant with hands than a Q&A chatbot.
Because it's self-hosted, the agent's memory, its command history, and the credentials it uses stay on your own infrastructure rather than a vendor's cloud.
| Image | ghcr.io/openclaw/openclaw:latest |
| Port | 18789 |
| Persistent volume | /home/node/.openclaw |
| OPENCLAW_GATEWAY_TOKEN | auto-generated per install |
Treat OpenClaw's gateway token like a root credential - anyone with it can ask the agent to act on your server. DeployOS keeps it in the encrypted secret store rather than a plaintext env file, and never prints it to logs, but the operational judgment of what you authorize the agent to do is still yours.
WhatsApp, Telegram, and Discord out of the box, per the shipped template - each connects through that platform's own bot/API setup once the OpenClaw instance is running.
It's commonly paired with a self-hosted model (Ollama) so the reasoning behind its responses stays on your infrastructure too - deploy both on the same server and they share the private Docker network.
Free download, no account needed. AI templates are on paid plans.
Download DeployOS