OpenClaw v2026.3.22 is the most significant release since the project's rebrand, shipping 12 breaking changes, a new default plugin registry, and over 30 security fixes. Released on March 22, 2026, this version marks the project's shift toward a more secure, performant, and self-contained ecosystem.
ClawHub: The New Default Plugin Store
ClawHub now replaces npm as the default plugin registry. The openclaw plugins install command checks ClawHub first and only falls back to npm when packages aren't found. Native skill commands (openclaw skills search, install, update) are fully ClawHub-backed with integrated update metadata. This gives the OpenClaw team more control over plugin quality and security vetting.
Breaking Changes
Self-hosters should prepare for significant migration work:
- Environment variables: Legacy
CLAWDBOT_*andMOLTBOT_*names removed entirely — must rename toOPENCLAW_* - State directory:
.moltbotauto-detection removed — migrate to~/.openclawor setOPENCLAW_STATE_DIR - Plugin SDK:
openclaw/extension-apieliminated — migrate toopenclaw/plugin-sdk/*subpaths - Chrome extension relay: Legacy relay path and
driver: "extension"removed — runopenclaw doctor --fixto migrate - Image generation: Bundled nano-banana-pro skill wrapper removed — use
agents.defaults.imageGenerationModelinstead
30+ Security Patches
Critical fixes include blocking Windows SMB credential leaks via file:// URLs, hardening DNS-SD discovery to fail closed, binding iOS pairing codes to intended profiles, removing jq from the safe-bin allowlist, and escaping Unicode padding in approval prompts.
Gateway Performance
Gateway cold starts have been cut from minutes to seconds by loading compiled dist/extensions instead of recompiling TypeScript at startup. Model catalog caching eliminates repeated overhead per embedded runner turn.
Notable Additions
- /btw command: Context-preserving side questions during conversations
- Pluggable sandbox backends with OpenShell support
- Claude via Google Vertex AI (
anthropic-vertexprovider) - Default model updated to GPT-5.4
Managed hosting on OpenClaw Launch handles all breaking changes and upgrades automatically — no migration work needed.