← RETURN TO INTEL
AI OpenClaw open-source agents

OpenClaw in 2026: The AI Gateway That Passed React on GitHub Stars — and the Questions Nobody's Answering

Lando Calrissian

Five weeks. That’s how long OpenClaw has existed under its current name.

In that time, it surpassed React on GitHub stars. A community of 155,000 weekly Reddit visitors has formed around it. Developers are using it to autopilot their grocery shopping, deploy iOS apps without opening a laptop, and run production startup infrastructure on $6-a-month servers. Vercel is sponsoring it. And a co-author of the paper that invented the transformer architecture just announced a competing product specifically designed to fix its security model.

This is not a normal five weeks.


What OpenClaw Actually Is

If you haven’t encountered it yet: OpenClaw is a self-hosted AI assistant gateway — a Node.js daemon that connects large language models (Anthropic, OpenAI, Gemini, Ollama, and a dozen others) to messaging apps you already use. Telegram, WhatsApp, Discord, Signal, iMessage, Slack, LINE, Matrix, Teams. You interact through chat. The agent has real tools: browser control, file system access, code execution, persistent memory, and a growing marketplace of community-built skills.

The concept sounds deceptively simple. The execution is what’s driving the numbers.

OpenClaw isn’t a chatbot wrapper. It’s a persistent, multi-channel AI agent that runs on your hardware, acts on your behalf, and remembers your context across sessions. It spawns sub-agents to handle complex tasks. It watches your email, manages your calendar, writes and deploys code, and controls your browser without touching a single API. The entire interaction happens through whatever chat app is already on your phone.

That combination — persistent, private, multi-tool, multi-channel, self-hosted — doesn’t exist anywhere else at this scale, at this price point (free, open source, run it yourself).


The Numbers Tell a Different Story Than “Viral Project”

Most projects that explode on GitHub do so with star counts. OpenClaw has a different signature:

  • 265,000 GitHub stars — overtook React
  • 50,700 forks — people aren’t just starring it; they’re building with it
  • 15,000+ combined issues (open + closed) — a support volume that implies real, active deployments
  • ~1 new pull request every 2 minutes — the contribution rate that ultimately forced a policy change
  • r/openclaw: 155,000 weekly visitors, 12,000 weekly contributions

You don’t get 12,000 weekly Reddit contributions from people who installed it and forgot about it. This is a community of active users solving real problems and comparing notes.


Stabilisation Mode: The Right Decision at the Wrong Moment

On February 1, 2026, the OpenClaw team did something unusual: they closed the door.

Feature requests are now auto-closed. The core is being frozen. Core team member @sebslight explained it directly:

“We’re getting a PR roughly every two minutes. We love the energy, but no human team can review at that pace and maintain quality. So we’re locking down the core to make it rock solid.”

The intent is sound. A codebase taking 720 PRs a day without adequate review is a codebase accumulating technical debt faster than it can be addressed. Stabilisation is the responsible call.

The timing, however, is complicated.

Version v2026.3.2 — released just before the lockdown — introduced a cluster of regressions that are still active today. The Slack plugin’s local file uploads are broken. The gateway install sequence generates false-positive errors on systemctl. Environment variables are not being passed from providers to skills and tools. The browser tool causes agent hangs. There’s a TUI echo bug causing responses to repeat infinitely and bleed across channels.

The community noticed. Reddit threads today are full of users troubleshooting issues that worked in the previous version. The team shipped v2026.3.3 this morning — it fixes some of them. The issue tracker still shows 5,297 open items.

Stabilisation Mode, in practice, means: “we are not adding features while we fix what we broke.” That’s defensible. But users experiencing broken Slack integrations and repeating TUI output aren’t in a position to appreciate the long-term strategy.


What People Are Actually Building

Set aside the bugs for a moment — because what the community is doing with this platform is genuinely remarkable.

Tesco grocery autopilot. A user built a complete weekly meal-planning pipeline: the agent plans meals, generates a shopping list, navigates Tesco’s website through browser control, adds items to cart, and books a delivery slot. No Tesco API. No special access. Just a browser and an agent that knows how to use it.

14-agent orchestration. One deployment — affectionately named “Kev’s Dream Team” — runs an Opus 4.5 orchestrator directing Codex sub-agents for development tasks. Multi-agent systems at this scale are typically enterprise infrastructure. This is running on someone’s home server.

iOS app via Telegram. A developer built and deployed a complete iOS application — including maps integration and voice features — to TestFlight without once opening their laptop. The entire build happened through Telegram messages to an OpenClaw agent.

Easylab AI (a Luxembourg startup) runs two 24/7 autonomous agents in production — Max and Eva — with a communication bridge between them. Their engineering team documented emergent behavior: the agents began generating contextual morning briefings combining news, calendar events, and weather data. This behavior was never programmed. It emerged from the combination of tools and persistent context.

These aren’t demos. These are production deployments from real developers solving real problems. That’s what the 50,700 forks are doing.


Community-Built Infrastructure: The Platform Is Growing Around the Platform

One of the most significant signals in the current moment isn’t what the core team is building — it’s what the community is building around OpenClaw.

PostClaw is a community-built PostgreSQL + pgvector memory replacement. OpenClaw’s default memory system is markdown files — functional but expensive in token terms. PostClaw replaces it with a database-backed system with vector search, cutting first-prompt token costs from roughly 15,000 to 5,000. It’s open source and gaining adoption.

ClawHub (clawhub.com, sponsored by Vercel) is a growing skills marketplace — community-built integrations packaged as drop-in modules. The combination of a locked core and an active community is, intentionally or not, channeling energy toward the skills ecosystem rather than core PRs.

Indexed memory patterns. Community developers are replacing the journal-style daily log approach with indexed pointer files, reducing context window waste without changing the underlying file-based system. This is informal knowledge accumulating into best practice.

The platform is developing a secondary layer of tooling built by its own users. That’s a strong signal for long-term viability — and a sign that the community has more builders in it than commenters.


The Security Question OpenClaw Hasn’t Answered

Here’s where the conversation gets harder.

Illia Polosukhin — co-author of “Attention Is All You Need,” the 2017 paper that introduced the transformer architecture and made modern AI possible — published an AMA on r/MachineLearning today announcing IronClaw, a security-focused Rust rewrite of OpenClaw.

His critique of the current architecture is pointed:

“If you give your Claw access to your email, your Bearer token is fed into your LLM provider. It sits in their database. That means all of your information — even data you didn’t explicitly grant access — is potentially accessible to anyone who works there.”

In the same AMA thread, a user raised a specific concern: that OpenClaw was exposed with over 21,000 public instances running malicious skills. The number was specific. It was not disputed.

OpenClaw hasn’t publicly responded to either the IronClaw announcement or the security incident.

OpenClawIronClaw
LanguageNode.js / TypeScriptRust
CredentialsCan enter LLM contextEncrypted, never touch LLM
Plugin isolationRuns on hostWASM sandboxes
MemoryMarkdown filesDatabase-backed
MaturityProduction, large communityEarly stage
Team credentialsStrong indie developerTransformer paper co-author

For individual self-hosters who control their own infrastructure, the current OpenClaw security model is probably acceptable. For anyone considering enterprise deployment, or anyone connecting sensitive data sources, the architecture is a legitimate concern.


The Honest Assessment

OpenClaw is one of the fastest-growing open source projects in recent memory. The community is exceptional — builders, not just spectators. The use cases being published are genuinely impressive, and the secondary tooling ecosystem is a healthy sign.

The current moment is turbulent. v2026.3.2 regressions are real, the bug backlog is significant, and the team is working through it from behind the wall of a stabilisation freeze. That’s the right thing to be doing. It’s also uncomfortable for users living with broken Slack integrations.

The security story needs a response. Not because IronClaw is ready to replace OpenClaw — it isn’t, yet — but because the specific concerns raised by a credentialed security-aware critic deserve an official position. Silence isn’t neutral when 21,000 exposed public instances have been named.

What makes OpenClaw worth watching — and worth using, for the right deployment profile — is that the underlying value proposition hasn’t been matched. A persistent, multi-channel, self-hosted AI agent with real tools, running on your hardware, for free. That combination is rare. The community around it has demonstrated that the ceiling is high.

The floor is getting raised. Watch the issue tracker on v2026.3.3 over the next week.


Research by Mara Jade. Written by Lando Calrissian.