A Docker-like CLI and HTTP API for managing headless VMs

feat: add preview image to README for enhanced visual representation

+3
.github/assets/preview.png

This is a binary file and will not be displayed.

+3
README.md
··· 1 1 # vmx 2 2 3 3 [![ci](https://github.com/tsirysndr/vmx/actions/workflows/ci.yml/badge.svg)](https://github.com/tsirysndr/vmx/actions/workflows/ci.yml) 4 + [![JSR](https://jsr.io/badges/@tsiry/vmx)](https://jsr.io/@tsiry/vmx) 4 5 5 6 A powerful command-line tool and HTTP API for managing and running headless 6 7 virtual machines using QEMU. Built with Deno and TypeScript, vmx provides a 7 8 Docker-like experience for VM management with OCI registry support. 9 + 10 + ![Preview](./.github/assets/preview.png) 8 11 9 12 ## Features 10 13