Just ship it
You shouldn't need a platform team to deploy an app. One CLI, one config file, done.
No dashboards. No YAML. No tickets.
Init, deploy, scale, and debug from your terminal. Every operation is a single command. Every command is scriptable. If you can use git, you can use zwrm.
# zwrm.toml app = "my-app" [build] builder = "dockerfile" [http_service] internal_port = 8080 auto_stop = true auto_start = true [[vm]] size = "shared-cpu-1x" memory = "256mb" region = "eu-central"
Infrastructure as one file
No Terraform. No CloudFormation. Your entire app defined in a single zwrm.toml that fits on a screen. Check it into git. Review it in a PR. Deploy it in one command.
Batteries included
Stop stitching together 6 different services. It's all here.
Anycast Proxy
TLS, HTTP/2, load balancing. Handled. You never configure a reverse proxy again.
Managed Postgres
One command. Backups, replicas, point-in-time recovery. No DBA required.
Persistent Volumes
NVMe storage that sticks. Attach to any VM, survives restarts and redeploys.
Secrets
Encrypted at rest, injected at deploy. No .env files on servers. Ever.
SSH Access
Shell into any running VM like it's your laptop. Tail logs. Debug live.
Rolling Deploys
Zero-downtime releases. Health checks, auto-rollback. You ship, we babysit.
Machines that boot in milliseconds
Not containers. Firecracker microVMs with their own kernel. Pick a size, deploy, done.
| Preset | CPU | Memory | Best for |
|---|---|---|---|
| shared-cpu-1x | 1 shared | 256 MB | Dev, staging, low-traffic |
| shared-cpu-2x | 2 shared | 512 MB | APIs, web apps |
| dedicated-cpu-1x | 1 dedicated | 2 GB | Production workloads |
| dedicated-cpu-2x | 2 dedicated | 4 GB | Compute-heavy, databases |
| dedicated-cpu-4x | 4 dedicated | 8 GB | ML inference, large apps |
Self-host everything
Run zwrm on your own bare metal. Install the control plane on any Linux server and deploy Firecracker microVMs in minutes.
One CLI for everything
One CLI to manage everything — deploys, scaling, secrets, SSH. Licensed per host, unlimited VMs. No vendor lock-in, no surprise bills.
Stop configuring. Start shipping.
Start your free trial and deploy your first app in under a minute.
Start free trial