OpenClaw 2.0 is more than a visual refresh. The release brings together long-running changes to installation, messaging, memory, skills, models, automations, the browser, native apps, plugins, and security. New users get a shorter path to a working assistant, while existing users need to pay closer attention to configuration compatibility and post-upgrade behavior.

This guide reflects official information available on September 1, 2026. OpenClaw changes quickly, so check the current release notes before running an update command.

What changed in OpenClaw 2.0

The central idea is getting to a useful Claw sooner. Initial setup now tries to work with subscriptions, API keys, and local models already available on the computer. Less urgent configuration can wait until after the first conversation, when the user has a clearer reason to add channels, skills, or automations.

OpenClaw also rebuilt the Control UI. The browser is now a primary place to configure the system, return to sessions, and follow active work. Advanced options still exist, but users do not have to understand every surface during onboarding.

How the browser experience changed

The new interface organizes work around sessions. The Gateway owns session state and the browser presents it, so closing a tab does not automatically cancel a running task. A user can reopen the interface and return to an existing session instead of starting from an isolated chat.

The default local Control UI address is normally:

http://127.0.0.1:18789/

If the page does not load, inspect the Gateway before repeatedly refreshing:

openclaw gateway status
openclaw doctor

The Control UI can expose work content, device approvals, and access credentials. Do not publish the local endpoint directly to the internet, and keep pairing links and tokens out of screenshots.

What shared sessions mean

OpenClaw 2.0 emphasizes Gateway-owned session state. Supported browser, mobile, terminal, and coding clients can continue the same task without exporting its transcript. Shared cloud sessions can also let a teammate join or take over work while preserving context.

Shared does not mean public by default. Before enabling a multi-user workflow, identify who owns the Gateway, who can read each project, where model credentials live, and which tools each participant may execute. Remote access is not a reason to disable authentication or grant everyone administrative permissions.

How a new user should start

Before installing, use the OpenClaw installation overview to compare desktop apps, official scripts, and package managers. After installation, run onboarding:

openclaw onboard --install-daemon

Start with one model and one low-risk task, such as summarizing a nonsensitive local document or organizing files inside a test folder. Confirm that messages, tool approvals, and Gateway restarts behave as expected before connecting mail, messaging accounts, or production data.

Checklist before upgrading an existing install

Record the current version, update channel, and Gateway state first:

openclaw --version
openclaw update status
openclaw gateway status

Then complete these checks:

  • Back up OpenClaw configuration, workspaces, and important session data.
  • Record active model providers, channels, plugins, and custom skills.
  • Confirm that the installed Node.js release is supported.
  • Read official notes from the current version through the target release.
  • Prepare a pause procedure and manual fallback for important automations.

Do not upgrade while critical work is running. For a team Gateway or scheduled automations, test in an isolated environment and choose a maintenance window.

How to verify the upgrade

Finishing the package update is not the same as completing a migration. Verify at least four layers:

  1. openclaw --version reports the intended release.
  2. openclaw doctor reports no unresolved dependency or configuration problem.
  3. The Gateway starts and the Control UI connects with the intended authentication.
  4. A low-risk session can send a message, use an approved tool, and preserve its state.

Test important plugins, channels, and automations individually. If something fails, save diagnostics before changing configuration. Deleting settings or disabling authentication may hide the symptom while creating a larger operational risk.

Should you upgrade immediately

A personal test installation can usually try the release after a backup. A personal assistant or team Gateway that must stay available should compare current release channels and maturity information before choosing stable or extended-stable. Continue with the OpenClaw LTS and extended-stable guide.

The best decision is not based on feature count. Upgrade when you have a backup, understand the permission boundary, and can test the workflows that matter. OpenClaw 2.0 reduces onboarding friction, but an agent connected to files, browsers, and external services still requires least privilege and human review.