OpenClaw Newsletter

Daily updates from the OpenClaw ecosystem

Thursday, March 26, 2026

In This Issue

Top Stories

  • OpenClaw debate explodes on Hacker News — A viral post claiming "OpenClaw is what Apple intelligence should have been" ignites 518 upvotes and 417 comments, sparking heated community discussion.
  • Users seek real-world experiences — An Ask HN thread about actual OpenClaw usage draws high engagement, revealing community hunger for practical deployment insights.
  • Critical memory leak crashes basic commands [HOT] — Version 2026.3.12 suffers JavaScript heap exhaustion on simple CLI operations like gateway status, making the CLI completely unusable.
  • Major plugin hook system expansion — New before_response_emit hook enables output policies and content filtering, while session context enhancements give plugins deeper agent control.
  • Security vulnerability patched — ReDoS UI freeze from nested JSONL transcripts fixed by replacing marked.js with markdown-it, eliminating permanent browser hangs.

Read the full issue

Subscribe to get every section delivered to your inbox.

Releases

  • openclaw 2026.3.24 - Major release adds OpenAI-compatible /v1/models and /v1/embeddings endpoints, plus model override support for broader RAG integration. Download
  • openclaw 2026.3.24-beta.2 - Fixes outbound media access to align with filesystem policies for workspace-only configurations. Download
  • openclaw 2026.3.24-beta.1 - Beta introduces breaking changes for Gateway/OpenAI compatibility improvements. Download
  • npm package - Version 2026.3.24 published with 1.8M weekly downloads. Install via npm
  • Homebrew formula - CLI version 2026.3.24 available with 4,914 installs in 30 days. Install via brew
Repository Stats: 336,540 stars (+growth), 65,871 forks, 1,399 contributors

Community

News

  • OpenClaw is what Apple intelligence should have been [HOT] — Jake Quist's critique gains massive traction comparing OpenClaw's capabilities to Apple's AI efforts. Read the post (518 points, 417 comments on HN)
  • Ask HN: Any real OpenClaw users? [TRENDING] — Community discussion thread gathering real-world experiences from actual users across different use cases. Join the discussion (121 points, 189 comments)
  • OpenClaw now available on DigitalOcean Marketplace — One-click deployment option makes self-hosting easier for developers wanting their own AI assistant infrastructure. Deploy now
  • "We Scanned 23,794 OpenClaw Skills" — Security analysis reveals governance issues in community-built skills, highlighting need for better code review processes. Read findings
  • "I Fixed OpenClaw's Biggest Problem (Memory)" — Developer shares solution for persistent context across sessions, addressing common user frustration. See the fix