Highlights
- QEMU v10.0.2: The backend has been updated to the latest upstream QEMU which brings with it a variety of bug fixes and performance improvements.
- Liquid Glass: UTM adopts the Liquid Glass design on *OS 26.
- App Intents: New support for automation with Shortcuts.
- Keyboard Shortcuts: Define custom key combinations (such as Ctrl+Alt+Del) that can be sent to the VM from the new Keyboard menu.
- Improved Wizard: Simplify the creation of emulated machines by selecting from a list of well-supported configurations. The updated wizard can create more working configurations such as RISC-V64 Ubuntu and classic Mac OS 8.x/9.x.
Notes
- (iOS) iOS 26 breaks the technique that AltJIT and similar tools use to enable JIT.
Changes (v4.7.1)
- New Liquid Glass icon thanks to @forcequitOS
- Added App Intents for VM operations (#6245)
- Added UEFI boot support for RISC-V64 and LoongArch64. This allows Ubuntu for RISC-V64 to work out of the box. (#7183)
- QEMU PPC: Disable
bootindex
whenboot-device
is used in prom-env. This allows Yellow Dog Linux for PPC to work out of the box. (#6436) - QEMU x86_64: Fixed floppy boot order configuration for other PC models (isapc, i440fx) (#7166)
- QEMU PPC/M68K: Includes classicvirtio drivers to support cursor input without capture and directory sharing (#6520)
- QEMU M68K: Fixed virtio drive config (#7008)
- Fixed a rare crash after stopping VM due to a race condition in libusb
- Home: improve screenshot contrast in Dark Mode (#6894)
- Config: Fixed a crash when trying to enter a large size value when creating a new drive (#7295)
- Config: Corrected the default host IP address in port forwarding config to "0.0.0.0" when it incorrectly displayed "127.0.0.1" (#7132)
- Keyboard Shortcuts: Create custom combinations of keyboard shortcuts from either Settings -> Input or via the Keyboard icon in the VM (press and hold on iOS/visionOS). This will allow you to easily send key commands such as Ctrl+Alt+Del or Stop+A to the VM. (#5698, #6310, #6757)
- Wizard: New option to import an existing drive image when setting up a Linux VM. This allows Ubuntu for RISC-V64 to work out of the box. (#7183)
- Wizard: New option to create a serial port only Linux VM. This allows Ubuntu for RISC-V64 to work out of the box. (#7183)
- Wizard: Removed VHDX import option because Microsoft now provides ARM64 ISO images. Note: You can still create manually import an VHDX after creating a new VM.
- Wizard: New template to create classic Mac OS VMs for M68K and PPC (#3504, #6890)
- Wizard: Most common and supported machines for emulation are now listed prominently with the full list of supported QEMU architectures/targets hidden behind an "Expert" mode. This is necessary because most of the QEMU targets are not properly supported by the wizard anyways and does not generate a bootable config. They usually require a lot more manual tinkering. The page order of the wizard is also tweaked so the hardware config comes before the boot config now.
- Localization: Updated Chinese (Hong Kong, Simplified) (thanks @changanmoon)
- (iOS SE) Fixed a crash when launching ArchLinux due to mis-handling of REV32
- (iOS SE) Fixed a crash when the first instruction executed is a goto
- (iOS SE) Removed ARM32, RISC-V32, and added M68K. There is little use for ARM32 and RISC-V32 as they cannot boot anything useful that cannot also be booted by the 64-bit variant (which is still included). If you have a counter example of this, please open an issue on GitHub and we can consider re-adding it back in the future. However, removing these will make the app size a lot smaller. M68K is added to support classic Mac OS.
- (macOS 11) Fixed guest tools mounting (#7297)
- (macOS 11) Fixed stop button not working (#7298)
- (macOS) Fixed a bug where an error message on startup leads to the window being stuck (#7161)
- (macOS) Settings: New setting to disable file locking so VMs can be launched from a network share or a filesystem that does not support locking (#7211)
- (macOS) Settings: New setting to disable screenshots completely for privacy reasons (#6620)
- (macOS) Settings: New setting to swap Ctrl and Cmd keys in VMs (#4003)
- (macOS 26) Settings: Brand new layout with a sidebar to match other native apps
- (macOS) AVF: Added clearer message when trying to install macOS beta without having the latest beta support tools installed
- (macOS) AVF: New option to resize (expand) disk images (#6891)
- (macOS 26) Fixed a layout issue with the resize image popover
- (macOS) Home: Fixed hide sidebar button
- (macOS) Config: Show localized network adapter names when available (#7287) (thanks @Schamper)
- (macOS) Scripting: Fixed an issue where wrong UUIDs were generated for display configs (#7145)
Changes (v4.7.0)
- Updated to QEMU v10.0.2
- Config: In the RAM slider, the maximum value has been increased to 64GiB (note that you can always go above the slider limit by typing in the text box) (#7234)
- Localization: Updated Chinese (Hong Kong, Simplified) (thanks @changanmoon)
- Wizard: Fixed crash when VM name is empty (#7245)
- (iOS) Toolbar: Refactored toolbar button layout code
- (macOS) Host only networks: you can set up multiple host-only networks (including ones shared by VMware) and have multiple VMs on the same virtual network (thanks @Schamper)
- (macOS) utmctl: added option to boot Apple VMs into recovery mode (thanks @cees-elzinga)
- (macOS)
Enable QEMU support for vmapple (#7150)Machine model is removed for stability reasons butapple-gfx-pci
is still supported for Intel VMs - (macOS) Rename the main window to 'UTM Library' (#7264)
- (macOS) Display an error when IPSW install fails to load the file (instead of crashing) (#6855)
- (macOS) Settings: Fixed a layout issue (#7117)
- (macOS) Apple Virtualization: Add support for ASIF drive images. On macOS 26, ASIF drives will be created by default.
Issues
Please check the full list on Github and help report any bug you find that is not listed.
Installation
File | Description | Installation | JIT | Hypervisor | USB |
---|---|---|---|---|---|
UTM.deb | Jailbroken iOS version | Open in Cydia, dpkg, or Sileo | Yes | Yes(1) | Yes |
UTM.dmg | macOS version | Mounting and copying UTM.app to /Applications | Yes | Yes | Yes |
UTM.ipa | Non-jailbroken iOS version (sideloading) | AltStore, etc (see guide) | Yes(2) | No | No |
UTM-HV.ipa | Non-jailbroken iOS version (TrollStore) | TrollStore | Yes | Yes(1) | Yes |
UTM-SE.ipa | Non-jailbroken iOS version (sideloading) | AltStore, enterprise signing, etc | No | No | No |
UTM-Remote.ipa | Remote client | Any | No | No | No |
- Hypervisor on iOS requires an M1 iPad or newer.
- Enabling JIT may require a separate JIT enabler such as Jitterbug or Jitstreamer.