# OpenClaw — Open source AI assistant that runs on your machine and manages email, calendar, and tasks via WhatsApp or Telegram

> Source: The Agents Index — https://theagentsindex.com/openclaw (structured, researched, re-verified)
> Facts last verified: 2026-08-23

OpenClaw is an open source, MIT-licensed personal AI assistant that installs and runs on your own machine rather than a vendor's cloud. Built by Peter Steinberger and community contributors under the OpenClaw Foundation, it connects to chat apps you already use, including WhatsApp, Telegram, Discord, and Slack, so you talk to it the same way you'd message a person. It's aimed at technical users comfortable with a command line who want an always-on assistant handling email, calendar, and routine admin without routing personal data through a third party's servers.

| Fact | Value |
| --- | --- |
| Website | https://openclaw.ai |
| Pricing | from $20/mo (can rise to $500+/mo under direct API billing) |
| API | Yes |
| Best for | Developers and self-hosters who already run their own infrastructure and want one personal AI agent that reaches WhatsApp, Telegram, Slack, Discord, Signal and iMessage instead of a separate app. |
| Not for | Non-technical users who want a polished, predictable-cost app: setup can take hours, there's no built-in task tracker, and monthly cost can swing from about $20 to $500+ depending on how model billing is routed. |

## Pricing

| Tier | Price |
| --- | --- |
| Self-hosted (open source) | Free (one-time) |
| Elestio hosted (managed) | $20 trial credit / monthly |

## Verdict

OpenClaw is a genuinely open, self-hosted alternative to closed personal-assistant apps: MIT-licensed, installable in one command, and wired into 29 chat channels and 64 model providers so it can sit inside WhatsApp or Telegram rather than another silo. The heartbeat scheduler and command-line agency make it feel closer to a real assistant than a chatbot. The catch is what happens after install. One reviewer spent roughly six hours getting it running on a VPS, watched it drop tasks with no dashboard to track them, and later saw the bill jump from about $20 to $500+ a month once Anthropic stopped covering third-party API usage. It rewards people willing to operate infrastructure, not people who want a finished product.

## How it works

1. Install with npm install -g openclaw@latest --allow-scripts=openclaw, then run openclaw onboard --install-daemon to set up the Gateway as a background service.
2. Connect a chat app such as WhatsApp, Telegram, Discord, or Signal so you can message the assistant the way you'd message a person.
3. Authenticate a model provider, for example openclaw models auth login --provider anthropic --method cli --set-default, to route requests through Claude, Gemini, GPT, xAI Grok, or a fully local model like Ollama.
4. Set a heartbeat schedule so OpenClaw wakes periodically to check its task queue and proactively message you.
5. Open the browser Control UI with openclaw dashboard (default http://127.0.0.1:18789/) for chat, config, and session history.

## Who it's for

- Technically comfortable individuals who want a self-hosted, always-on assistant for personal admin like email and calendar
- Open source enthusiasts who prefer running AI tools on their own hardware instead of a vendor's cloud
- Developers who want to script or extend an assistant via plugins and a public skill registry

## Strengths and weaknesses

- ✓ Fully open source (MIT license) with source on GitHub, so nothing is locked behind a proprietary vendor
- ✓ Deep integration surface out of the box: 29 chat channels, 64 model providers, and 142 official plugins
- ✓ Proactive by design via a heartbeat scheduler, rather than only responding when messaged
- ✗ One reviewer's setup took about 6 hours on a VPS, with no polished installer experience for non-technical users
- ✗ No built-in task management view, and the reviewer reported it dropping some assigned tasks
- ✗ Real-world cost can be unpredictable: one reviewer's bill went from about $20/month under a Claude subscription to $500+/month after Anthropic ended third-party tool coverage and billing moved to direct API rates
- ⚠ A commenter, not the reviewer, described OpenClaw's memory as breaking down with longer-term usage, based on secondhand reports rather than direct hands-on testing
- ⚠ Pricing is not centrally published by OpenClaw itself; the cost figures here come from a third-party blog post and a LinkedIn review rather than an official pricing page
- ⚠ There is no built-in task management system to see what has been assigned, per one reviewer's hands-on notes

## Key features

- **Chat-native interface** — Works from WhatsApp, Telegram, Discord, Slack, Signal, iMessage, and 29 chat channels in total, so there's no separate app to open.
- **Always-on heartbeat** — Uses a cron-like heartbeat config file to wake periodically, check its task queue, and message you proactively rather than only responding when asked.
- **Broad model routing** — Connects to 64 model and media providers, including Anthropic Claude, Google Gemini, OpenAI, and local runtimes like Ollama, LM Studio, vLLM, and SGLang.
- **Command-line agency** — Has its own command-line access to write scripts, execute code, and install packages on the fly rather than just returning text.
- **Plugin ecosystem via ClawHub** — 142 official plugins plus a public registry, ClawHub, for installing or publishing reusable skills.
- **Markdown-based memory** — Recalls context about you across conversations by writing to a markdown file rather than a hosted vector database.

## Use cases

- **Inbox and calendar triage** — A self-employed user connects OpenClaw to their email and calendar so it drafts replies, files messages, and surfaces what needs attention, all managed from a WhatsApp thread instead of a dashboard.
- **Automated flight check-in** — A frequent traveler lets OpenClaw watch for upcoming flights and check them in automatically, since flight check-in is one of the tasks it's built to handle.
- **Self-hosted assistant on a home server or VPS** — A developer runs OpenClaw on a spare machine or a VPS, such as Fly.io or Hetzner, so it stays always-on without depending on a laptop being open, using the heartbeat scheduler to check in periodically.
- **Extending capability through ClawHub plugins** — A power user browses the ClawHub public registry to install or publish reusable skills, adding to the 142 official plugins already available instead of building integrations from scratch.

## Integrations

WhatsApp · Telegram · Discord · Slack · Signal · iMessage · Matrix · IRC · Microsoft Teams · Google Chat · LINE · Mattermost · Feishu/Lark · Twitch · Zalo · Voice Call (Twilio/Telnyx/Plivo) · WebChat · Anthropic Claude API/CLI · Google Gemini · OpenAI/ChatGPT/Codex · xAI Grok · Mistral · DeepSeek · Moonshot/Kimi · Qwen · Cohere · Ollama · LM Studio · vLLM · SGLang · Amazon Bedrock · OpenRouter · LiteLLM · Groq · Cerebras

## Sources

- https://openclaw.ai
- https://openclaw.ai/integrations
- https://elest.io/open-source/openclaw/resources/plans-and-pricing
- https://openclaw.ai/docs
- https://www.linkedin.com/posts/kevinzhuang10_sharing-some-notes-here-on-openclaw-as-i-activity-7430303825888075776-NAhy
- https://till-freitag.com/en/blog/openclaw-pricing-shock-en
