OpenClaw · 2026-09-19 · major
OpenClaw 2026.9.5 — plugins hot-reload and GPT Live joins your calls
OpenClaw 2026.9.5 installs plugins without restarting the Gateway and adds GPT Live, which puts the agent in meetings and phone calls. The release lands 4,179 pull requests from 502 contributing accounts.
Plugins now install while the Gateway keeps running, and OpenClaw 2026.9.5 can sit in a meeting or a phone call with you.
Key specs
| Pull requests merged | 4,179 |
|---|---|
| Contributing accounts | 502 |
Quick facts
| Version | v2026.9.5 |
|---|---|
| Maker | OpenClaw (open-source project) |
| Language | TypeScript |
| Released | 19 September 2026 |
| What's new | Atomic updates, plugin hot reloading, conversation sharing, GPT Live, shared browser pages, conversation archiving, guided specialist teams |
| GitHub stars | 390,160 |
What is it?
Plugin hot reloading arrives in OpenClaw 2026.9.5: a plugin installs without a Gateway restart, so the agent stays up while you add to it. The same release adds GPT Live for meetings and phone calls, read-only conversation sharing, shared browser pages you can work on next to the agent, and conversation archiving. OpenClaw is an open-source agent runtime that connects a model to your machine, your terminal and your apps.
How does it work?
Updates in 2026.9.5 are atomic — the installer checks the next version before it switches over, instead of swapping packages first and finding out afterwards. Guided specialist teams turn multi-agent setup into a wizard that creates named roles such as chief of staff, researcher, writer and reviewer, and generates an avatar for each one during setup. Shared browser pages let a person and an agent look at the same page together.
Why does it matter?
A self-hosted gateway that has to restart for every plugin is a gateway your team notices. Hot reloading removes that pause, and the atomic update check removes the other common outage — a release that only reveals its problems once it is already installed. GPT Live extends where the agent can be used at all, from the chat window to live calls, and read-only sharing lets you hand a colleague a conversation without giving away write access.
Who is it for?
self-hosters and teams running OpenClaw gateways
Frequently asked questions
- How big is the OpenClaw 2026.9.5 release compared with the last one?
- OpenClaw 2026.9.5 merges 4,179 pull requests and 64 direct commits from 502 contributing accounts, well above the 1,558 pull requests and 293 contributors that shipped in 2026.9.4 a week earlier. The release notes and the changelog carry identical content in two formats — an expandable page on docs.openclaw.ai and a plain Markdown file in the repository.
- Does OpenClaw 2026.9.5 break anything on upgrade?
- OpenClaw's published release notes for 2026.9.5 list no breaking-change or upgrade-note section. The release instead makes updating safer: atomic updates verify the next version before switching over, and migrated default agents and approved-workspace setups are preserved across restarts, which earlier versions could lose.
- What can OpenClaw's shared browser pages and conversation sharing actually do?
- Shared browser pages in OpenClaw 2026.9.5 let you work on a page alongside the agent rather than watching it drive alone. Conversation sharing is read-only: someone you share with can read the discussion history but cannot edit it. Archiving is separate again — it files a conversation away so you can come back to it later.
- Where does OpenClaw 2026.9.5 run?
- OpenClaw 2026.9.5 is a self-hosted TypeScript gateway published on GitHub under the openclaw/openclaw repository, which now carries about 390,000 stars. This release improves FreeBSD command-line installation, gives Docker containers access to workspace files, and adds device pairing guidance for connecting a new machine.