NanoClaw - An open-source, lightweight personal AI assistant, a secure alternative to OpenClaw.
NanoClaw is an open-source AI assistant that serves as a lightweight alternative to OpenClaw. Each agent runs in an independent sandbox and only accesses explicitly mounted directories.
What is NanoClaw?
NanoClaw is an open-source AI assistant, a lightweight alternative to OpenClaw. Each agent runs in an independent sandbox, accessing only explicitly mounted directories. NanoClaw supports multiple channels such as WhatsApp, Telegram, and Discord, and pioneers Agent Swarms cluster collaboration capabilities for personal AI assistants. NanoClaw abandons traditional configuration; users can directly modify the source code via natural language commands to achieve bespoke customization, emphasizing a "code is configuration" AI-native paradigm that provides technical users with a fully auditable and controllable personal intelligent assistant.
Main functions of NanoClaw
- Multi-platform message accessIt supports WhatsApp, Telegram, Discord, Slack, Signal, and headless mode, allowing users to interact with the AI assistant via their mobile phones.
- Container-isolated executionThe agent runs in an Apple Container or Docker sandbox, accessing only explicitly mounted directories, achieving operating system-level security isolation.
- Group Context IsolationEach group has its own independent CLAUDE.md memory file, isolated file system, and dedicated container environment.
- Agent SwarmsIt pioneered the multi-agent cluster function of personal AI assistants, which can coordinate multiple professional agents to work together to complete complex tasks.
- Scheduled task schedulingSupports the creation of periodic tasks that can be executed automatically at set times and have their results proactively pushed to user messaging channels.
- Skill System:pass
/add-gmail,/add-slackModular skills allow for on-demand expansion of functionality, avoiding bloated code. - AI native customizationUsers describe their needs in natural language, and Claude Code can directly modify the source code to achieve personalization without the need for traditional configuration files.
How to use NanoClaw
- Quick StartRun after cloning the repository
claudeLaunch Claude Code and execute/setupCommands are used by AI to automatically complete dependency installation, authentication, container configuration, and service deployment. - Daily InteractionUse trigger words on channels such as WhatsApp and Telegram (default)
@AndySend instructions, such as@Andy 每天早上9点推送销售简报. - Feature Expansion:run
/add-gmail,/add-slackSkill commands allow Claude Code to automatically modify the source code and add the required functionality. - Personalized customizationSimply tell Claude Code your requirements, such as "change the trigger word to @Bob" or "make the reply more concise," and the AI will directly edit the code to implement it.
- Management and ControlRunning in the main control channel (private chat)
@Andy list all scheduled tasksView tasks,@Andy pausePause the specified task. - TroubleshootingRun when encountering a fault
/debugClaude Code will automatically analyze the logs and fix the problem.
NanoClaw project address
- GitHub repositoryhttps://github.com/qwibitai/nanoclaw
Application scenarios of NanoClaw
- Personal knowledge managementUsers can mount their Obsidian notes to NanoClaw and ask questions via WhatsApp to have AI retrieve and organize their personal knowledge, or set up automatic daily AI industry news briefings.
- Automated Development and OperationsThe development team configured NanoClaw to automatically review Git commit history every Friday, detect deviations between the code and the README document, and generate update suggestions to reduce technical debt maintenance costs.
- Intelligent customer service receptionSmall and medium-sized enterprises can integrate NanoClaw with their Telegram or WhatsApp business accounts, allowing agents within isolated containers to handle common customer inquiries.
- Multi-Agent Project CollaborationProduct managers can use the Agent Swarms feature to simultaneously launch three professional agents: market analysis, competitor research, and copywriting, to collaboratively complete new product launch plans and automatically compile reports.
- Safe and compliant officeFinancial institutions or law firms can leverage NanoClaw's container isolation and auditability features to deploy customized AI assistants on their internal networks to process sensitive documents, enabling security teams to complete core code audit verification within 8 minutes.