WHY WE PICKED IT
The agent landscape is polarised between all-in-one platforms with huge codebases and small, custom rigs. NanoClaw occupies the small, auditable end: roughly 500 lines of TypeScript, container isolation by default, and a fork-and-own model that makes the agent's capabilities explicit rather than hidden behind plugins.
GETTING STARTED
Fork the NanoClaw repository on GitHub, customise it to your environment, and run it locally or in a container. Add the Slack skill to provision agent teams from a single Slack message. Start with a single channel and scoped permissions before expanding.
QUICK TIPS
1
Scope each agent to one channel or task surface at first
2
Audit the skill code before adding new capabilities
3
Use containers to isolate sessions from each other and from host data
4
Compare total cost against OpenClaw if you need many integrations
5
Document what each persistent agent is allowed to touch
❓
FREQUENTLY ASKED QUESTIONS
Q
Is NanoClaw free?
A
Yes, NanoClaw is completely free to use.
Q
Does NanoClaw have an API?
A
No, NanoClaw does not appear to offer a public API.
Q
What is NanoClaw best for?
A
NanoClaw is best for Auditable Agents. NanoClaw is an open-source personal AI agent runtime built by Gavriel Cohen as a smaller, auditable alternative to OpenClaw. The agent landscape is polarised between all-in-one platforms with huge codebases and small, custom rigs. NanoClaw occupies the small, auditable end: roughly 500 lines of TypeScript, container isolation by default, and a fork-and-own model that makes the agent's capabilities explicit rather than hidden behind plugins.
Q
What platforms does NanoClaw support?
A
NanoClaw supports local, slack.
Q
Is NanoClaw open source?
A
Yes, NanoClaw is open source. You can access the source code on GitHub at https://github.com/nanocoai/nanoclaw.
Q
How do I get started with NanoClaw?
A
Fork the NanoClaw repository on GitHub, customise it to your environment, and run it locally or in a container. Add the Slack skill to provision agent teams from a single Slack message. Start with a single channel and scoped permissions before expanding.
Work on NanoClaw? You're hand-reviewed in our directory. Add this badge to your site — it links back to this profile.