From 440005ed9c7102526aee72ebb9e9d60c106d1a9e Mon Sep 17 00:00:00 2001 From: Ry Walker Date: Wed, 18 Mar 2026 15:40:37 -0400 Subject: [PATCH] docs: add features section to README Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 80bbdb98..6ddf2cba 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,16 @@ --- +## Features + +- **Docker-compatible CLI** — `run`, `exec`, `stop`, `ps`, `logs`, `pull` work like you'd expect +- **Multiple hypervisors** — Cloud Hypervisor, Firecracker, QEMU on Linux; Virtualization.framework on macOS +- **Standby & restore** — snapshot a VM to disk and resume it in milliseconds +- **Built-in ingress** — reverse proxy with TLS termination and subdomain routing +- **GPU passthrough** — vGPU and VFIO device support +- **OCI image support** — pull and run standard container images +- **Remote API** — JWT-authenticated server with a separate CLI client + ## Requirements ### Linux