Open-source self-service platform for small engineering teams. Runs on your own Incus server — not a credit card. One sysadmin sets it up once; everyone else uses the dashboard.
One provider working today. We'd rather ship one thing that actually works than claim six that don't.
| Provider | Status | Notes |
|---|---|---|
| Incus | ● working | LXC containers on a server you control. The only fully implemented provider today. |
| Proxmox | ○ planned | Provider contract is defined — see the stub in providers/proxmox/. Contributions welcome. |
| Cloud (Hetzner, etc.) | ○ planned | Same story — the interface is ready, the implementation isn't yet. |
Incus needs a real virtualization layer — KVM with /dev/kvm
present. A container-based VPS (OpenVZ/Virtuozzo) will not work, even if
it looks like a normal Linux box. Check with
systemd-detect-virt
first. 2GB+ RAM recommended.
Open source. Self-hosted. Running in under an hour.
cp platform.config.example.yml platform.config.yml && sudo bash setup.sh