Compose, configure, and deploy teams of OpenClaw AI agents to Kubernetes — no YAML required.
- Node.js 20+
- npm 10+
- macOS (Electron desktop app)
npm installnpm run devnpm run typecheck# Run all tests once
npm run test
# Run tests with interactive UI
npm run test:ui# macOS app bundle
npm run build:mac
# Linux
npm run build:linuxnpm run lint
npm run format