#0001
`Lume` `0.2` adds unattended macOS VM setup and agent hooks
50radar
LumemacOS VM tool — unattended setup and agent control
Apple Silicon can now spin up disposable macOS VMs with almost no manual setup. MCP, REST, and image registry support make it practical for CI, sandboxed agents, and repeatable test machines.
lume create ... --unattended tahoeautomates macOS Setup Assistant viaVNC+OCR, removing the slowest part of fresh VM provisioning.- A background daemon exposes a
REST APIon port7777, so CI jobs and scripts can start or manage VMs even after the terminal closes. - Native
MCPsupport lets coding agents create VMs and run commands inside them directly, which is useful for isolating risky runs from the host. - Registry push/pull plus multi-storage support turns VM images into reusable build artifacts, especially when local SSD space is tight.
Source: cua.ai/docs/lume/guide/getting-started/introductionRead original →