OpenClaw, the open-source personal AI assistant framework, has reached a historic milestone — surpassing 250,000 GitHub stars, overtaking React, the widely-used JavaScript framework that powers much of the modern web. What took React over a decade, OpenClaw achieved in roughly 60 days.
Alongside this milestone, the team has shipped OpenClaw v2026.3.2, a feature-packed release that pushes the platform further into enterprise-grade territory.
What’s New in OpenClaw v2026.3.2
Expanded SecretRef Credential Management
Security gets a major upgrade with SecretRef support now covering 64 integration targets. This includes runtime collectors, openclaw secrets planning and audit flows, and the onboarding UX. Unresolved references now fail fast on active surfaces, while inactive ones report non-blocking diagnostics — making credential management far more robust for production deployments.
Multi-Platform Outbound Adapters
A new shared sendPayload system works across Discord, Slack, WhatsApp, Zalo, and more, with multi-media iteration and chunk-aware text fallback. If you run OpenClaw across multiple messaging channels, this makes content delivery significantly more reliable.
MiniMax M2.5 Highspeed Model Support
OpenClaw now includes first-class support for MiniMax-M2.5-highspeed across built-in provider catalogs and onboarding flows, while maintaining backward compatibility with legacy MiniMax-M2.5-Lightning configurations.
CLI Config Validation
The new openclaw config validate command (with --json output) lets you validate configuration files before gateway startup. Invalid key paths are now surfaced with detailed error messages — a significant quality-of-life improvement for operators managing complex setups.
PDF Diff Outputs and Quality Controls
Generated diff artifacts now support PDF file output with customizable rendering quality controls (fileQuality, fileScale, fileMaxWidth). PDF is now the recommended format when messaging channels compress images.
Plugin Runtime Events
Extension developers gain access to runtime.events.onAgentEvent and runtime.events.onSessionTranscriptUpdate for real-time subscriptions. Listener failures are now isolated, so one faulty plugin cannot break the entire update pipeline.
Breaking Changes to Watch
Two breaking changes ship with this release:
- Plugin SDK:
api.registerHttpHandler()has been removed. Plugins must now useapi.registerHttpRoute()with explicit path, auth, and match parameters. - Zalo Personal Plugin: No longer depends on external
zca-compatible CLI binaries. Operators should runopenclaw channels login --channel zalouserafter upgrading to refresh sessions.
Community Momentum
The buzz around OpenClaw continues to accelerate. OpenClawd AI, the managed hosting platform, has aligned with the latest stable release, adding a visual permissions dashboard and automated security reviews. Meanwhile, discussions on X and Reddit show users building everything from multi-agent automation workflows to Polymarket trading bots.
Whether you are a developer exploring local AI agents or a business looking to automate workflows, OpenClaw’s rapid evolution makes it one of the most exciting open-source projects to watch in 2026.
Update now: Run openclaw update to get the latest version. Full release notes are available on GitHub.


