We ❤️ Open Source
A community education resource
How UTM makes Linux virtualization easy on Apple Silicon
Running Linux on Apple Silicon: My setup with UTM and Debian.

I bought an M3 MacBook Air last fall to experiment with AI tools and the Large Language Models (LLMs) that were available for use on Apple Silicon. The M3 had more RAM than the M2 it replaced and a larger Non-Volatile Memory Express (NVME) drive. Those were important considerations when I purchased the laptop.
I wanted to install Fedora Asahi Linux on it eventually. To my dismay, I learned that the M3 was not supported. The Asahi Project is still working on support for M3 and M4 macOS machines. That news bummed me out when I read it, but I discovered another way to run Linux on an M3 MacBook Air using UTM, Apple’s Hypervisor virtualization framework.
UTM is a virtualization software that can be installed on an M3, and there are a number of Linux virtual machines that can be downloaded and run at near-normal speeds on the M3. According to the project website, “UTM employs Apple’s Hypervisor virtualization framework to run ARM64 operating systems on Apple Silicon at near-native speeds.” This was great news, and I was eager to install it. I decided to use Homebrew to install the software.
% brew install --cask utm
Once the software was installed, I was ready to try it out. A dialog box appears, and you are invited to “Create a New Virtual Machine” or “Browse UTM Gallery.” There are also tabs for the User Guide and one for support. I decided to browse the gallery and was pleasantly surprised to find several prebuilt Linux ARM64 machines ready to run.

At its core, UTM operates on QEMU—a robust and versatile emulation software that has stood the test of time as a free and open source solution. Despite its capabilities, QEMU’s extensive array of command-line options and settings can make it challenging to navigate and configure. UTM simplifies this process by offering the same robust functionality as QEMU while eliminating complexity, making it accessible to users without requiring expert-level setup.
I chose Debian 11 XFCE from one of the prebuilt machines, downloaded it, and booted it up. The Debian machine has 1 gigabyte of RAM, a 20 GB disk drive, a VGA console, and an ARM64 architecture.

The project’s documentation is excellent and extensive. It is open source with an Apache 2.0 license, and the code is available on Github. I’m still exploring and learning each time I use it. It’s fun to be able to use Linux on Apple Silicon at near-native speeds.
More from We Love Open Source
- 10 open source tools you can start using today
- My top 5 must-have apps on Fedora 41 KDE Plasma
- How to quickly build a multi-distribution Linux USB drive with Ventoy
- Why AI won’t replace developers
- What is OpenTelemetry?
This article is adapted from “Exploring UTM and Linux on Apple Silicon” by Don Watkins, and is republished with permission from the author.
The opinions expressed on this website are those of each author, not of the author's employer or All Things Open/We Love Open Source.