qemu-system-aarch64

QEMU full system emulation binaries (arm)

Install

All systems
curl cmd.cat/qemu-system-aarch64.sh
Debian Debian
apt-get install qemu-system-arm
Ubuntu
apt-get install qemu-system-arm
Alpine
apk add qemu-system-arm
Arch Arch Linux
pacman -S qemu-system-aarch64-core-2
image/svg+xml Kali Linux
apt-get install qemu-system-arm
Fedora
dnf install qemu-system-aarch64-core-2
Windows (WSL2)
sudo apt-get update sudo apt-get install qemu-system-arm
Raspbian
apt-get install qemu-system-arm
Docker
docker run cmd.cat/qemu-system-aarch64 qemu-system-aarch64 powered by Commando

qemu-system-arm

QEMU full system emulation binaries (arm)

QEMU is a fast processor emulator: currently the package supports ARM emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. This package provides the full system emulation binaries to emulate the following arm hardware: aarch64 arm. In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server.

qemu-system-aarch64-core-2

AArch64

qemu-arch-extra

QEMU for foreign architectures

qemu-headless-arch-extra

QEMU without GUI, for foreign architectures