#Help going back to 2025.5.7

1 messages ยท Page 1 of 1 (latest)

coarse mirage
#

The current build does not work (2025.5.12), please give me instructions on how to downgrade to 2025.5.7

robust daggerBOT
#

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

kindred fogBOT
# coarse mirage The current build does not work (2025.5.12), please give me instructions on how ...

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:

coarse mirage
#

it won't update itself back to 2026.5.12 right?