Move Quick Start section above Philosophy

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
gavrielc
2026-02-01 17:53:54 +02:00
parent 1699dfc3d1
commit c255451ac3

View File

@@ -12,6 +12,16 @@
NanoClaw gives you the same core functionality in a codebase you can understand in 8 minutes (with Claude Code explaining it). One Node.js process. A handful of files. Agents run in actual containers, not behind application-level permissions. NanoClaw gives you the same core functionality in a codebase you can understand in 8 minutes (with Claude Code explaining it). One Node.js process. A handful of files. Agents run in actual containers, not behind application-level permissions.
## Quick Start
```bash
git clone https://github.com/anthropics/nanoclaw.git
cd nanoclaw
claude
```
Then run `/setup`. Claude Code handles everything: dependencies, authentication, container setup, service configuration.
## Philosophy ## Philosophy
**Small enough to understand.** One process, a few source files. No microservices, no message queues, no abstraction layers. Have Claude Code walk you through it. **Small enough to understand.** One process, a few source files. No microservices, no message queues, no abstraction layers. Have Claude Code walk you through it.
@@ -30,16 +40,6 @@ NanoClaw gives you the same core functionality in a codebase you can understand
**No ToS gray areas.** Because it uses Claude Agent SDK natively with no hacks or workarounds, using your subscription with your auth token is completely legitimate (I think). No risk of being shut down for terms of service violations (I am not a lawyer). **No ToS gray areas.** Because it uses Claude Agent SDK natively with no hacks or workarounds, using your subscription with your auth token is completely legitimate (I think). No risk of being shut down for terms of service violations (I am not a lawyer).
## Quick Start
```bash
git clone https://github.com/anthropics/nanoclaw.git
cd nanoclaw
claude
```
Then run `/setup`. Claude Code handles everything: dependencies, authentication, container setup, service configuration.
## What You Get ## What You Get
- **WhatsApp I/O** - Message Claude from your phone - **WhatsApp I/O** - Message Claude from your phone