QemuTermux
Use QEMU in Termux as a full virtual machine and Deploy Any OS and iso
Install / Use
/learn @blanckth/QemuTermuxREADME
qemuTermux
Use QEMU in Termux as a full virtual machine and Deploy Any architecture OS and img and run without ROOT.
Authur :
Salar Muhammadi.
DOWNLOAD Termux App and install it , Run and Copy this command and run :
apt-get update -y && \
apt-get dist-upgrade -y && \
apt-get install qemu* -y && \
mkdir image && \
cd image;
Be Patience...
For Creating Virtual Machine HDD image do :
qemu-img create -f qcow2 hdd.img 10G
For Deploy And Running image :
qemu-system-x86_64 -smp 2 -net nic -net user -device AC97 -m 2048 -vnc 127.0.0.1:8 -cdrom image.iso -hda hdd.img
Now you can reach the Desktop with a VNC app like AVNC at localhost:5908
For more Detail Options do :
qemu-system-x86_64 -h
Enjoy!
Related Skills
tmux
349.9kRemote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
diffs
349.9kUse the diffs tool to produce real, shareable diffs (viewer URL, file artifact, or both) instead of manual edit summaries.
terraform-provider-genesyscloud
Terraform Provider Genesyscloud
blogwatcher
349.9kMonitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
View on GitHub90/100
Security Score
Audited on Mar 27, 2026
No findings
