From 6f64b31d03182ca9548e7ea4af4c15591357ef5a Mon Sep 17 00:00:00 2001 From: gavrielc Date: Fri, 13 Mar 2026 11:57:07 +0200 Subject: [PATCH] fix: add divider after announcement section Co-Authored-By: Claude Opus 4.6 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 853d30e..ddc498a 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ curl -fsSL https://nanoclaw.dev/install-docker-sandboxes-windows.sh | bash

Read the announcement →

+--- + ## Why I Built NanoClaw [OpenClaw](https://github.com/openclaw/openclaw) is an impressive project, but I wouldn't have been able to sleep if I had given complex software I didn't understand full access to my life. OpenClaw has nearly half a million lines of code, 53 config files, and 70+ dependencies. Its security is at the application level (allowlists, pairing codes) rather than true OS-level isolation. Everything runs in one Node process with shared memory.