Loading...
Loading...
Container-isolated OpenClaw alternative. Runs in Apple Containers or Docker for security. ~3K lines of TypeScript. Per-group isolation with separate memory/filesystem per conversation. Each chat gets its own sandboxed environment.
Install Node.js LTS using nvm (Node Version Manager). This ensures you have the correct Node.js version.
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
nvm install --lts
nvm use --ltsDownload the NanoClaw source code from GitHub.
git clone https://github.com/qwibitai/nanoclaw.git
cd nanoclawInstall all required Node.js packages.
npm installCopy the example environment file and configure your API keys, messaging platform tokens, and other settings.
cp .env.example .env
# Edit .env with your API keys and settingsLaunch NanoClaw. On first run, it will initialize the database and connect to configured services.
npm startTime from process start to first response
Average response time after startup
Apple Containers native. Best security + performance combo.
Run OpenClaw as a systemd service for automatic startup and recovery.
Use Docker or Podman for easy updates and isolation.
Monitor RAM usage and consider disabling unused integrations to save memory.