multiplexer active

NanoClaw

Maker: nanocoai License: MIT Stars: 30.7k Language: TypeScript
CLI Web Desktop

About

NanoClaw is a self-hosted personal AI assistant harness that trades the weight of OpenClaw for something small enough to read and fork. A host process accepts messages from WhatsApp, Telegram, Slack, Discord, iMessage, Matrix, email, and other channels, routes them through SQLite queues, and hands each to an agent runner — Bun-based, built on the Claude Agent SDK — living inside its own isolated Docker container with its own memory, scheduled tasks, and web access. The container boundary is the point: agents are sandboxed per instance rather than sharing a process, and the harness itself stays out of the agent loop, which belongs to the underlying SDK. Customization is meant to happen by forking the small codebase with Claude Code rather than configuring plugins. The audience is people who want a personal assistant reachable from their existing chat apps without ceding control to a hosted product.