utmapp/UTM
{ "createdAt": "2019-04-12T16:09:24Z", "defaultBranch": "main", "description": "Virtual machines for iOS and macOS", "fullName": "utmapp/UTM", "homepage": "https://getutm.app", "language": "Swift", "name": "UTM", "pushedAt": "2025-10-01T23:05:05Z", "stargazersCount": 31686, "topics": [ "apple", "emulation", "ios", "jailbreak", "macos", "qemu", "utm", "virtual-machines", "vm" ], "updatedAt": "2025-11-26T01:39:56Z", "url": "https://github.com/utmapp/UTM"}[][1]
It is possible to invent a single machine which can be used to compute any computable sequence.
— Alan Turing, 1936
UTM is a full featured system emulator and virtual machine host for iOS and macOS. It is based off of QEMU. In short, it allows you to run Windows, Linux, and more on your Mac, iPhone, and iPad. More information at https://getutm.app/ and https://mac.getutm.app/
Features
Section titled “Features”- Full system emulation (MMU, devices, etc) using QEMU
- 30+ processors supported including x86_64, ARM64, and RISC-V
- VGA graphics mode using SPICE and QXL
- Text terminal mode
- USB devices
- JIT based acceleration using QEMU TCG
- Frontend designed from scratch for macOS 11 and iOS 11+ using the latest and greatest APIs
- Create, manage, run VMs directly from your device
Additional macOS Features
Section titled “Additional macOS Features”- Hardware accelerated virtualization using Hypervisor.framework and QEMU
- Boot macOS guests with Virtualization.framework on macOS 12+
UTM SE
Section titled “UTM SE”UTM/QEMU requires dynamic code generation (JIT) for maximum performance. JIT on iOS devices require either a jailbroken device, or one of the various workarounds found for specific versions of iOS (see “Install” for more details).
UTM SE (“slow edition”) uses a [threaded interpreter][3] which performs better than a traditional interpreter but still slower than JIT. This technique is similar to what [iSH][4] does for dynamic execution. As a result, UTM SE does not require jailbreaking or any JIT workarounds and can be sideloaded as a regular app.
To optimize for size and build times, only the following architectures are included in UTM SE: ARM, PPC, RISC-V, and x86 (all with both 32-bit and 64-bit variants).
Install
Section titled “Install”UTM (SE) for iOS: https://getutm.app/install/
UTM is also available for macOS: https://mac.getutm.app/
Development
Section titled “Development”[macOS Development]!(Documentation/MacDevelopment.md)
Section titled “[macOS Development]!(Documentation/MacDevelopment.md)”[iOS Development]!(Documentation/iOSDevelopment.md)
Section titled “[iOS Development]!(Documentation/iOSDevelopment.md)”Related
Section titled “Related”- [iSH][4] !: emulates a usermode Linux terminal interface for running x86 Linux applications on iOS
- [a-shell][5] !: packages common Unix commands and utilities built natively for iOS and accessible through a terminal interface
License
Section titled “License”UTM is distributed under the permissive Apache 2.0 license. However, it uses several (L)GPL components. Most are dynamically linked but the gstreamer plugins are statically linked and parts of the code are taken from qemu. Please be aware of this if you intend on redistributing this application.
Some icons made by Freepik from www.flaticon.com.
Additionally, UTM frontend depends on the following MIT/BSD License components:
Continuous integration hosting is provided by MacStadium
[1] !: https://github.com/utmapp/UTM/actions?query=event%3Arelease+workflow%3ABuild [2] !: screen.png [3] !: https://github.com/ktemkin/qemu/blob/with_tcti/tcg/aarch64-tcti/README.md [4] !: https://github.com/ish-app/ish [5] !: https://github.com/holzschu/a-shell
