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

npm.

Everything we've published on npm across guides, agents, hardware reviews and glossary entries — 7 entries in total.

Guides (7)

  • Git Wrapper BridgeInfrastructure · 2026-02-18

    Bridge git from Termux into proot Ubuntu using a wrapper script that calls the native binary through bind mounts.

  • Git Argument ParserInfrastructure · 2026-02-18

    An enhanced git wrapper with full argument parsing that extracts URLs and destinations regardless of order, handling the many different invocation patterns npm uses during package installation.

  • --ignore-scripts (Skip Native Compilation)Infrastructure · 2026-02-18

    Skip native module compilation during npm install on resource-constrained ARM32 device using --ignore-scripts flag.

  • npm Cache on SD CardInfrastructure · 2026-02-18

    Move npm cache to SD card to free internal storage on Moto E2 with only 700 MB available space.

  • Git Wrapper sed RewriteRuntime · 2026-02-18

    Using sed in the git wrapper to rewrite all three SSH URL formats (git+ssh://, ssh://, git@) to HTTPS in a single pass, since proot has no SSH agent for GitHub authentication.

  • npm Cache on ext4Debloat · 2026-02-18

    Migrate npm cache from FAT32 SD card to ext4 rootfs partition, eliminating ENAMETOOLONG errors on deep git dependency paths.

  • --legacy-peer-depsDirty COW · 2026-02-18

    Use --legacy-peer-deps to bypass npm's strict peer dependency resolution during OpenClaw installation on constrained ARM32 device.