#Plugins fail to install in version24

1 messages · Page 1 of 1 (latest)

brittle bone
#

24 plugin(s) failed to initialize (validation: acpx, amazon-bedrock, amazon-bedrock-mantle, anthropic, anthropic-vertex, bonjour, browser, deepgram, discord, document-extract, elevenlabs, fireworks, github-copilot, google, kimi, lmstudio, memory-wiki, microsoft, mistral, ollama, openai, qqbot, web-readability, xai)

silk canopyBOT
#

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

tight tendonBOT
#

That usually means the bundled plugin runtime deps didn’t stage/install correctly — not that all 24 plugins are individually misconfigured.

First: what does this print?

openclaw --version

Then try the repair path:

openclaw status --all
openclaw doctor --fix
openclaw gateway restart

If it still fails, please paste the relevant redacted output from:

brittle bone
#

OpenClaw 2026.4.24 (cbcfdf6)

tight tendonBOT
#

Yep — 2026.4.24 is the suspicious one here. I checked npm and it’s still the latest right now, so openclaw update probably won’t move you forward yet.

Try repair once:

openclaw doctor --fix
openclaw gateway restart

If it still reports those 24 plugin validation failures, I’d temporarily roll back to the previous package:

openclaw gateway stop
pnpm add -g openclaw@2026.4.23
openclaw doctor --fix
openclaw gateway restart