OpenClaw 2.0 release
TECH

OpenClaw 2.0 release

40+
Signals

Strategic Overview

  • 01.
    OpenClaw 2.0 (version 2026.8.1) is the largest update in the project's history, touching installation, messaging, memory, skills, models, automations, the browser and native apps, plugins, and security.
  • 02.
    The release was built by 933 contributors, including 569 first-time contributors, across more than 16,000 merged pull requests.
  • 03.
    Setup is simplified: OpenClaw now detects existing resources on a user's machine, such as ChatGPT or Claude subscriptions, API keys, and local Ollama or LM Studio models, before asking the user to configure anything.
  • 04.
    The browser Control UI was rebuilt to bring conversations, files, approvals, configuration, and live agent activity into one workspace, and now starts in about 575ms versus 1.6 seconds previously, with startup JS requests cut from 140 to 45.
  • 05.
    Session and transcript storage was migrated from JSONL and flat text files to local SQLite databases; downgrading to a prior version requires manually restoring the legacy file-based artifacts.
  • 06.
    Security additions include stronger sandboxing built on Docker or Podman, role-based permissions, request-specific approvals, command permissions scoped to arguments, a protected credentials Secret Store, plugin provenance checks, and a new 'openclaw security audit' command.
  • 07.
    Despite the security overhaul, sandboxing and execution approvals remain off by default, and documentation explicitly states shared-session controls are not a tenant isolation boundary.

The Accidental Rewrite

OpenClaw 2.0 didn't start as a plan to rewrite the project; per the project's own post-mortem, 'OpenClaw 2.0, Accidentally,' it grew into the largest update in the project's history almost by accumulation, eventually touching installation, messaging, memory, skills, models, automations, the browser and native apps, plugins, and security all at once [1]. That scope makes sense given who built it: 933 contributors, including 569 first-time contributors, merged more than 16,000 pull requests into the release [2]. Chief Architect Vincent Koc has said the release represents roughly 50% of all pull requests merged into OpenClaw since the project's inception, and that the team built OpenClaw 2.0 using OpenClaw itself, running on local model inference [2]. The cost of that scope creep shows up in cadence too: a project that had shipped 106 releases in the prior 230 days went quiet for about seven weeks before 2.0 landed [2].

Multiplayer for Agents, With an Asterisk

The headline feature is what OpenClaw calls shared cloud sessions: multiple people can join a single running agent session, retain its full context, and hand a task off between users, turning agent work into something closer to multiplayer collaboration than a solo assistant [3]. Founder Peter Steinberger frames this as a genuine leap, describing the shift from individual, local coding harnesses to shared, cloud-based multiplayer sessions as a major change in how people use agents to build software [3]. Solvely CEO Colin Johnson, an enterprise user, has pointed to concrete benefits from shared-session workflows in practice [3]. The asterisk is that this collaboration layer is explicitly not a security boundary: OpenClaw's own documentation states that shared-session controls do not provide tenant isolation, meaning the multiplayer convenience and the trust model are two separate questions [4].

Security Hardened, But Still Off By Default

OpenClaw 2.0's security additions are real: stronger Docker- or Podman-based sandboxing, role-based permissions, request-specific approvals, command permissions scoped to arguments, a protected credentials Secret Store, plugin provenance checks, and a new 'openclaw security audit' command [4][5]. The release also reports strong results in a prompt-injection test arena, succeeding against attacks only 0.5% of the time when matched against Claude Opus 4.5 and 8.5% of the time against Gemini 2.5 Pro [4]. But The Register's analysis argues the update improves usability without fixing the underlying default-insecure posture: sandboxing and execution approvals remain opt-in rather than on by default, and the Secret Store's values are not encrypted at rest, relying instead on filesystem permissions for protection [5]. That gap matters against a documented track record - security researchers have logged 10 CVEs against OpenClaw in the six months before this release, and Snyk found more than 7% of skills in ClawHub, OpenClaw's marketplace, contained flaws that exposed sensitive credentials [5]. Gartner director analyst Jaishiv Prakash frames the stakes for enterprises: agent security has to be addressed holistically across runtime, memory, and integrations, with enforceable trust boundaries and identity and data isolation in place before organizations adopt agent platforms like OpenClaw at scale [6].

The Upgrade Path People Are Actually Living Through

Much of the public reaction has focused less on the feature list and more on how the upgrade actually feels. On Reddit, r/openclaw discussion split between praise for the new Control UI and detailed, technical complaints specifically about upgrading an existing install rather than doing a clean one - users described repair scripts needing multiple passes, broken gateways, and wiped automations, and the community's emerging consensus is to do a clean install and back up first rather than upgrade in place. On X, the official announcement drew broad, largely celebratory reach, but a vocal critical minority pushed back hard on the polish of the release, arguing the setup experience fell short given the project's resources and backing, a critique that reportedly drew a defense from an OpenClaw team member. YouTube creators, meanwhile, framed 2.0 less as an incremental patch and more as a direction shift, describing OpenClaw moving from a smart assistant to a persistent agent with memory, a real workspace, and the ability to work together with other people and other agents, alongside the vendor's own framing that one agent setup equals one trust zone for shared sessions. Together, the upgrade friction and the multiplayer ambition read as two sides of the same fast-moving release.

Historical Context

2026-02-15
Steinberger, OpenClaw's creator (project previously named Clawdbot, then Moltbot), joined OpenAI to work on next-generation personal agents; OpenClaw was simultaneously spun out into an independent open-source foundation that OpenAI agreed to continue supporting.
2026-08-31
OpenClaw 2.0 (v2026.8.1) released after roughly seven weeks without a shipped release - a notable pause for a project that had shipped 106 releases across the prior 230 days.
2026
OpenClaw gained rapid viral popularity as an 'AI that actually does things' (calendar management, flight booking, etc.), reportedly gaining 147,000 GitHub stars within weeks of its initial launch.

Power Map

Key Players
Subject

OpenClaw 2.0 release

OP

OpenClaw Foundation

Independent 501(c)(3) nonprofit that now governs the open-source OpenClaw project; formed after founder Peter Steinberger joined OpenAI in February 2026.

PE

Peter Steinberger

Founder/creator of OpenClaw (formerly Clawdbot, then Moltbot); joined OpenAI in February 2026 to work on next-generation personal agents while OpenClaw continued as an open-source foundation project.

OP

OpenAI

Supporting sponsor/partner of the OpenClaw Foundation (not the owner); employs Steinberger and publicly committed to continue supporting OpenClaw as open source.

MI

Microsoft, GitHub, NVIDIA, Atlassian, Tencent

Additional partners of the OpenClaw Foundation alongside OpenAI, per reporting on the Foundation's governance structure.

VI

Vincent Koc

OpenClaw Chief Architect, described the release as containing roughly 50% of all PRs since the project's inception and noted the team built OpenClaw 2.0 using OpenClaw itself and local model inference.

GA

Gartner

Research firm whose director analyst Jaishiv Prakash publicly commented on the security implications of the OpenClaw 2.0 release for enterprises.

NO

Nous Research (Hermes Agent)

Competitor project cited in comparison coverage; Hermes emphasizes procedural memory and security-on-by-default, contrasted with OpenClaw's broader ecosystem support and opt-in sandboxing.

CO

Colin Johnson (Solvely CEO)

Enterprise user quoted describing benefits of multiplayer/shared session workflows in OpenClaw 2.0.

Fact Check

7 cited
  1. [1] OpenClaw 2.0, Accidentally
  2. [2] OpenClaw 2.0 Release
  3. [3] OpenClaw 2.0 Is Here: What It Means for Enterprises
  4. [4] OpenClaw Releases OpenClaw 2.0: Guided Model Setup, 575 ms Control UI Startup, and One Trust Boundary Per Gateway
  5. [5] OpenClaw 2.0 Pours Glitter on Slow-Burning Security Dumpster Fire
  6. [6] OpenClaw Rolls Out System-Wide Overhaul, Updates Security Controls Across Agent Platform
  7. [7] OpenClaw 2.0 Is Here: What's New

Source Articles

Top 5

THE SIGNAL.

Analysts

Argues agent security must be addressed holistically across runtime, memory, and integrations, and that enterprises need enforceable trust boundaries and identity/data isolation before adopting agent platforms like OpenClaw at scale.

Jaishiv Prakash (Director Analyst, Gartner)
Cautionary, enterprise-security-focused

Says enterprises must scrutinize whether execution, memory, credentials, and connectors carry enforceable trust boundaries before deployment.

Jaishiv Prakash (Director Analyst, Gartner)
Cautionary

Contends OpenClaw 2.0 improves usability without fixing the underlying default-insecure posture - sandboxing remains opt-in and shared-session controls are explicitly not a security boundary.

The Register (staff analysis)
Critical of default security posture

Frames the shift from individual local coding harnesses to shared, cloud-based multiplayer sessions as a major leap in how people use agents to build software.

Peter Steinberger (OpenClaw founder)
Positive/optimistic about multiplayer workflow shift
The Crowd

OpenClaw 2.0 has arrived https://t.co/52iWXJQvCy

@@openclaw6726

I tried OpenClaw 2.0, and it's a total disaster. Peter Steinberger has basically unlimited support from OpenAI, infinite tokens, backing from giants like NVIDIA, tailored model optimizations, and an incredibly talented team. Yet after all this time, OpenClaw still just doesn't

@@Da7_Tech987

#OpenClaw 意外进入 2.0 时代,该项目发布迄今为止规模最大的更新,合并超过 1.6 万份 PR。 原本开发团队只是准备简化安装流程并重做浏览器端,但随着重构规模不断扩大,最终几乎触及整个项目。

@@landiantech25

OpenClaw 2.0 has landed (v2026.8.1)

@u/hannesrudolph205
Broadcast
OpenClaw 2.0 is here.

OpenClaw 2.0 is here.

OpenClaw 2.0 Just Changed AI Agents!

OpenClaw 2.0 Just Changed AI Agents!

OpenClaw 2.0 (All New Updates Explained): These NEW UPDATES to OpenClaw is ACTUALLY CRAZY!

OpenClaw 2.0 (All New Updates Explained): These NEW UPDATES to OpenClaw is ACTUALLY CRAZY!

OpenClaw 2.0 release — AI News | Agentic Brew