Download the engine
The vrtmv client runs in your environment. Linux x86-64, self-contained — no runtime to install.
Verify your email to unlock the download. We sent a link when you signed up —
head to your
account to resend it.
1 · Unpack & install
tar xzf vrtmv-linux-x86_64.tar.gz
sudo install vrtmv /usr/local/bin/vrtmv
vrtmv --help
2 · Point it at your account
export VRTMV_API_URL=https://api.vrtmv.com
export VRTMV_API_KEY=your-key # from your account page
3 · Migrate a workload
vrtmv migrate --image prod-web01.vmdk --target alma9 -o ./out
# → roles/vrtmv_migration/tasks/main.yml + signed vrtmv-attestation.json
Your key is on the account page. Reading a disk image read-only needs the usual block-device privileges (losetup / qemu-nbd) on the host you run it from.