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

Migrations

Moving between self-hosted AI agents — config, credentials, plugins, MCP servers — without the all-night data-loss session.

Self-hosted AI agents move fast in 2026. Projects pivot governance, ship breaking changes, get acquired or fade. Migration is now part of the ops budget.

Migrating from one self-hosted AI agent to another is mostly about three things in 2026: porting tool definitions, re-encrypting credentials in the new vault, and re-registering MCP servers under the destination project's spec.

The OpenClaw → Hermes Agent path is the most documented because it's the most common since the OpenClaw security crisis. The migration is roughly six steps: snapshot OpenClaw state, install Hermes in Docker, port tool YAMLs (with new sandbox declarations), migrate credentials to the new vault, optionally import conversation memory, smoke test, decommission.

OpenClaw → Nanobot is a different kind of move — you're trading a polished plugin marketplace for a 4,000-line Python codebase you can read in an afternoon. Custom plugins port with effort. Built-in features like browser automation don't.

OpenClaw → ZeroClaw is the privacy migration: drop cloud LLM dependencies, install Ollama with a local model, accept the capability hit on multi-step planning.

Hermes → IronClaw is the enterprise move: gVisor sandbox, RBAC, audit logging on the way in. Multi-day setup. Worth it for regulated industries.

Each of these has its own playbook. Start with the migration that fits your departure point, follow the explicit steps, don't skip credential rotation.

Guides

Agents on this topic

  • OpenClawThe original viral self-hosted AI agent. Post-crisis 2026.4 line is genuinely safer; pre-2026.3 is genuinely dangerous.
  • Hermes AgentPost-OpenClaw safe default. Docker-sandboxed by default, multi-LLM, opinionated. The agent we'd hand a colleague today.
  • Nanobot4,000-line Python agent designed to be auditable in an afternoon. Trust through verification.
  • ZeroClawPrivacy-first. Local LLMs only. Network egress denied at iptables. AGPL-3.0.
  • IronClawEnterprise zero-trust agent. gVisor + audit logs + RBAC + SAML. $750/seat/year.

Terms

MCP (Model Context Protocol) · MCP server · Tool call · AI agent