LIVE TAPE
OpenClaw 88,412 stars·CVE-2026-25898 disclosed (HIGH, Hermes)·Hermes Agent v2026.4.7 published·Hermes Agent +182 stars (last hour)·OpenClaw v2026.4.6 — credential vault hardening·CVE-2026-26133 patched (NanoClaw)·Pi 5 16GB rumoured for Q3 — recheck guidance·Nanobot +47 stars (last hour)·ZeroClaw v0.4.2 — Apple container fixes·Mac Mini M4 wins quarterly hardware survey·OpenClaw 88,412 stars·CVE-2026-25898 disclosed (HIGH, Hermes)·Hermes Agent v2026.4.7 published·Hermes Agent +182 stars (last hour)·OpenClaw v2026.4.6 — credential vault hardening·CVE-2026-26133 patched (NanoClaw)·Pi 5 16GB rumoured for Q3 — recheck guidance·Nanobot +47 stars (last hour)·ZeroClaw v0.4.2 — Apple container fixes·Mac Mini M4 wins quarterly hardware survey·
PocketClawvol. 1 · 2026
Worth it★★★★★

Moltworker on Raspberry Pi Zero 2 W

Verdict

Moltworker doesn't run on hardware in the usual sense — it runs on Cloudflare Workers. We list it under the Pi Zero combo because Workers is the closest analogue: tiny edge compute, free at low volume, runtime-constrained. If you want the deployment model where your agent literally has no server, Moltworker is the answer.

Setup notes

wrangler init, npm install moltworker, wrangler deploy. The free tier covers 100K requests/day. State persists in Durable Objects. No browser automation, no native binaries — Workers runtime forbids them.

Performance

Sub-millisecond cold starts. Runs in 330+ Cloudflare data centres. Limited by Workers' 30s execution and 128 MB memory ceilings per invocation.

What breaks

  • Browser automation
  • Long-running agent processes
  • Native dependencies

Want to know more

See the full Moltworker review and the Raspberry Pi Zero 2 W buyer's notes.

Related combinations
Don't
Nanobot on Raspberry Pi Zero 2 W
Nanobot technically runs on a Pi Zero 2 W. We tested it because someone asked. It boots, it accepts requests, …