OpenClaw Newsletter

Daily updates from the OpenClaw ecosystem

Monday, April 6, 2026

In This Issue

Top Stories

  • OpenClaw – Moltbot Renamed Again [TRENDING] — Major community buzz with 667 HN points and 382 comments as the project continues its branding evolution. Details
  • Gateway startup is too slow due to hook initialization blocking — Gateway takes ~4 minutes to start because hook handlers block the initialization process; async loading needed. Issue #61278
  • OpenClaw 2026.4.5 released — Breaking changes include removal of legacy config aliases and major refactoring across agents, gateway, and plugin systems. Release notes
  • Multiple critical fixes for agent timeout handling — Fixes include disabling default cron idle timeout for isolated runs and improving HTTP agent run abortion on client disconnect. PR #60210
  • 349k+ GitHub stars with 70k forks — Community momentum continues with 187 active sponsors and 1,624 contributors as infrastructure upgrades roll out across production deployments. GitHub stats

Read the full issue

Subscribe to get every section delivered to your inbox.

Releases

  • openclaw 2026.4.5 removes legacy public config aliases including talk.voiceId, talk.apiKey, agents sandbox settings, and browser SSRF policies in breaking change. Release notes
  • npm package updated to v2026.4.5 with 1.6M+ weekly downloads. Install
  • Repository milestone: 349k+ stars, 70k forks, 1,624 contributors. View stats

Community

  • Gateway startup blocking on hook initialization — Startup takes ~4 minutes as hooks initialize synchronously, needs async loading to fix performance bottleneck #61278 (16 engagement)
  • Multiple Ollama provider routing bug — Second Ollama-compatible providers silently route all models to first provider's endpoint, breaking multi-provider setups #61755 by lawrence3699
  • Plugin loading redundant register() calls — Cache key instability causes plugins to register multiple times during startup, creating performance overhead #61756 by danhdoan
  • Session cleanup race condition — Child processes emit stdout to cleared sessions, causing announce timeouts and orphaned processes #61741 by jsompis
  • OpenClaw sponsorship milestone — Project reaches 187 total sponsors with 10 new backers including romainhuet and davemorin GitHub Sponsors

News

  • OpenClaw – Moltbot Renamed Again: Project announces another rebrand with massive community engagement. 667 points, 382 comments on HN
  • Qwen3.5-4B-Claude-4.6-Opus-Reasoning-openclaw: Community-created fine-tuned model specifically for OpenClaw with vision capabilities. 2,600+ downloads on HuggingFace
  • OpenClaw on DigitalOcean: One-click deployment option now available in DigitalOcean's marketplace for self-hosted instances. Deploy here
  • "My OpenClaw Was Eating 145% CPU at Idle": Performance troubleshooting guide identifies three config tweaks that dramatically reduce resource usage. Read solution
  • FinancialClaw extension: Developer creates personal finance-focused fork with budgeting and expense tracking capabilities. See implementation