Freestyle
vmcloud-platformA cloud platform that gives AI agents full Linux VMs, provisioned in under a second with live forking and pause/resume.
The VM tier and nested KVM support are vendor-stated on the site; the specific VMM/hypervisor stack is not named in the docs.
Freestyle provisions full Linux VMs for AI agents in under 600ms, with live forking, pause/resume, real root access, and nested virtualization (full KVM support inside the VM, so Docker and even nested VMs work). It pairs the VMs with an API-first Git product for storing and versioning agent-written code. The vendor states the tier plainly, each workload is a full VM with its own kernel, but does not name the or stack underneath, so the depth of that boundary rests on the vendor's word.
Strengths
- Full VMs with real root, provisioned in under a second
- Live forking and pause/resume of running VMs
- Nested virtualization: Docker and KVM work inside the VM
Limitations
- The VMM/hypervisor stack behind the VMs is not named in the docs
- No documented egress-default or secrets-brokering story
- Cloud-only
Files & editor
edit-insideProgrammatic, agent-driven VMs (SDK/API); you run code in them rather than edit interactively.
How you get your project into the environment and edit it. Shared-kernel routes bind-mount host files for your desktop editor; own-kernel routes keep files in the guest, so a desktop editor attaches over remote, or you edit inside. Mounts and remote editing.