Computers for
AI AgentsBeta

Full Linux VMs optimized for AI workloads

The best build on Freestyle
Onlook Logo
Wordware Logo
Anything Logo
HeroUI Logo
Vly Logovly.ai
A0 Logo
Rork
Vibeflow LogoVibeflow
Stack Logo
Onlook Logo
Wordware Logo
Anything Logo
HeroUI Logo
Vly Logovly.ai
A0 Logo
Rork
Vibeflow LogoVibeflow
Stack Logo

Power. Speed. Security.

Freestyle VMs provide maximum control and power for AI agents.

Instant Startup

VMs provision in under 600ms from API request to ready machine.

root@vm
$ freestyle vms create
[ok] Restored memory snapshot
[ok] Mounted /dev/vda1
[ok] Reached target network
[ok] Started systemd-resolved
[ok] Started sshd.service
[ok] Reached target multi-user
VM ready in 0.7s
root@vm ~ #

Live Forking

Clone a running VM without pausing it — get full copies in milliseconds.

Pause & Resume

Hibernate VMs and resume exactly where you left off — pay nothing while paused.

ONOFF

See it in action

First class TypeScript SDK

1import { freestyle, VmSpec } from "freestyle";
2import { VmBun } from "@freestyle-sh/with-bun";
3
4const { vm } = await freestyle.vms.create({
5  spec: new VmSpec({
6    with: { bun: new VmBun() },
7  }),
8});
9
10await vm.bun.install({ deps: ["zod"], global: true });
11
12
13const { result, stdout, stderr } = await vm.bun.runCode(`
14  import { z } from "zod";
15  const User = z.object({ name: z.string(), age: z.number() });
16  const user = User.parse({ name: "Alice", age: 30 });
17  console.log(JSON.stringify(user));
18`);
19
20console.log(result); // { name: "Alice", age: 30 }

Beyond a Sandbox

Full Linux VMs

Nested Virtualization

Run VMs inside VMs, Docker, or any virtualization stack your agents need. Full KVM support.

Users, Groups, Services

Sealed Linux users, systemd services and groups; multi-user isolation inside every VM.

Full Networking Stack

The full Linux networking stack with real root access.

Works with your favorite tools

First-class integrations for the tools and languages you want to use

Start building with Freestyle VMs

Create your first VM in minutes. No credit card required.

AI Coding Agents

Give each agent its own isolated environment with forking to explore multiple solutions.

User Sandboxes

Each user gets their own dev environment. Hibernate overnight, resume instantly.

Browser Automation

Run headless browsers for testing, scraping, or AI-driven web tasks.

Frequently Asked Questions

Floodgate logoY Combinator logoHustle Fund logoTwo Sigma Ventures logo
© 2026 Freestyle