From 98f82b76459898bd1de82da7b7cd775bca077c62 Mon Sep 17 00:00:00 2001 From: gavrielc Date: Mon, 2 Feb 2026 01:08:59 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f921117..a44348f 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,14 @@ ## Why This Exists -[OpenClaw](https://github.com/anthropics/openclaw) is an impressive project with a great vision. But I can't sleep well running software I don't understand with access to my life. OpenClaw has 52+ modules, 8 config management files, 45+ dependencies, and abstractions for 15 channel providers. Security is application-level (allowlists, pairing codes) rather than OS isolation. Everything runs in one Node process with shared memory. +[OpenClaw](https://github.com/openclaw/openclaw) is an impressive project with a great vision. But I can't sleep well running software I don't understand with access to my life. OpenClaw has 52+ modules, 8 config management files, 45+ dependencies, and abstractions for 15 channel providers. Security is application-level (allowlists, pairing codes) rather than OS isolation. Everything runs in one Node process with shared memory. NanoClaw gives you the same core functionality in a codebase you can understand in 8 minutes. One process. A handful of files. Agents run in actual Linux containers with filesystem isolation, not behind permission checks. ## Quick Start ```bash -git clone https://github.com/anthropics/nanoclaw.git +git clone https://github.com/gavrielc/nanoclaw.git cd nanoclaw claude ```