

You can check what architecture your system has by executing this: $ uname -mĪs you can see, in our system it return arm64.

$ qemu-system-aarch64 -versionĬopyright (c) 2003-2022 Fabrice Bellard and the QEMU Project developers We are very happy with this latest version of Apple Silicon processors, if you’re looking for a new good laptop for development click on the link below.Ĭoming back to our main topic, having an ARM64 architecture system means that we should run the following and see something like what’s shown below as the output. This chip belongs to the category of ARM processors family, therefore the architecture of our machine is AArch64 or ARM64. In our case we are running a MacBook using Apple M1 Pro chip. opt/homebrew/bin/qemu-system-avr /opt/homebrew/bin/qemu-system-mips64 /opt/homebrew/bin/qemu-system-rx /opt/homebrew/bin/qemu-system-xtensaeb opt/homebrew/bin/qemu-system-arm /opt/homebrew/bin/qemu-system-mips /opt/homebrew/bin/qemu-system-riscv64 /opt/homebrew/bin/qemu-system-xtensa

opt/homebrew/bin/qemu-system-aarch64 /opt/homebrew/bin/qemu-system-microblaze /opt/homebrew/bin/qemu-system-ppc64 /opt/homebrew/bin/qemu-system-tricore opt/homebrew/bin/qemu-storage-daemon /opt/homebrew/bin/qemu-system-m68k /opt/homebrew/bin/qemu-system-ppc /opt/homebrew/bin/qemu-system-sparc64 opt/homebrew/bin/qemu-nbd /opt/homebrew/bin/qemu-system-loongarch64 /opt/homebrew/bin/qemu-system-or1k /opt/homebrew/bin/qemu-system-sparc opt/homebrew/bin/qemu-io /opt/homebrew/bin/qemu-system-i386 /opt/homebrew/bin/qemu-system-nios2 /opt/homebrew/bin/qemu-system-sh4eb opt/homebrew/bin/qemu-img /opt/homebrew/bin/qemu-system-hppa /opt/homebrew/bin/qemu-system-mipsel /opt/homebrew/bin/qemu-system-sh4 opt/homebrew/bin/qemu-edid /opt/homebrew/bin/qemu-system-cris /opt/homebrew/bin/qemu-system-mips64el /opt/homebrew/bin/qemu-system-s390x You can see a list of all the executables for each architecture that Homebrew has installed in our machine.

The executable you should use will depend on what system are you currently running on. Once you have finished the installation on your local machine, you can double check the version using the qemu executable installed. If you need help to install or use Homebrew, please read our article “How to Use Homebrew in Mac (OSX)”. The first step is to install QEMU, we are going to use Homebrew to install it on our machine. This is normally quite useful if you need to have a Linux distribution running for any reason, like learning or testing. In this article we will show you how to run Ubuntu on Mac using QEMU, a machine emulator and virtualiser.
