OpenClaw Rolls Out 2026.9.5 Featuring Atomic Updates, Hot Plugin Reloading, Shareable Conversations, and Enhanced GPT Live
OpenClaw 2026.9.5 brings Atomic Updates that keep the current agent running while a new version is validated on a private copy, rolling back if anything fails—solving the long-standing problem of updates breaking self-hosted agents. The release also adds plugin hot reload, read-only conversation sharing, expanded GPT Live for Meet, Teams, and Zoom, shared browser pages, conversation archiving, and guided specialist-agent setup, built from over 4,000 pull requests.
OpenClaw, the open-source, MIT-licensed personal AI agent that users run on their own machines, has released version 2026.9.5. The update's headline feature, Atomic Updates, directly addresses a persistent pain point: upgrades that could leave a working agent completely broken. Given that many users rely on OpenClaw as their only agent, this release matters to anyone self-hosting the platform.
The Gateway component connects language models, tools, and chat channels including Telegram, Slack, and Discord. Version 2026.9.5 is now the latest tag on npm, is fully self-hostable, and requires Node 24.16+ or 26.1+.
Why Updates Kept Breaking
In a blog post with maintainer Jason Sy, the team explained the core problem. Before this release, an update had two possible outcomes: incremental improvement or catastrophic failure. In the failure scenario, the old version went down too, leaving no agent online to assist with repairs.
Two factors made the situation especially difficult. First, OpenClaw has thousands of configuration options, making it nearly impossible to test every permutation. Second, maintainers rarely experienced the problem themselves, since as developers they could ask Claude or Codex to handle their updates. For many users, however, the agent is their sole assistant. The OpenClaw 2.0 launch in early September pushed the issue past the point of being ignored.
How Atomic Updates Work
According to the team, the necessary building blocks already existed within the upgrade process — they were simply in the wrong order. The revised flow runs as follows:
- The existing Gateway keeps running while the update is prepared.
- The next version is validated against a private copy of your setup.
- OpenClaw switches over, then verifies the updated installation.
- If anything fails, it rolls back to the last known working configuration.
Because a working agent is always preserved, it can help diagnose why an upgrade failed. A new issue-reporting button for updates has also been added.
The release notes spell out the limits. Atomic Updates apply only on supported update paths, and rolling back the application cannot reverse database migrations. The private validation copy is not a backup, so users should keep a verified backup before upgrading. If an interactive update fails, AI-assisted repair only begins after you opt in with "Yes" — it uses your account and tokens, and a 30-second timeout skips it entirely.
What Else Is in 2026.9.5
The release bundles 4,179 pull requests plus 64 direct commits, crediting 502 contributing accounts. Beyond Atomic Updates, several other features land:
- Plugin hot reload: supported plugins can be installed or reloaded without restarting the Gateway, via the CLI or an authorized chat command. The CLI accepts multiple plugins in a single command.
- Conversation sharing: Session Share grants read-only access to selected conversation groups for teammates on another paired installation. Recipients see conversation text and eligible forks, but not subagents, tool activity, or reasoning. Note that revoking access cannot recall content already received.
- Expanded GPT Live: you can speak while GPT Live responds in supported Meet, Teams, and Zoom meetings, and it can consult your OpenClaw agent during meetings or phone calls. Live is audio-only; the docs point to gpt-realtime-2.1 for camera use.
- Shared browser pages: a shared Browser dashboard lets you and your agent work on the same page, running on a local OpenClaw-managed browser profile rather than your laptop's cookies.
- Conversation archiving: cold storage compresses older, inactive history. Disabled by default, it archives after 30 days once enabled. Reopening a conversation restores it and makes it searchable again.
- Specialist-agent setup: guided setup can create a chief of staff, researcher, writer, and reviewer — or a single specialist. Nothing is created until you approve the proposal.
One warning applies to everyone upgrading: this release modifies the conversation database even with archiving turned off, so going back requires the matching older build plus a backup.
How to Install or Upgrade
New users can install via the official script:
```
curl -fsSL https://openclaw.ai/install.sh | bash
```
If you already manage Node.js, install the published package:
```
npm install -g openclaw@latest --allow-scripts=openclaw
openclaw onboard --install-daemon
```
Existing users can simply run `openclaw update`, and manual paths are documented in the updating guide. The release also adds a FreeBSD CLI install route using system Node and npm.
What to Watch Next
With 4,179 pull requests from 502 contributors, this release shows how quickly the self-hosted agent ecosystem is maturing. The key question ahead is whether Atomic Updates holds up under real-world edge cases — the team's own notes acknowledge that rollback cannot undo database migrations, so backups remain essential even as the upgrade process becomes far safer.
Meta description: OpenClaw 2026.9.5 ships Atomic Updates that keep a working agent online during upgrades, plus plugin hot reload, Session Share, and expanded GPT Live.
Tags: OpenClaw, Atomic Updates, open-source AI agent, plugin hot reload, GPT Live
Featured image: abstract technology style — glowing node network with a circular rollback/refresh motif, no people, logos, or text.
Comments
No comments yet. Be the first to comment.