#downgrade
1 messages · Page 1 of 1 (latest)
yep, easiest is:
- Check how it was installed:
openclaw update status
- If it says package install, do:
openclaw update --dry-run --tag 2026.4.14
openclaw update --tag 2026.4.14
openclaw doctor
openclaw gateway restart
openclaw --version
That --tag 2026.4.14 is the supported one-off downgrade path for npm installs, and it should prompt because it’s older than your current version.
If it says git install, --tag won’t apply. In your checkout dir, do:
git fetch --tags
git checkout v2026.4.14
pnpm install
pnpm build
pnpm ui:build
openclaw doctor
openclaw gateway restart
openclaw --version
If you’re on Docker, pin the image tag to 2026.4.14 and redeploy.
Docs: