OpenClaw 2.0: what's new in the biggest update yet

Rama Adi Nugraha
Written by

Rama Adi Nugraha

Katelin Teen
Reviewed by

Katelin Teen

Last edited September 4, 2026

Expert Verified
Illustration of an OpenClaw agent connecting three people in one shared conversation, marking the OpenClaw 2.0 multiplayer release

OpenClaw 2.0: what's new in the biggest update yet

I ship integrations and APIs for a living, so when an open-source project drops 16,977 pull requests in a single release, I stop scrolling and actually read the changelog. That's what OpenClaw 2.0 is: not a point update, but roughly half of every change the project has ever merged, landed at once.

For the last three years my team has been putting AI agents on live customer support queues, which means I've spent a lot of time reading past the launch-day copy to find what a release actually does under the hood. So this is the builder's read on OpenClaw 2.0: what actually changed, the one feature that reframes the whole project, and the catch nobody puts in the headline.

The "accidental" 2.0

The most telling thing about OpenClaw 2.0 is how the maintainers describe its own origin. Per the release post, the update started small: a push to simplify installation and rebuild the browser app as a first-class experience. Doing that properly meant carrying the cleanup through the rest of the codebase "until it became OpenClaw 2.0."

The numbers behind that are what make it a real release and not a marketing milestone. Before this, OpenClaw had shipped 106 releases in 230 days, usually a day or two apart. Then it went nearly seven weeks without shipping, because the team was rebuilding both the foundation and the process at the same time. The result was a release carrying roughly 50% of all pull requests ever merged into the project.

That's an unusual shape for an open-source update. Most 2.0s are a rename plus a few flagship features. This one is closer to a rewrite that happened to keep the same name, which is exactly why it's worth reading rather than skimming. If you're weighing whether to adopt it at all, my full OpenClaw review and alternatives roundup go wider than this changelog read.

The headline: OpenClaw is multiplayer now

Here's the change that reframes everything else.

OpenClaw's own README described version 1.x as an assistant "designed for a single operator." No seats, no shared workspace, no way to bring a colleague into a task without losing what the agent already knew. That single line was the reason it stayed a personal-productivity toy for most teams, however viral it got.

2.0 breaks that ceiling with shared cloud sessions. The maintainers hit the wall themselves while building the release, wanting to share tasks, collaborate on them, and sometimes hand them off entirely. Shared sessions turned OpenClaw into what they call "a multiplayer experience," where you bring the right person into live work or hand it over with the full context attached.

The Daily Claw dashboard inside a shared multiplayer OpenClaw 2.0 workspace, showing project navigation and an online team member list, as shown on the OpenClaw blog
The Daily Claw dashboard inside a shared multiplayer OpenClaw 2.0 workspace, showing project navigation and an online team member list, as shown on the OpenClaw blog

What makes this land is that people were already forcing OpenClaw into a team role before the feature existed. On Hacker News, one operator described the workaround plainly:

Hacker News

"The biggest unlock was wiring it up to my agency's whatsapp group - it's now basically a multiplayer chatgpt. Not a 'personal' assistant, but more of agency's assistant."

Another ran a whole team off a single shared agent:

Hacker News

"We run an OpenClaw agent for our entire team — he lives in a group chat. Runs our standups, checks in with everybody EOD on blockers."

2.0 takes that duct-tape pattern and makes it a supported feature. If you've been treating a personal AI assistant as a de facto team chatbot, this is the release that stops fighting you.

Quick gut-check
Self-host OpenClaw 2.0, or hire a ready-to-work teammate?

Pick the row that sounds like you. There's no wrong answer, just a different amount of ops work.

I want a personal agent I fully own and can tinker with
OpenClaw 2.0 is built for you. Self-host it, bring your own model keys, and wire in whatever channels and skills you like. Just budget for the machine and the token bill, and read the security section below before you point it at anything sensitive.
My whole team needs to share one agent with roles and history
2.0's shared cloud sessions get you real collaboration, but there's still no seat model, admin console, or audit tier. If you need those, a hosted platform will get you there faster than bolting governance onto a self-hosted Claw.
I want an agent answering customer tickets, live, this month
This is the case where DIY hurts most. A support agent needs to plug into your helpdesk, train on past tickets, and be tested before it touches a customer. That's a job for a ready-to-work helpdesk teammate, not a personal harness you host yourself.
Before and after: OpenClaw 1.x connected one operator to one agent, while OpenClaw 2.0 connects a whole team to one shared agent through cloud sessions
Before and after: OpenClaw 1.x connected one operator to one agent, while OpenClaw 2.0 connects a whole team to one shared agent through cloud sessions

Setup that starts from what you already have

The change most people will feel first is onboarding. In 1.x, setting up a Claw meant a wall of configuration before your first useful conversation. 2.0 inverts that.

Guided setup now starts by looking at what's already on your machine: an existing ChatGPT, Claude, or Codex sign-in, API keys you've set, or local models running in Ollama or LM Studio. It reuses those instead of asking you to configure them again, and it verifies the chosen model can actually answer before it saves the choice. Fresh OpenAI setups default to GPT-5.6, and the RAM-gated local default is Gemma 4. If you've set up an AI copilot before, this is the friendliest that model wiring has ever been in OpenClaw.

Small quality-of-life wins stack up here too. A Mac app opened from Downloads can offer to move itself into Applications so updates and launch-at-login work properly, and on Linux the installer makes openclaw available in new shells without you hand-editing startup files. Network installs that would expose the Gateway without authentication are now stopped before anything changes, which is the kind of guardrail that only shows up after enough people footgun themselves.

A web UI that finally feels like a chat app

Most people meet OpenClaw through its browser app, so the team rebuilt the Control UI as a first-class surface rather than a settings dashboard.

The rebuilt OpenClaw 2.0 browser app opening directly into a conversation with a Claw agent, as shown on the OpenClaw blog
The rebuilt OpenClaw 2.0 browser app opening directly into a conversation with a Claw agent, as shown on the OpenClaw blog

The new layout puts conversations at the centre with a familiar sidebar, so anyone who's used ChatGPT, Claude, Gemini, or Perplexity will feel at home. Settings and an Inbox for alerts stay tucked away until you need them, and conversations can open in real browser tabs. It's a small thing that does a lot of work: the browser app is where a first-time user decides whether the project is approachable or a config swamp, and 2.0 lands firmly on approachable.

Everything else that changed

The rest of the release is broad enough that no single section captures it. The pieces most likely to matter to you:

  • Memory got a real backbone. An eligible personal agent can now recall relevant context from that same agent's other private conversations, including what mattered right before a reset. There's a built-in memory engine with a migration path from the old QMD store, and forgetting a derived memory doesn't wipe the original conversation.
  • Skills became a full workflow. Skills turn a repeatable way of working into reusable instructions. 2.0 connects the whole path, create, validate, install, and review, plus a self-learning mode that can turn durable corrections into proposed skill improvements. It's a more governed version of the pattern I've seen teams reinvent for support tagging.
  • Automations replaced cron (in name). Scheduled work now lives under one "Automations" name across the agent, UI, CLI, and docs, though existing openclaw cron commands and schedule syntax still work. History now separates whether a job ran, whether its result was delivered, and whether the whole request completed.
  • Browser and Computer Use went deeper. OpenClaw can drive signed-in browser sessions through an isolated managed profile or the exact Chrome tabs you share via an official extension. Computer Use works on paired Macs and enabled Windows machines; Linux control is still experimental.
  • Plugins are manageable from the UI. Admins can browse, install, enable, and remove plugins and vetted MCP connectors from the Control UI, with source review for managed installs, similar to how you'd wire tools into Claude Code via MCP.
  • Native apps grew up. iPhone, iPad, and Android bring voice and attachments into chat, macOS adds a Quick Chat shortcut from the menu bar, and there's even Wear OS and Apple Watch support.

If you came in through a specific channel, the channel work is worth a look too: Telegram got richer media, Slack keeps live progress and the final answer together, Discord added voice rooms, and WhatsApp remains a popular front door.

The catch: you still own the hard part

Here's where I'd be doing you a disservice if I only cheered.

OpenClaw 2.0 is more capable and much easier to start, but the fundamental tradeoff of a self-hosted agent hasn't moved. The project's own docs are blunt about it: treat inbound messages as untrusted input, and tools run on the host for the main session unless you configure sandboxing. That's not a knock, it's just what owning the runtime means. It's also why an AI agent is a different animal from a rule-based chatbot: the power to act is the same power that needs guarding.

This is the same reason a self-hosted setup and an open-source chatbot platform both put more on your plate than a hosted product does. The community has been clear-eyed about it for a while. One of the most-upvoted Hacker News threads on the project calls it "a security nightmare" dressed up as a daydream, and the concern is specific, not vague:

Hacker News

"OpenClaw, for all the cool and flashy uses, is also basically an infinite generator for lethal trifecta problems because its whole pitch is combining your data with tools that can both read and write from the public internet."

2.0 does real work here, binding approvals to the exact request and session, and letting protected credentials reach a destination without becoming model-visible text. But the structural facts remain: schedules only fire while your Gateway is running, so uptime is yours; and there's no vendor SLA because there's no vendor. The token bill is yours too, and the community's own numbers on that are the honest headline, not the free license.

For a personal power-user, that ownership is the whole point. For a team trying to put an agent in front of customers, it's a pile of operational work that has nothing to do with the actual support.

Where a hired teammate fits instead

This is the distinction I keep coming back to: OpenClaw is infrastructure, and eesel is the employee.

OpenClaw hands you a powerful runtime and asks you to assemble the agent, host it, secure it, and keep it alive. That's the right call when you want a personal agent you fully own. It's the wrong call when what you actually need is a job done, reliably, in front of real customers.

eesel is an AI teammate platform: you hire ready-to-work teammates for a specific job, and each one arrives with the skills, integrations, and company context for its role. The AI helpdesk teammate joins your existing support queue, trains on your past tickets and help center, and, crucially, can be simulated against your own historical tickets before it ever answers a live customer. We built that simulation step because we've watched confident-sounding bots quietly give wrong answers, and a dry run over real tickets is the only way to catch it before your customers do. There's a second teammate, an AI blog writer, on the same platform, so you're hiring for the role rather than wiring up a raw model yourself. If you're pricing the trade against headcount, the AI vs human agents cost breakdown and our notes on measuring AI support ROI both help.

None of that replaces OpenClaw for the tinkerer who wants to own their stack. It's the answer for the reader who read "you own the uptime and the blast radius" and thought, that's exactly the part I don't want to own. If you want to compare the DIY route against managed options honestly, my best AI agents roundup is a good starting point, and there's a small-business version too.

My take

OpenClaw 2.0 is the release that turns the most-starred repo on GitHub from a viral personal-agent curiosity into something a team can actually share. The multiplayer shift is the real story, the setup rebuild removes the biggest reason people bounced, and the sheer scale of the update signals a project with serious momentum behind it.

It's also still a self-hosted runtime that hands you the keys and the responsibility in equal measure. That's a feature if ownership is what you're after, and a cost if you just want the work done. Know which one you are before you run the installer, and you'll be happy with whichever way you go.

Want the shortlist of hosted options for support specifically? Start with the best AI agent for customer service, or see real examples of AI agents already doing the job.

Frequently Asked Questions

What is OpenClaw 2.0?
OpenClaw 2.0 is release v2026.8.1, announced on 30 August 2026 and described by the project as by far the largest update in OpenClaw's history. It bundled 16,977 pull requests from 987 contributors into one release, roughly half of all PRs ever merged. It's still the same MIT-licensed, self-hosted OpenClaw agent, just with rebuilt setup, a new web UI, and shared cloud sessions.
What's new in the OpenClaw v2026.8.1 update?
The headline change is multiplayer: shared cloud sessions let a team work inside one agent conversation and hand off with context intact. Beyond that, setup now reuses your existing ChatGPT or Claude sign-ins and local models, the browser Control UI was rebuilt to feel like ChatGPT or Claude, memory can recall across an agent's own conversations, and cron was folded into a renamed Automations system. See the OpenClaw review for the fuller picture.
Is OpenClaw 2.0 free?
Yes. OpenClaw is MIT-licensed and there's no paid or hosted tier from the project itself. Your real bill is the machine you run it on and the model tokens it burns, which is why OpenClaw pricing questions almost always come back to token spend rather than a subscription. Guided setup can also reuse an existing ChatGPT or Claude subscription instead of raw API keys.
Does OpenClaw 2.0 support teams now?
Sort of. Version 1.x was explicitly "designed for a single operator," and 2.0's shared cloud sessions add the first real path to bring another person into live work. It's genuine multiplayer for collaboration, but there's still no seat model, no admin console, and no per-user audit tier, so it's closer to a shared workspace than a managed platform. Teams that want roles and reporting usually reach for a hosted AI helpdesk agent instead.
How do I install or update to OpenClaw 2.0?
Fresh installs use the same installer script or the openclaw npm package, and 2.0 rebuilt onboarding to detect what's already on your machine before asking you to configure anything. If you're upgrading an existing Claw, the supported update path now inspects your install before replacing it and keeps the previous CLI runnable if a candidate looks unsafe. The GitHub integration and other plugins carry over.
What are the best OpenClaw alternatives?
It depends what you're using it for. For a personal always-on agent, the closest peers are other self-hosted harnesses and coding agents like Claude Code. For customer-facing support, you'd compare against a hosted AI agent for customer service rather than a DIY setup. My roundup of OpenClaw alternatives breaks the options down by use case.
Is OpenClaw 2.0 safe to run?
It can be, with care. OpenClaw's own docs tell you to treat inbound messages as untrusted and warn that tools run on the host unless you configure sandboxing, and 2.0 tightened approvals and credential handling in response. The tradeoff is real: you own the uptime and the blast radius because there's no vendor SLA. That's the core difference between running OpenClaw and hiring a managed teammate that runs in someone else's hardened environment.

Share this article

Rama Adi Nugraha

Article by

Rama Adi Nugraha

Rama is a software engineer at eesel AI with two years of experience writing about B2B SaaS, AI tools, and customer support technology. Based in Bali, Indonesia, he brings a developer's perspective to product comparisons — cutting through marketing copy to what the integrations and APIs actually do.

Related Posts

All posts →
Editorial illustration for a guide to OpenAI's GPT-6 Astra model
Trending

GPT-6 Astra: what it does, what it costs, and the catch

OpenAI's GPT-6 Astra launched on 3 September 2026. Here is what actually changed, the real benchmark story, the $10/$50 pricing, and how to get access.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieSep 4, 2026
A lineup of small hobby robots on a workbench: a two-legged robot, a robot dog, a desktop companion, and a robotic arm
Trending

7 best Microduck alternatives in 2026: robots you can actually buy

Sold out or scared off by the 4-6 month wait? Here are the best Microduck alternatives in 2026, from the $289 Petoi to the $13,500 Unitree G1, with real prices.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieAug 30, 2026
A cartoon two-legged robot duck waddling between two makers at a workbench
Trending

Microduck: Hugging Face's $399 open-source robot duck, explained

Microduck is Hugging Face's $399 open-source biped you train with reinforcement learning. Here's what it is, what it can do, and whether it's worth pre-ordering.

Alicia Kirana UtomoAlicia Kirana UtomoAug 30, 2026
Skild AI S1 robotics foundation model that learns a task from a single video demonstration
Trending

Skild AI S1: the robot brain that learns from one video

Skild AI's S1 learns a brand-new robot task from a single video, no retraining. Here's what the 66%-vs-9% benchmark means and why it's a real step-change.

Alicia Kirana UtomoAlicia Kirana UtomoAug 30, 2026
Cohere Parse 5 turning a document into a structured table
Trending

Cohere Parse 5: what it is, how it works, and what it costs

A plain-English guide to Cohere Parse 5: the price-over-accuracy tradeoff it makes, the ParseBench numbers, pricing, and where it fits in a RAG stack.

Alicia Kirana UtomoAlicia Kirana UtomoAug 30, 2026
Hand-drawn illustration of a kitesurfer flying a browser window as a kite beside the Cloudflare cloud mark, with a small server stack on the shore
Trending

Cloudflare Kitesurf: the agent browser that trades speed for scale

Cloudflare built a browser for AI agents in twelve weeks, with no Chromium underneath. It uses 3 to 7x less CPU and memory than Chromium and takes 1.7 to 1.8x longer on the clock. Browser Run bills the clock. Here is the architecture, the benchmark read honestly, the compatibility gate, and the arithmetic on who this is actually cheaper for.

Rama Adi NugrahaRama Adi NugrahaAug 24, 2026
One plugin package feeding several different AI coding agents at once
Trending

Agent Plugins: the new open standard for AI agent extensions

Agent Plugins 1.0.0 shipped on 6 August 2026 with AWS, Cursor, Microsoft, OpenAI and Vercel behind it. Here is what it standardizes, and what it leaves out.

Rama Adi NugrahaRama Adi NugrahaAug 6, 2026
Shadow, the AI interface for Mac, review cover illustration
Trending

Shadow review (2026): the AI interface for Mac

My hands-on Shadow review: the bot-free AI interface for Mac that transcribes meetings on-device, runs custom Skills from a shortcut, and costs $8 a month.

Alicia Kirana UtomoAlicia Kirana UtomoJul 8, 2026
Illustration of a scientist connecting through a central hub to a robotic arm, microscope, and liquid handler
Trending

Anthropic's Model Hardware Standard (MHS): what it is and why it matters

A plain-English guide to Anthropic's Model Hardware Standard (MHS): what it is, how the driver works, the pilot results, and the open catch.

Rama Adi NugrahaRama Adi NugrahaSep 4, 2026

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free