#Openclaw MacOS Update

1 messages · Page 1 of 1 (latest)

cerulean oyster
#

Since updating to version 2026.5.12, now I'm getting an issue with the MacOS app saying that there is a protocol mismatch because its still on version 2026.5.7.

I'm going to the about section and checking for updates but its saying that: OpenClaw 2026.5.7 is currently the newest version available.

Is there anything I can do to get it onto the newer version?

pale tulipBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

white irisBOT
# cerulean oyster Since updating to version 2026.5.12, now I'm getting an issue with the MacOS app...

I checked the current docs/feed. This looks like a real app/Gateway skew, not you missing a hidden button: npm latest is 2026.5.12, but the Sparkle appcast the macOS app uses still has 2026.5.7 as the newest macOS app build.

The practical fix is to make the app and Gateway match:

openclaw --version
openclaw update status
openclaw update --tag 2026.5.7
openclaw doctor
openclaw gateway restart

That should get you back to the version the macOS app can currently talk to. If you specifically need 2026.5.12, the options are waiting for/pulling a matching macOS app release, or building the macOS app from source at the same version. Docs for the relevant bits:
https://docs.openclaw.ai/install/updating
https://docs.openclaw.ai/install/development-channels
https://docs.openclaw.ai/platforms/mac/bundled-gateway

white irisBOT
cerulean oyster
#

I dont really want to downgrade, I will live without it for now. Just wanted to make sure I was on the latest macos version.

white irisBOT
cerulean oyster
#

Should I submit this as a github issue