From 8dcc70cf5cc45628d05b0fec604baab569d60d0a Mon Sep 17 00:00:00 2001 From: glifocat Date: Tue, 24 Mar 2026 10:48:18 +0100 Subject: [PATCH] docs: add Windows (WSL2) to supported platforms Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 6 +++--- docs/REQUIREMENTS.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8cfe627..8d1eb37 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ Skills we'd like to see: ## Requirements -- macOS or Linux +- macOS, Linux, or Windows (via WSL2) - Node.js 20+ - [Claude Code](https://claude.ai/download) - [Apple Container](https://github.com/apple/container) (macOS) or [Docker](https://docker.com/products/docker-desktop) (macOS/Linux) @@ -154,9 +154,9 @@ Key files: Docker provides cross-platform support (macOS, Linux and even Windows via WSL2) and a mature ecosystem. On macOS, you can optionally switch to Apple Container via `/convert-to-apple-container` for a lighter-weight native runtime. For additional isolation, [Docker Sandboxes](docs/docker-sandboxes.md) run each container inside a micro VM. -**Can I run this on Linux?** +**Can I run this on Linux or Windows?** -Yes. Docker is the default runtime and works on both macOS and Linux. Just run `/setup`. +Yes. Docker is the default runtime and works on macOS, Linux, and Windows (via WSL2). Just run `/setup`. **Is this secure?** diff --git a/docs/REQUIREMENTS.md b/docs/REQUIREMENTS.md index 8c1a29e..e7c2376 100644 --- a/docs/REQUIREMENTS.md +++ b/docs/REQUIREMENTS.md @@ -166,7 +166,7 @@ A personal Claude assistant accessible via messaging, with minimal custom code. - `/update-nanoclaw` - Pull upstream changes, merge with customizations ### Deployment -- Runs on macOS (launchd) or Linux (systemd) +- Runs on macOS (launchd), Linux (systemd), or Windows (WSL2) - Single Node.js process handles everything ---