mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-10 20:39:59 +00:00
All clouds now use TypeScript. Convert the last holdout (AWS) from bash lib fallback to the JS bundle download pattern, then delete all remaining cloud bash libs and clean up stale test code. - Convert 6 AWS agent scripts to JS bundle fallback (matching hetzner) - Delete aws/lib/common.sh and hetzner/lib/common.sh - Delete orphaned test/fixtures/ovh/ - Stub out dead functions in test/e2e.sh that sourced deleted libs - Delete 3 test files that only tested cloud bash libs - Remove dead describe blocks from 3 remaining test files - Bump CLI version 0.6.3 → 0.6.4 Co-authored-by: lab <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| claude.sh | ||
| codex.sh | ||
| kilocode.sh | ||
| openclaw.sh | ||
| opencode.sh | ||
| README.md | ||
| zeroclaw.sh | ||
AWS Lightsail
AWS Lightsail instances via AWS CLI. AWS Lightsail
Uses 'ubuntu' user instead of 'root'. Requires AWS CLI installed and configured.
Agents
Claude Code
bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/claude.sh)
OpenClaw
bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/openclaw.sh)
ZeroClaw
bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/zeroclaw.sh)
Codex CLI
bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/codex.sh)
OpenCode
bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/opencode.sh)
Kilo Code
bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/kilocode.sh)
Non-Interactive Mode
LIGHTSAIL_SERVER_NAME=dev-mk1 \
OPENROUTER_API_KEY=sk-or-v1-xxxxx \
bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/claude.sh)