|
89 | 89 | "gateway" |
90 | 90 | ] |
91 | 91 | }, |
92 | | - "zeroclaw": { |
93 | | - "name": "ZeroClaw", |
94 | | - "description": "Fast, small, fully autonomous AI assistant infrastructure — deploy anywhere, swap anything", |
95 | | - "url": "https://github.com/zeroclaw-labs/zeroclaw", |
96 | | - "install": "curl -LsSf https://raw.githubusercontent.com/zeroclaw-labs/zeroclaw/a117be64fdaa31779204beadf2942c8aef57d0e5/scripts/bootstrap.sh | bash -s -- --install-rust --install-system-deps --prefer-prebuilt", |
97 | | - "launch": "zeroclaw agent", |
98 | | - "env": { |
99 | | - "OPENROUTER_API_KEY": "${OPENROUTER_API_KEY}", |
100 | | - "ZEROCLAW_PROVIDER": "openrouter" |
101 | | - }, |
102 | | - "config_files": { |
103 | | - "~/.zeroclaw/config.toml": { |
104 | | - "security": { |
105 | | - "autonomy": "full", |
106 | | - "supervised": false, |
107 | | - "allow_destructive": true |
108 | | - }, |
109 | | - "shell": { |
110 | | - "policy": "allow_all" |
111 | | - } |
112 | | - } |
113 | | - }, |
114 | | - "notes": "Rust-based agent framework built by Harvard/MIT/Sundai.Club communities. Natively supports OpenRouter via OPENROUTER_API_KEY + ZEROCLAW_PROVIDER=openrouter. Requires compilation from source (~5-10 min).", |
115 | | - "icon": "https://raw.githubusercontent.com/OpenRouterTeam/spawn/main/assets/agents/zeroclaw.png", |
116 | | - "featured_cloud": [ |
117 | | - "digitalocean", |
118 | | - "sprite" |
119 | | - ], |
120 | | - "creator": "Sundai.Club", |
121 | | - "repo": "zeroclaw-labs/zeroclaw", |
122 | | - "license": "Apache-2.0", |
123 | | - "created": "2026-02", |
124 | | - "added": "2025-12", |
125 | | - "github_stars": 28521, |
126 | | - "stars_updated": "2026-03-23", |
127 | | - "language": "Rust", |
128 | | - "runtime": "binary", |
129 | | - "category": "cli", |
130 | | - "tagline": "Fast, small, fully autonomous AI infrastructure — deploy anywhere, swap anything", |
131 | | - "tags": [ |
132 | | - "coding", |
133 | | - "terminal", |
134 | | - "rust", |
135 | | - "autonomous" |
136 | | - ] |
137 | | - }, |
138 | 92 | "codex": { |
139 | 93 | "name": "Codex CLI", |
140 | 94 | "description": "OpenAI's open-source coding agent", |
|
453 | 407 | "matrix": { |
454 | 408 | "local/claude": "implemented", |
455 | 409 | "local/openclaw": "implemented", |
456 | | - "local/zeroclaw": "implemented", |
457 | 410 | "local/codex": "implemented", |
458 | 411 | "local/opencode": "implemented", |
459 | 412 | "local/kilocode": "implemented", |
460 | 413 | "hetzner/claude": "implemented", |
461 | 414 | "hetzner/openclaw": "implemented", |
462 | | - "hetzner/zeroclaw": "implemented", |
463 | 415 | "hetzner/codex": "implemented", |
464 | 416 | "hetzner/opencode": "implemented", |
465 | 417 | "hetzner/kilocode": "implemented", |
466 | 418 | "aws/claude": "implemented", |
467 | 419 | "aws/openclaw": "implemented", |
468 | | - "aws/zeroclaw": "implemented", |
469 | 420 | "aws/codex": "implemented", |
470 | 421 | "aws/opencode": "implemented", |
471 | 422 | "aws/kilocode": "implemented", |
472 | 423 | "digitalocean/claude": "implemented", |
473 | 424 | "digitalocean/openclaw": "implemented", |
474 | | - "digitalocean/zeroclaw": "implemented", |
475 | 425 | "digitalocean/codex": "implemented", |
476 | 426 | "digitalocean/opencode": "implemented", |
477 | 427 | "digitalocean/kilocode": "implemented", |
478 | 428 | "gcp/claude": "implemented", |
479 | 429 | "gcp/openclaw": "implemented", |
480 | | - "gcp/zeroclaw": "implemented", |
481 | 430 | "gcp/codex": "implemented", |
482 | 431 | "gcp/opencode": "implemented", |
483 | 432 | "gcp/kilocode": "implemented", |
484 | 433 | "sprite/claude": "implemented", |
485 | 434 | "sprite/openclaw": "implemented", |
486 | | - "sprite/zeroclaw": "implemented", |
487 | 435 | "sprite/codex": "implemented", |
488 | 436 | "sprite/opencode": "implemented", |
489 | 437 | "sprite/kilocode": "implemented", |
|
0 commit comments