Skip to content

Instantly share code, notes, and snippets.

@jerschneider
jerschneider / QEMU-Silicon-Mac-Virtualization.md
Created September 11, 2021 13:25 — forked from nrjdalal/QEMU-Silicon-Mac-Virtualization.md
Create Virtual Machines using QEMU on Silicon based Apple Macs
View QEMU-Silicon-Mac-Virtualization.md

Install QEMU on Silicon based Apple Macs (June 2021)

Option 1 - Automatically

zsh -c "$(curl -fsSL https://raw.githubusercontent.com/nrjdalal/silicon-virtualizer/master/install-qemu.sh)"

Option 2 - Manually

  • Install Xcode command line tools

xcode-select --install