nanocoai/nanoclaw
TL;DR. A stripped-down OpenClaw alternative that runs each Claude agent in its own Docker container instead of trusting app-level allowlists.
Takeaways
- Pitch: same messaging-app integrations (WhatsApp, Telegram, Slack, Discord, Gmail) plus memory and scheduled jobs, but small enough to actually audit — one process, a handful of files, built on Anthropic's Agents SDK.
- Security argument is the whole point: "Its security is at the application level (allowlists, pairing codes) rather than true OS-level isolation" — NanoClaw isolates agents at the container/filesystem layer instead.
- Onboarding is a single
nanoclaw.shthat bootstraps Node/pnpm/Docker, registers your Anthropic key, builds the container, and pairs a channel — with Claude Code auto-invoked to resume if a step fails. - 28.8k stars / 12.8k forks suggests this is well past hobby stage; worth a look if you've eyed OpenClaw but balked at giving 500k LOC full access to your accounts.