Six Months After Steinberger Left for OpenAI, OpenClaw Just Shipped Its Biggest Update
- David Borish

- 9 minutes ago
- 5 min read

OpenClaw shipped version 2.0 on August 30, 2026, and by the numbers alone it is the largest release in the project's history. Community lead Hannes Rudolph put the count at 933 contributors, 569 of whom had never submitted a pull request before, across more than 16,000 merged pull requests, roughly half of every pull request ever merged into the project. Independent coverage from GBHackers and Gizbot corroborated the same figures within hours of release. The update touches nearly every layer of the platform: installation, messaging, memory, skills, model integration, automations, the browser and native apps, plugins, and security.
That scale matters beyond the release notes. When Steinberger announced in February that he was joining OpenAI and handing OpenClaw to an independent foundation, the open question, one this outlet covered in detail at the time, was whether a single-maintainer project could keep shipping once its maintainer left. OpenClaw 2.0 is the first release built entirely under the foundation structure the project stood up on July 8, with a paid engineering team led by chief architect Vincent Koc, and it landed with a growth curve that kept climbing rather than shrinking.
Getting to the Release Took Longer Than Usual, on Purpose
OpenClaw's shipping cadence before this update was unusually fast: 106 releases in 230 days, most within a day or two of the previous one. Going nearly seven weeks without a release broke that pattern, and Rudolph's post frames the pause as intentional rather than a slowdown. The team was growing, and the volume of incoming work outgrew both the codebase's foundation and the process used to ship it, so both were reworked at once rather than shipping quickly and risking a broken upgrade path for existing users.
That tradeoff shows up in what the release actually contains. Roughly half of all pull requests ever merged into OpenClaw landed in this one update, which the team weighed against the risk of shipping something that worked for new installs but broke people's existing setups.
Setup Gets Shorter, the Browser App Gets Real
The first concrete change is installation. New users now start from what is already on their machine, existing ChatGPT or Claude subscriptions, API keys, or local models, rather than working through a full configuration pass before their first conversation. Nonessential settings moved out of initial setup entirely, so people can finish configuring the agent by talking to it after they are already using it.
The browser app got the larger rebuild. It is where most people have their first OpenClaw conversation, and 2.0 turns it into what the release notes call a first-class experience: a place to keep configuring the agent, pick up ongoing work, or watch a task run live. That is a meaningful shift for a project whose interface, until now, ran through whatever messaging app a person already used. Earlier versions treated the browser as a secondary control panel bolted onto a messaging-first product. The rebuilt version opens directly into an active conversation with the agent, which changes the project's default entry point from Telegram or WhatsApp to a self-contained web session, without removing the messaging channels that made OpenClaw popular in the first place.
The Workflow Ladder, and Why Multiplayer Matters More Than It Sounds
Rudolph's post describes a deliberate on-ramp. A simple OpenClaw setup might watch one inbox for a child's school emails and send a Telegram alert when something needs attention: one input, a narrow filter, one output, and that alone is useful. The same setup can extend without added complexity. If a family member sends an iMessage asking about a purchase, the person can tell their agent about the message and ask it to check email and reply, and the agent handles the lookup and the reply without the person opening their inbox.
The same progression showed up inside the team building the release. As OpenClaw's own staff leaned on their agents for more of the release work, they needed to hand tasks off or work on them together, and the platform had no way to bring a second person into a session without losing what the agent already knew. Shared cloud sessions fix that, turning OpenClaw into a tool a team can hand off mid-task with context intact rather than something that lives on one person's machine. The foundation says its own team now uses this multiplayer mode to build OpenClaw itself.
Security Gets the Same Treatment as the Interface
The credential and security work in 2.0 is a direct response to a documented problem. Researchers had previously found more than 21,000 exposed OpenClaw instances on the public internet and identified malicious skills circulating through the community skill marketplace, which is a genuine risk for a tool designed to hold API keys, messaging accounts, and access to local models in one place. GBHackers' reporting on the release frames the setup simplification and the security overhaul as connected: fewer manual configuration steps during first run means fewer places where a credential can be exposed or misconfigured before a user has any experience with the tool. That is a narrower, more concrete security claim than a general hardening pass, and it is the right one for a project whose main historical vulnerability has been careless self-hosted deployments rather than the core software itself. A self-hosted agent that holds API keys, messaging-account access, and control over local models in one place carries a different risk profile than a hosted chatbot, because a single exposed instance can leak all three at once rather than one account. Reducing the number of manual steps a new user has to get right before the agent is even useful addresses that risk at the point where most of it has historically originated.
Where This Fits the Broader Open-Prem Picture
OpenClaw already occupies a specific place in the Open-Prem Inflection Point V3 framework as one of the frameworks enabling autonomous AI agent workforces to run on local hardware rather than rented cloud compute. Nothing in 2.0 changes that thesis, but the release reinforces it in a specific way: an open-source agent platform just absorbed the largest single update in its history, shipped by a foundation rather than a company, without slowing its growth in contributors or resetting the trust that made it worth self-hosting in the first place. That was the unresolved question raised when Steinberger left for OpenAI in February, when this outlet detailed the acqui-hire and the skepticism from figures like xAI's Igor Babuschkin and investor Jason Calacanis about whether an OpenAI-adjacent foundation could really stay independent. Eight months and one 16,000-pull-request release later, the project's growth curve has not bent toward its former maintainer's new employer. It bent toward more contributors doing more work under a governance structure built specifically to outlast any one person's involvement.
What to Watch Next
The near-term test sits in adoption more than in code. Whether new users actually reach a working setup faster, whether the shared cloud sessions get used outside OpenClaw's own team, and whether the credential-protection changes measurably reduce the rate of exposed instances are all answerable with data the foundation and outside researchers can track over the next few months. The foundation's own framing, that it is not selling anything and is asking to be held accountable by the people using and building the software, is a specific commitment that a later release cycle can be checked against.
About the author: David Borish is a journalist and analyst covering frontier AI, cybersecurity, and enterprise AI deployment economics. He is the author of the forthcoming book The Tony Hawk Paradox, which examines how capabilities proven in controlled or simulated environments transfer into broader real-world systems. More at davidborish.com.
