HEYO.COMPUTER
PRODUCT

HEYVM CLI

Developer-native interface for creating and managing AI sandboxes. Build locally, deploy anywhere.

> Create and manage sandboxes from the command line

> Integrate with Claude Code, Cursor, or any agent that supports ACP

> Mount local files, sync changes in real-time

> Deploy to cloud with a single command

██╗  ██╗███████╗██╗   ██╗██╗   ██╗███╗   ███╗
██║  ██║██╔════╝╚██╗ ██╔╝██║   ██║████╗ ████║
███████║█████╗   ╚████╔╝ ██║   ██║██╔████╔██║
██╔══██║██╔══╝    ╚██╔╝  ╚██╗ ██╔╝██║╚██╔╝██║
██║  ██║███████╗   ██║    ╚████╔╝ ██║ ╚═╝ ██║
╚═╝  ╚═╝╚══════╝   ╚═╝     ╚═══╝  ╚═╝     ╚═╝

Developer-native interface for AI sandboxes

# Create your first sandbox
heyvm create my-project --mount ./src:/workspace

# Connect your agent
heyvm connect --agent claude-code

# Deploy when ready
heyvm deploy --public