WARNING You're reading a README.md file for beta-version v0.4.0! This version has a lot of bugs and program can be exited with errors for a many times. Please report bugs at project page.
Just a VM manager for QEMU
NXVM is project which helps you to use QEMU emulator in a few clicks. Please note that NXVM is just a QEMU manager, not a written from scratch virtual machine.
Now, NXVM has this dependencies:
qemu-baseqemu-system-x86qt5-basepython-pip
Installation on Arch Linux and systems based on it:
sudo pacman -S qemu-base qemu-system-x86 qt5-base python-pip
Installation on Debian-based systems:
sudo apt install qtbase5-dev qemu qemu-system-x86 python-pip
Open your terminal and execute command:
curl -sSL https://raw.githubusercontent.com/VladosNX/nxvm/refs/heads/main/install.sh | sudo bash
This command will download and install NXVM from source without buildings.

