What problem does it solve?
This Skill solves the problem of running NanoClaw on Apple Silicon macOS without Docker, using the native Apple Container runtime for lightweight, OS-level container isolation that avoids Docker's overhead and macOS-specific permission quirks.
Core Features & Use Cases
- Runtime Migration: Fully switches NanoClaw's container runtime from Docker to Apple Container with no changes to core agent code.
- Mount Restructuring: Adapts Docker's nested file bind mounts to Apple Container's directory-only mount constraint by staging shared files into accessible directories.
- Configuration Automation: Automatically updates runtime code, build scripts, environment variables, and launchd PATH settings for Apple Container compatibility, plus includes validation and smoke tests to confirm the setup works.
- Use Case: Ideal for macOS users running NanoClaw in academic or personal environments who prefer native container performance and tighter OS integration over Docker.
Quick Start
Use the convert-to-apple-container skill to migrate your NanoClaw instance from Docker to the native Apple Container runtime on your Apple Silicon Mac.