Sistemo¶
Run real Firecracker microVMs on your own Linux machine with one command. No cloud account, no credit card, no Docker required. Manage everything from the CLI or the built-in web dashboard.
curl -sSL https://get.sistemo.io | sh
sudo sistemo up
sistemo machine deploy debian # or: sistemo vm deploy debian
Get started¶
| Quick start | Install and run your first machine in under a minute |
| Installation | One-liner, GitHub releases, from source |
| Commands reference | Full CLI reference with all flags and examples |
Guides¶
- Machines — Deploy, start, stop, terminal, exec, logs
- Port expose — Forward host ports to machines
- Networking — Bridge architecture, named networks, machine-to-machine
- Volumes — Persistent block devices that persist across machine deletes
- Building images — Build from any Docker image or pull from registry
- Systemd service — Run as a service, survive reboots
- Configuration — Config file, env vars, resource limits
- Dashboard — Web UI for machines, images, volumes, networks, and terminal
Reference¶
- Commands — Full CLI reference with all flags and examples
- Architecture — How it works under the hood
- Troubleshooting — Common issues and fixes
Open source, Apache-2.0. GitHub