Quick Start
This page is for users who already:
- can run
claude/codex/gemini/opencodeon host - already have model access configured (env vars or local auth)
Goal: migrate that working setup into MANYOYO with minimal steps.
1. Install manyoyo
bash
npm install -g @xcanwin/manyoyo
manyoyo -v2. Install Podman / Docker
Container runtime install/switch references:
3. Build sandbox image
bash
manyoyo build --iv 1.8.0-common4. Migrate existing configs now
bash
manyoyo init all5. Start agents directly
bash
manyoyo run -r claude
manyoyo run -r codex
manyoyo run -r gemini
manyoyo run -r opencodeTroubleshooting
If init reports missing variables, edit the related runs.<agent>.env in ~/.manyoyo/manyoyo.json:
bash
vim ~/.manyoyo/manyoyo.json
# Example: inspect runs.claude.env
node -e "console.log(require('json5').parse(require('fs').readFileSync(process.env.HOME+'/.manyoyo/manyoyo.json','utf8')).runs?.claude?.env)"More issues: Troubleshooting