Ranked #1 AI Agents — Software That Works While You Sleep
OpenClaw Foundation

OpenClaw

An open-source personal agent that runs through a Gateway you control, works from your browser or messaging apps, and can use files, the web, email, calendars, code, and connected devices to do real work.

Updated July 12, 2026 Open SourceSelf-HostedMulti-Channel
8.2out of 10
Official Website
Best for

An open-source personal agent that runs through a Gateway you control, works from your browser or messaging apps, and can use files, the web, email, calendars, code, and connected devices to do real work.

Why It Wins

MIT-licensed and self-hosted; proactive Heartbeat and scheduled jobs; 29 chat channels plus web and mobile companions; broad choice of hosted, subscription-backed, and local models; persistent memory; extensible through ClawHub skills and plugins.

Watch out

This is powerful software with a large blast radius: setup and updates remain technical, sandboxing is not automatic for every workload, prompt injection can arrive through ordinary emails or web pages, and rapid releases have caused real reliability regressions.

01

What It Actually Is

Imagine a capable assistant living beside your files rather than behind somebody else’s login screen. You send it a Telegram message while buying groceries; the Gateway running at home receives the request, asks your chosen model what to do, uses the permitted tools, and sends the result back. That bridge—between chat apps, an AI model, and the computer where work happens—is OpenClaw’s central idea.

The word Gateway matters. OpenClaw is no longer best described as a Dockerized chatbot. The official path installs the software, runs openclaw onboard, and starts a long-lived Gateway. That process owns sessions, memory, model connections, tools, and channel routing. The browser Control UI, command line, desktop companions, and iOS or Android nodes connect to it. The phone apps are useful windows and sensors, not a cloud replacement: a Gateway must still be running on a Mac, Windows, Linux machine, or server.

Once connected, the agent has hands. Depending on the permissions you grant, it can read and write files, browse and fill websites, run shell commands, call APIs, work with email and calendars, or coordinate coding agents. A morning routine might check today’s meetings, summarize urgent mail, and warn about traffic. A small team might start tests from Discord and receive the result in the same thread. These are not magical built-in promises; they are workflows assembled from models, tools, credentials, and skills. That distinction is important because the owner decides both the capability and the blast radius.

Heartbeat and scheduled jobs are the feature that turns those hands into initiative. A normal chatbot resembles a shop clerk who appears only when you ring the bell. OpenClaw can be asked to walk the aisles on a schedule: look for a failed backup, prepare a daily briefing, or revisit a queue. Persistent local files help it retain preferences and project context when the Gateway restarts or the underlying model changes.

Its reach has expanded substantially. The official site now describes 29 chat channels, while the documentation covers mainstream services such as WhatsApp, Telegram, Discord, Slack, Signal, iMessage, Microsoft Teams, Google Chat, and Matrix alongside regional and self-hosted options. The model directory is similarly broad, spanning major hosted providers, subscription-backed integrations, routing services, and local runtimes. ClawHub supplies versioned skills and plugins, so the same Gateway can grow from a personal inbox assistant into a coding, research, or operations tool.

The governance story also improved. In July 2026 the project announced the OpenClaw Foundation, a US 501(c)(3) with full-time staff and an explicit promise to keep OpenClaw MIT-licensed and independent. OpenAI, NVIDIA, Microsoft, and academic and infrastructure partners now contribute funding, security work, integrations, or engineering. This is stronger evidence of continuity than the old arrangement around creator Peter Steinberger alone, although a newly staffed foundation still has to prove its processes over time.

Now the cold water. An assistant with access to your shell and inbox is closer to a junior administrator holding a ring of keys than to a harmless talking toy. CVE-2026-25253 showed the stakes: before version 2026.1.29, a crafted link could exfiltrate a Gateway token and lead to full compromise, even when the Gateway listened only on the local machine. The bug was fixed, but patch discipline is part of owning OpenClaw.

Security is not limited to software bugs. A poisoned web page or email can tell the model to ignore you, reveal data, or invoke a tool. The official security guide is admirably blunt: models can be manipulated, prompt text is not a hard boundary, and stronger protection comes from pairing, allowlists, restricted tools, approvals, sandboxing, and separating trust zones. ClawHub now scans submissions and publishes provenance and Skill Cards after attackers attempted to upload malware. That makes discovery safer, not foolproof; scan systems disagree, and useful skills often need broad permissions.

Reliability deserves equal weight. OpenClaw’s maintainer wrote that releases around April 24–29 made Gateways slower, caused plugin dependency repair loops, degraded Discord, Telegram, WhatsApp, and other channels, and pushed people to downgrade. Performance work later made turns faster and the package smaller, while the June stable release concentrated on reply routing, stuck sends, reconnections, setup failures, and safer defaults. The direction is positive, but the episode is evidence against treating every fast update as production-ready.

So the practical choice is not “open source good, hosted bad.” It is about who carries responsibility. OpenClaw offers exceptional control, reach, and adaptability for a free project, but you pay with API or hardware costs, maintenance, security decisions, and occasional release churn. For a patient power user or small technical team, that trade can feel like owning a workshop. For a non-technical reader who wants an appliance, it can feel like receiving a box of excellent parts and a fire extinguisher.

02

Strengths and honest limitations

Key Strengths

  • A worker, not merely a chat window: Heartbeat and scheduled jobs let OpenClaw prepare morning briefings, watch an inbox, monitor a server, or continue a coding workflow without waiting for a fresh prompt. That proactive loop remains its clearest advantage over ordinary assistants.
  • One Gateway, many front doors: A single process connects the agent to the browser Control UI and 29 documented chat channels, including WhatsApp, Telegram, Discord, Slack, Signal, iMessage, Teams, Matrix, Google Chat, LINE, and Zalo. You can start work at a desk and steer it from the phone already in your pocket.
  • Your state and your choice of model: Conversations, memory, credentials, and configuration live on hardware you control rather than a mandatory vendor cloud. OpenClaw supports a wide provider catalog—from OpenAI, Anthropic, Gemini, xAI, and OpenRouter to Ollama, LM Studio, and other local backends—so the orchestration layer is not tied to one model company.
  • Real tools and persistent context: It can read and write files, browse sites, run commands, handle messages, and remember preferences and projects across restarts. That combination makes it useful for multi-step work such as inbox triage, research-to-draft pipelines, remote coding, and household or small-business routines.
  • ClawHub makes it expandable: Skills and plugins add workflows without waiting for the core project to ship them. Public listings include provenance, scan state, and Skill Cards, and the agent can help create a custom skill when an off-the-shelf one does not fit.
  • The project now has institutional backing: The OpenClaw Foundation is a US 501(c)(3) with a full-time team and a commitment to keep the project MIT-licensed, open, and independent. Partnerships with OpenAI, NVIDIA, Microsoft, and others reduce the earlier fear that one busy founder was the entire bus factor.

Honest Limitations

  • The security burden is unusually serious: OpenClaw may have shell, browser, file, message, and secret access. CVE-2026-25253 allowed a crafted link to steal a Gateway token and reach code execution before version 2026.1.29. It was patched, but the lesson remains: update promptly, keep remote access authenticated, restrict tools, and isolate sensitive work.
  • Prompt injection is an everyday-content problem: A malicious instruction can hide in an email, document, attachment, search result, or web page that the agent reads. OpenClaw’s own guidance says prompts alone are not a security boundary; users must configure allowlists, approvals, tool policies, and sandboxing. Local-first does not automatically mean safe.
  • ClawHub is useful, not risk-free: The project says attackers tried to publish skills containing known malware, which is why it added VirusTotal, static analysis, NVIDIA SkillSpector, and human/agent review. Those checks are meaningful progress, but scanner disagreement is high and a clean-looking card is not a guarantee. Inspect permissions and source before installation.
  • Release speed has hurt reliability: The maintainer publicly acknowledged that April releases slowed Gateways, trapped some installs in plugin-repair loops, and made major chat channels behave worse; users downgraded and lost time. Later releases improved speed and delivery, but the June stable release was still fixing misplaced replies, stuck sends, reconnects, and model-setup failures. Production users should prefer stable releases and test updates.
  • Free software still has a total cost: The recommended onboarding is now an install script plus openclaw onboard, not Docker surgery, but it still expects comfort with API keys, services, networking, permissions, and logs. The software is free; model usage, an always-on machine or VPS, backups, maintenance time, and mistakes are not. Native mobile apps are companions and still require a reachable Gateway.
03

The Verdict

OpenClaw is still the most convincing ‘personal AI as infrastructure’ project: one open Gateway, many chat doors, persistent memory, real tools, proactive jobs, and freedom to change models. The new Foundation, mobile companions, broad channel support, and ClawHub trust work make it materially stronger than it was a few months ago. They do not erase the other half of the story: this is an agent that may read your inbox and run commands, from a project whose rapid releases have produced security advisories and painful regressions. We keep it at 8.2. Choose it if ownership and extensibility are worth becoming a careful operator; choose a mature hosted agent if you want someone else responsible for patches, isolation, uptime, and the pager.

04

Frequently Asked Questions