boxd 101

One platform for your developers and your agents.

Engineering teams use boxd to eliminate environment setup, run AI agents on real infrastructure, and ship faster.

The problem

01

Environments are a tax on velocity.

Every new hire, new branch, new experiment costs engineering time. Creating an environment is expensive and the cost compounds invisibly.

02

Your agents are limited by your infrastructure.

AI agents need a real environment to be useful. Your full stack running, packages to install, tests against real databases. Most infrastructure wasn't built for autonomous workloads.

03

Your isolation doesn't match your risk.

You're running code from AI models, from new hires, maybe from users. With agents executing arbitrary code, you need kernel-level boundaries. Not container namespaces.

The solution

A real computer. For every developer and every agent.

50mscold boot
10mspause/resume

Most infrastructure makes you choose: fast but shared (containers), or isolated but slow (VMs). boxd is both. A full Linux machine with its own kernel that boots in 50ms.

Isolation

Own kernel, own memory, own network.

Persistence

State survives across sessions. Nothing is thrown away.

Forking

Fork any machine in milliseconds. Same state, independent from that point on.

Deployment

Your datacenter. Your cloud. Your country.

click to copy
$ ssh boxd.sh new --name=my-app
my-app created (50ms)
 
$ ssh my-app.boxd.sh
boxd@my-app:~$ # full Linux, your toolchain

Three ways in

No install needed.

Your SSH key is your identity. Create machines, run commands, copy files. Works with VS Code Remote, rsync, SCP.

click to copy
$ ssh boxd.sh
Welcome back!
 

Local or inside a VM.

Install the boxd CLI locally, or use it pre-installed inside every VM. JSON output for scripting. Auth is automatic inside VMs.

click to copy
$ boxd new --name=my-app
$ boxd exec my-app -- make test

Every VM gets a URL.

TLS terminated automatically. Any port reachable via public URL. Subdomain proxies for multiple services. WebSocket built in.

click to copy
$ boxd proxy new --port=3000
https://my-app.boxd.sh
 

What makes it different

Speed
50mscold boot
10mspause/resume

Fastest in the category.

50ms cold boot. 10ms pause/resume. Copy-on-write forking at the VM level. Fork a machine for a new hire, a branch, or an agent. No other platform is this fast with real VM isolation.

Isolation

A new primitive: the serverless container.

We built our VMM from the ground up. Not a wrapper around Firecracker or QEMU. Every machine runs its own kernel via KVM. The speed of a container, the isolation of a VM.

Data residency

🇪🇺 European hosted.

All infrastructure runs in EU data centers. Self-hostable when you need full control. Single binary, zero dependencies. Your data stays where you put it.