Home/Agents/NanoClaw

NanoClaw TYPESCRIPT

Open source · MITv2026.3.4 99.95% uptime
Stars
6.4k
Deploys
48k
Version
2026.3.4
Uptime
99.95%
Runtime
TYPESCRIPT
License
MIT

Overview

NanoClaw is the deliberately-tiny sibling of OpenClaw — ~29k lines on the Bun runtime with docker-per-session isolation and SQLite-backed inbound/outbound queues. It leans coding-first: you customise it by asking your own coding agent (Claude Code, Codex, OpenCode) to author its skills.

Key features

  • Docker-per-session container isolation
  • SQLite-backed inbound / outbound queues
  • OneCLI Agent Vault for credentials
  • Skills authored by your own coding agent
  • ~29k LOC · 12 runtime deps

Install

$ bash <(curl -fsSL https://nanoclaw.dev/install.sh)

Quickstart

# 1 - install NanoClaw
bash <(curl -fsSL https://nanoclaw.dev/install.sh)

# 2 - deploy on claws (managed, autoscaled, zero-ops)
claws deploy nanoclaw --model claude-haiku-4-2

# 3 - or self-host on any VPS
nanoclaw serve --port 8080