SYSTEM Cited by 1 source
Moltbot¶
Moltbot (formerly Clawdbot; renamed OpenClaw as of 2026-01-30) is an open-source self-hosted personal AI agent designed to run in the background on a user's own hardware (typically a Mac mini or VPS) and act as a personal assistant across chat apps, LLM providers, and other popular tools. The upstream project is at github.com/moltbot/moltbot (pre- rename URL) — after 2026-01-30 the canonical identity is OpenClaw.
Capability surface¶
Moltbot ships with:
- A Gateway runtime packaged as a Docker container (the "run Moltbot = buy a Mac mini and run Docker" shape that drove the viral Mac-mini-purchasing wave in Jan 2026).
- A growing list of integrations for chat apps, AI providers, and other tools — see the upstream integrations list.
- Remote control from favourite messaging apps (Slack, etc.) — finance, social-media, day-organisation, browser automation tasks.
- Session memory — persists conversation context across turns.
Relationship to Cloudflare¶
Moltbot is not a Cloudflare product. Cloudflare's interest in it is as a reference workload to port to the Developer Platform — the result is Moltworker.
Seen in¶
- sources/2026-01-29-cloudflare-moltworker-self-hosted-ai-agent — the workload being ported. The blog opens with "the Internet woke up this week to a flood of people buying Mac minis to run Moltbot" as the framing motivation, and the architecture walks through how every dependency (local Docker, local Chromium, local Anthropic key, local filesystem, local auth) maps onto a managed Cloudflare primitive.
Related¶
- systems/moltworker — the Cloudflare-hosted port.
- systems/cloudflare-sandbox-sdk — where Moltbot's Gateway runtime runs when hosted on Cloudflare.
- companies/cloudflare — ported Moltbot onto the Developer Platform as a proof of concept.