VOLANT

The Modular Engine for microVM Orchestration.

Complexity resolved. Execution reduced to intent.

sudo curl -fsSL get.volantvm.com | bash
FOUNDATION

Isolation isn't a feature.
It's the fabric.

VFIO, virtio, vsock—real interfaces, real boundaries. The control plane ends where the hardware begins. What runs inside stays inside.

ISOLATION
Hardware-enforced μVM boundaries
ACTIVE
COMPATIBILITY
OCI + Native binary support
VERIFIED
OVERHEAD
~10MB memory, <200ms cold start
OPTIMIZED
volant.core
\// Kernel-level isolation primitive
type Manifest = {
id: UUID
kernel: bzImage
workload: OCI | Initramfs
network: vsock
}
\// Universal execution paths
match workload.type {
OCI(image) => container_runtime(image)
Binary(path) => direct_exec(path)
}
RUNTIME.ACTIVE
143ms → ready

"Every line of code. Every architectural decision. Every compromise we refused to make. This is what happens when you start with principles instead of expediency."

SYSTEMS

Primitive

Where control stops being a service and becomes a right. The era of gatekept scale is over.

COMPATIBILITY.PATH
OCI
$volar vms create app-vm --plugin nginx-latest
Creating microVM instance...
Pulling OCI image layers...
Configuring container runtime...
Ready in 847ms
PERFORMANCE.PATH
NATIVE
$volar vms create app-vm --plugin caddy-initramfs
Creating microVM instance...
Loading native binary...
Direct kernel execution...
Ready in 159ms

Scale as a right, not a privilege.
The primitives aren't proprietary anymore. They're yours to orchestrate.

SAME.INTERFACE
SAME.SECURITY
DIFFERENT.EXECUTION

A simple foundation
for a
complex world.

$sudo curl -sSL get.volantvm.com | bash
VOLANT is free to use and source-available under the Business Source License 1.1.
© 2025 HYPR PTE. LTD. (UEN 202520273N)