{ "claude": { "tier": "minimal", "install": [ "curl -fsSL https://claude.ai/install.sh | bash || mkdir -p ~/.npm-global/bin && npm install -g --prefix ~/.npm-global @anthropic-ai/claude-code" ] }, "codex": { "tier": "node", "install": [ "mkdir -p ~/.npm-global/bin && npm install -g --prefix ~/.npm-global @openai/codex" ] }, "openclaw": { "tier": "full", "install": [ "mkdir -p ~/.npm-global/bin && npm install -g --prefix ~/.npm-global openclaw" ] }, "opencode": { "tier": "minimal", "install": [ "mkdir -p ~/.opencode/bin && curl -fsSL https://opencode.ai/install | bash" ] }, "kilocode": { "tier": "node", "install": [ "mkdir -p ~/.npm-global/bin && npm install -g --prefix ~/.npm-global @kilocode/cli" ] }, "zeroclaw": { "tier": "minimal", "install": [ "if [ ! -f /swapfile ]; then fallocate -l 4G /swapfile && chmod 600 /swapfile && mkswap /swapfile && swapon /swapfile; fi", "curl -LsSf https://raw.githubusercontent.com/zeroclaw-labs/zeroclaw/a117be64fdaa31779204beadf2942c8aef57d0e5/scripts/bootstrap.sh | bash -s -- --install-rust --install-system-deps --prefer-prebuilt" ] }, "hermes": { "tier": "minimal", "install": [ "curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash || [ -f ~/.local/bin/hermes ]" ] } }