The developers of the open-source AI agent framework OpenClaw released version 2026.8.1 as "OpenClaw 2.0" on 2026-08-31. Over 16,000 pull requests from 933 contributors (including 569 first-time participants) were incorporated, covering nearly all areas from installation to the native application.

While the previous 1.x series saw 106 releases over 230 days, approximately seven weeks were dedicated to this single version for 2.0. The official blog post, titled "OpenClaw 2.0, Accidentally," explained that the version number 2.0 was not part of the original plan. However, while working on simplifying onboarding and rebuilding the browser app, it became necessary to reconstruct the entire foundation, resulting in a major release encompassing nearly half of all cumulative PRs.

Key changes include a guided setup process that automatically detects and utilizes existing assets on the device, such as the Claude CLI, ChatGPT subscriptions, API keys, and local LLMs. The browser application (Control UI) was rebuilt from scratch, integrating sessions, files, and settings into a conversation-centric interface. The storage for sessions and conversation logs has migrated from file-based to SQLite; reverting to previous versions requires the restoration of pre-migration data. Additionally, "Shared Cloud Sessions," allowing multiple users to work within the same session, have been introduced.

Regarding security, over 400 fixes were implemented. However, Brandon Vigliarolo of The Register pointed out that sandboxing remains disabled by default, secret stores are not encrypted upon saving, and shared sessions do not function as tenant isolation or security boundaries.

The developers had announced their move to OpenAI and the transfer to a foundation in February 2026, making 2.0 the first major version under the foundation's management. The developers issued a warning that the beta version "2026.9.1-beta.1" was mislabeled and is actually 2026.8.1-beta.4, meaning it is not a newer version than the stable release.


Sources