CQIM is console interface manager for Qemu with the ability to easily and quickly manage virtual machines
- Qemu
- Any *nix system
- python3
Install Qemu:
For debian/ubuntu sudo apt install qemu qemu-system
For fedora/RHEL sudo dnf install qemu qemu-system
For Arch sudo pacman -S qemu qemu-system
Clone the repository
git clone https://github.com/ro0fy/CQIM
Changedir to repository
cd CQIM
Run the script
python3 main.py
Or download the binary file (by pyinstaller) in releases & run it.
./cqim
Enter the path to the Qemu binaries (default - /usr/bin/)
Path to qemu binaries >>
GNU GPLv3
You are free to redistribute and modify the code, provided it is open source.
More in COPYING file