box

One CLI to create and manage virtual machines across providers.

vboxVirtualBox VMs
wslWSL distros
azureAzure VMs
isardIsardVDI desktops

Install — Linux / macOS

curl -fsSL https://box.xtec.dev/install.sh | sh

Install — Windows (PowerShell)

irm https://box.xtec.dev/install.ps1 | iex

Usage

box --help            # all providers
box vbox create dev   # a VirtualBox VM
box wsl  create dev   # a WSL distro (Windows)
box azure create dev  # an Azure VM
box isard list        # IsardVDI desktops
box update            # update box itself