Skip to content

MANYOYOAI Agent CLI Security Sandbox

Safely run Agent YOLO/SOLO mode, protect your host machine

If you prefer Chinese documentation, please switch to 简体中文.

Why MANYOYO

MANYOYO is not a general container tool, but a security sandbox specifically designed for AI Agent CLIs:

  • Pre-installed common Agents and development tools, avoiding repeated installations
  • Freely switch between Agent and /bin/bash, suitable for real development workflows
  • Support configuration files and environment files for team collaboration

Documentation Deployment

This documentation site uses VitePress + GitHub Actions + GitHub Pages:

  • Local development: npm run docs:dev
  • By default it only listens on 127.0.0.1; append --host 0.0.0.0 locally if LAN access is needed
  • Build static site: npm run docs:build
  • Automatically deploy to GitHub Pages after pushing to main branch

Released under the MIT License.