Skip to main content
AIDiveForge AIDiveForge
Visit NanoClaw

Share This Tool

Compare This Tool
📋 Embed this tool on your site

Copy this code to embed a compact tool card:

Screenshots 1

NanoClaw

FreeAPISelf-HostedAgentic

Pricing

Model
Free
Free Tier
NanoClaw itself is completely free and open source under the MIT license. However, it runs on the Claude Agent SDK, which requires a Claude API key or Claude Code subscription. The cost depends on how much you use it; NanoClaw is designed to be lightweight in token usage, but the underlying AI usage is billed by Anthropic.

Summary

NanoClaw is a self-hosted AI agent framework small enough to audit in eight minutes, designed for individuals who want full ownership without team complexity.

NanoClaw runs personal AI agents inside Linux containers on your own machine, connecting them to messaging platforms like Slack, Discord, and WhatsApp. It sits in the gap between heavyweight agent frameworks built for product teams and simple chatbots—targeting users who need to know exactly what their AI is doing and can't outsource that visibility to a vendor. The whole codebase is 15 files, readable in one sitting, and can connect to Claude via Anthropic's official SDK or OpenAI. It costs nothing. The tradeoff: container isolation is documented, but the README doesn't specify how the agent controls outbound network traffic, leaving potential for data exfiltration through HTTP requests unless you manually configure firewall rules.

Bottom line: *Use this if you need a self-hosted agent you can fully understand; skip it if you need managed security controls out of the box.*

Community Performance Report Card

No community ratings yet. Be the first to rate this tool!

Best For: Individuals who want a personal AI assistant that they fully own and control, as opposed to frameworks designed for teams building products that are large, complex, and require significant investment to understand., Teams handling sensitive data in regulated environments where audit logging and container isolation are compliance requirements., Engineers prioritizing security and auditability over feature breadth, Users seeking minimal, understandable code they can customize via AI

Community Benchmarks Community

No community benchmarks yet. Be the first to share a real-world data point.

  • Entire system can be audited by a human or a secondary AI in roughly eight minutes.
  • Agents run in Linux containers and can only see what's explicitly mounted; bash access is safe because commands run inside the container, not on your host.
  • Natively uses Claude Code via Anthropic's official Claude Agent SDK, with drop-in options for OpenAI, OpenRouter, Google, DeepSeek, and local models.
  • Runs as a single Node.js process using real container isolation rather than application-level sandboxing, and is small enough to understand completely.
  • Container filesystem isolation exists, but README doesn't detail network egress controls; if the agent inside the container can make arbitrary outbound HTTP requests, that's a data exfiltration vector that could benefit from deny-all networking and domain allowlisting like other projects.
  • The project is young, launched January 31, 2026, and has room to mature in some areas.
  • Smaller ecosystem compared to OpenClaw; requires familiarity with CLI and skill commands like /add-telegram for extensions

Community Reviews

No reviews yet. Be the first to share your experience.

About

Platforms
macOS (with Apple Container), Linux (with Docker), Node.js 20+ required
Languages
TypeScript
API Available
Yes
Self-Hosted
Yes
Last Updated
2026-04-23T17:16:33.290Z

Best For

Who it's for

  • Individuals who want a personal AI assistant that they fully own and control, as opposed to frameworks designed for teams building products that are large, complex, and require significant investment to understand.
  • Teams handling sensitive data in regulated environments where audit logging and container isolation are compliance requirements.
  • Engineers prioritizing security and auditability over feature breadth
  • Users seeking minimal, understandable code they can customize via AI

What it does well

  • Teams handling sensitive data in regulated environments—finance, healthcare, legal.
  • Personal AI assistants with strong privacy and security requirements
  • Running internal operations for AI go-to-market agencies and small teams.
  • Educational use for understanding agent architecture
  • Developers wanting to audit and customize AI agent code

Integrations

WhatsAppTelegramDiscordSlackMicrosoft TeamsiMessageMatrixGoogle ChatWebexLinearGitHubWeChatand email via Resend; installed on demand with /add-<channel> skills.

Discussion Community

No discussion yet. Sign in to start the conversation.

Spotted incorrect or missing data? Join our community of contributors.

Sign Up to Contribute

Community Notes & Tips Community

Be the first to contribute. General notes, observations, gotchas, and tips from people who use this tool day-to-day.

Frequently Asked Questions

Is NanoClaw free?
Yes — NanoClaw is fully free to use. There is no paid tier.
Is NanoClaw open source?
No — NanoClaw is a closed-source tool. Source code is not publicly available.
Does NanoClaw have an API?
Yes. NanoClaw exposes a developer API. See the official documentation at https://nanoclaw.dev for details.
Can I self-host NanoClaw?
Yes. NanoClaw supports self-hosting on your own infrastructure.
When was NanoClaw released?
NanoClaw was first released in 2026.
What platforms does NanoClaw support?
NanoClaw is available on: macOS (with Apple Container), Linux (with Docker), Node.js 20+ required.

Hours Saved & ROI Stories Community

Be the first to contribute. Concrete time/cost savings, with context. e.g. "Cut my code review backlog from 4h to 45m per week."

NanoClaw