#Help going back to 2025.5.7
1 messages ยท Page 1 of 1 (latest)
Assuming you mean 2026.5.12 โ 2026.5.7: I checked npm and 2026.5.7 is published, but there is no 2025.5.7 OpenClaw npm release.
For a global CLI install, downgrade the CLI package, then repair/restart the gateway service so the daemon points at the downgraded entrypoint:
openclaw --version
pnpm add -g openclaw@2026.5.7
pnpm approve-builds -g
openclaw doctor
openclaw gateway install --force
openclaw gateway restart
openclaw --version
This should not delete your data; your state/workspace live under ~/.openclaw. It only changes the installed OpenClaw code.
Docs:
https://docs.openclaw.ai/install
https://docs.openclaw.ai/gateway/troubleshooting
https://docs.openclaw.ai/help/faq
If the issue in 2026.5.12 looks like a regression, please file it here too so it can be tracked: https://github.com/openclaw/openclaw/issues
it won't update itself back to 2026.5.12 right?