Skip to content

Releases: utmapp/UTM

v3.2.3

13 May 05:21
@osy osy
Compare
Choose a tag to compare

Installation

iOS: Visit https://getutm.app/install/ for the most up to date installation instructions.
macOS: Download "UTM.dmg" below and copy the contents to your /Applications directory.

Highlights

  • QEMU 7.0.0: The backend has been updated to the latest release. Check out https://www.qemu.org/2022/04/19/qemu-7-0-0/ for more details. Additionally, other backend components such as SPICE GTK, libusbredir, and more have also been updated.
  • Reclaiming space: the host will attempt to TRIM any page of all zeros when committed to the QCOW2 disk image. Additionally, a new button in disk settings will allow you to re-convert a disk image to reclaim space (of all-zero pages) as well as compress an existing disk image (macOS 12+ only). Note compression is only done statically which means when the guest modifies a sector, it will be stored uncompressed just like before.
  • Disposable mode: right click/long press on a QEMU VM and select "Run without saving changes" to start VM in "disposable mode." In this mode, changes will not be saved to disk and will be discarded once the VM is stopped. (thanks @ktprograms)

Notes

  • Reminder: for troubleshooting common Windows install issues (such as no networking), please check out the guide.
  • If you manually added highmem=on or highmem=off to your QEMU Machine Properties as a workaround to issues in a previous release, please remove it.
  • (iOS) UTM v3.2.x will be the last update to support iOS 11-13. If you are still running those versions, please make sure you report any issues now so they can be fixed by the final release of v3.2.x. After that, iOS 14+ will be required to run future versions of UTM.

Changes (v3.2.3)

  • Disabled screenshots for GL virtual machines (workaround for a crash that occurs, this will be re-enabled in a future update once the crash is triaged)
  • (iOS) Pass through Esc key on external keyboard when VoiceOver is in use (#3940)
  • (macOS) Use correct scaling when HiDPI is enabled (#3968)
  • (macOS) Fix toolbar overlapping top of screen when "Automatically hide and show the menu bar in full screen" is unchecked in system preferences (#3919)
  • (macOS) When bridged networking is selected, default the interface to "en0" (#3945)
  • (macOS) Wizard: clarify that Linux kernel and initrd must be uncompressed if Apple Virtualization is used

Changes (v3.2.2)

  • Add "disposable mode" (see highlights for more information) (thanks @ktprograms)
  • Do not enable UEFI for unsupported architectures (#3976)
  • Fix broken play button in sidebar (#3980)
  • Fix "Error -1 while loading VM state" on resume caused by usbredir (#3979)
  • Various UI tweaks and typo fixes (#3984)
  • Fixed pausing without saving state
  • Fixed showing warning prompt when VM is paused but not saved
  • (iOS) Detect if UTM is installed without AltStore and AltJIT will not attempt to be used.
  • (iOS) Reduced build size by 10% (thanks @Halo-Michael) (#3934)
  • (macOS) Add new preference option to revert Caps Lock behaviour to pre 3.2.0 (#3974)

Changes (v3.2.1)

  • Fixed boot of RISC-V virt platform (thanks @wegank)
  • Remove highmem=off default property which is no longer needed on macOS 12.4+ and iOS 15.5+ (it will still be used on lower versions) (#3941, #3946)
  • Caps lock state will now be synchronized when mouse is captured (note that if mouse is captured before the guest OS has booted up, the state will be out of sync) (#3415)
  • Re-introduce option to disable auto-resolution when SPICE tools is installed (#3938)
  • When discarding unsaved settings, do not delete any disk image not created by UTM (#3587)
  • Fix downloading of UTM zip files when the URL does not end in ".zip" (#3953)
  • (macOS) When importing a disk image, do not silently overwrite an existing image of the same name (#3866)
  • (macOS) Added option to reclaim unused space from disk image and to compress a disk image (macOS 12+ only)
  • (macOS) On the VM list, the start button will now change to a spinner when the VM is starting and will disappear when the VM has started. Also added the ability to start/show a VM by double-clicking on the list item (#3885)

Changes (v3.2.0)

  • Checkbox for "Import VHDX Image" in the wizard now works correctly again (#3760)
  • Fixed various crashes in SPICE webdavd share has been resolved thanks to updated backend (#3633)
  • Removed "cache=writethrough" argument from block devices since it was added to workaround an issue with VHDX images which we now convert to QCOW2
  • Added "discard=unmap,detect-zeroes=unmap" argument to block devices to reclaim unused space (#3460)
  • When "do not save screenshot to disk" is enabled, any existing screenshot will be deleted the next time the VM is started (#3936)
  • Fixed an issue in QEMU additional arguments where it sometimes would not appear after setting it (#3895)
  • Fixed RNG device not appearing in console mode even when enabled in the settings (#3790)
  • Added support for up to 5 additional mouse buttons (you may need to re-map them in the guest OS as they are automatically set to middle/up/down/side/extra) (#3906)
  • (iOS) Fixed an issue in the legacy view where "invalid identifier" error may show up on a newly created VM (#3872)
  • (macOS) Fixed crash when changing display settings while the VM window is open (but stopped) (#3925)
  • (macOS) Fixed crash when trying to select "Share..." in context menu (#3915)
  • (macOS) Prevent allowing rapid clicking of pause/resume which may lead to VM corruption (#3629)
  • (macOS) Show progress indicator while VM is saving to prevent user from terminating the app early and cause corruption (#3752)
  • (macOS) Block unsupported Apple USB devices from being captured (#3759)

Issues

Please check the full list on Github and help report any bug you find that is not listed.

Known Issues

  • iOS 14 and below: There is a known issue crashing while running under taurine but not unc0ver. (#3628)

v3.2.2 (Beta)

08 May 21:01
@osy osy
Compare
Choose a tag to compare
v3.2.2 (Beta) Pre-release
Pre-release

Installation

iOS: Visit https://getutm.app/install/ for the most up to date installation instructions.
macOS: Download "UTM.dmg" below and copy the contents to your /Applications directory.

Highlights

  • QEMU 7.0.0: The backend has been updated to the latest release. Check out https://www.qemu.org/2022/04/19/qemu-7-0-0/ for more details. Additionally, other backend components such as SPICE GTK, libusbredir, and more have also been updated.
  • Reclaiming space: the host will attempt to TRIM any page of all zeros when committed to the QCOW2 disk image. Additionally, a new button in disk settings will allow you to re-convert a disk image to reclaim space (of all-zero pages) as well as compress an existing disk image (macOS 12+ only). Note compression is only done statically which means when the guest modifies a sector, it will be stored uncompressed just like before.
  • Disposable mode: right click/long press on a QEMU VM and select "Run without saving changes" to start VM in "disposable mode." In this mode, changes will not be saved to disk and will be discarded once the VM is stopped. (thanks @ktprograms)

Notes

  • (iOS) UTM v3.2.x will be the last update to support iOS 11-13. If you are still running those versions, please make sure you report any issues now so they can be fixed by the final release of v3.2.x. After that, iOS 14+ will be required to run future versions of UTM.
  • In v3.2.0, if you added highmem=on to your QEMU Machine Properties as a workaround, please remove it after updating. If you did not use v3.2.0, you can ignore this.

Changes (v3.2.2)

  • Add "disposable mode" (see highlights for more information) (thanks @ktprograms)
  • Do not enable UEFI for unsupported architectures (#3976)
  • Fix broken play button in sidebar (#3980)
  • Fix "Error -1 while loading VM state" on resume caused by usbredir (#3979)
  • Various UI tweaks and typo fixes (#3984)
  • Fixed pausing without saving state
  • Fixed showing warning prompt when VM is paused but not saved
  • (iOS) Detect if UTM is installed without AltStore and AltJIT will not attempt to be used.
  • (iOS) Reduced build size by 10% (thanks @Halo-Michael) (#3934)
  • (macOS) Add new preference option to revert Caps Lock behaviour to pre 3.2.0 (#3974)

Changes (v3.2.1)

  • Fixed boot of RISC-V virt platform (thanks @wegank)
  • Remove highmem=off default property which is no longer needed on macOS 12.4+ and iOS 15.5+ (it will still be used on lower versions) (#3941, #3946)
  • Caps lock state will now be synchronized when mouse is captured (note that if mouse is captured before the guest OS has booted up, the state will be out of sync) (#3415)
  • Re-introduce option to disable auto-resolution when SPICE tools is installed (#3938)
  • When discarding unsaved settings, do not delete any disk image not created by UTM (#3587)
  • Fix downloading of UTM zip files when the URL does not end in ".zip" (#3953)
  • (macOS) When importing a disk image, do not silently overwrite an existing image of the same name (#3866)
  • (macOS) Added option to reclaim unused space from disk image and to compress a disk image (macOS 12+ only)
  • (macOS) On the VM list, the start button will now change to a spinner when the VM is starting and will disappear when the VM has started. Also added the ability to start/show a VM by double-clicking on the list item (#3885)

Changes (v3.2.0)

  • Checkbox for "Import VHDX Image" in the wizard now works correctly again (#3760)
  • Fixed various crashes in SPICE webdavd share has been resolved thanks to updated backend (#3633)
  • Removed "cache=writethrough" argument from block devices since it was added to workaround an issue with VHDX images which we now convert to QCOW2
  • Added "discard=unmap,detect-zeroes=unmap" argument to block devices to reclaim unused space (#3460)
  • When "do not save screenshot to disk" is enabled, any existing screenshot will be deleted the next time the VM is started (#3936)
  • Fixed an issue in QEMU additional arguments where it sometimes would not appear after setting it (#3895)
  • Fixed RNG device not appearing in console mode even when enabled in the settings (#3790)
  • Added support for up to 5 additional mouse buttons (you may need to re-map them in the guest OS as they are automatically set to middle/up/down/side/extra) (#3906)
  • (iOS) Fixed an issue in the legacy view where "invalid identifier" error may show up on a newly created VM (#3872)
  • (macOS) Fixed crash when changing display settings while the VM window is open (but stopped) (#3925)
  • (macOS) Fixed crash when trying to select "Share..." in context menu (#3915)
  • (macOS) Prevent allowing rapid clicking of pause/resume which may lead to VM corruption (#3629)
  • (macOS) Show progress indicator while VM is saving to prevent user from terminating the app early and cause corruption (#3752)
  • (macOS) Block unsupported Apple USB devices from being captured (#3759)

Issues

Please check the full list on Github and help report any bug you find that is not listed.

Known Issues

  • iOS 14 and below: There is a known issue crashing while running under taurine but not unc0ver. (#3628)

v3.2.1 (Beta)

02 May 19:08
@osy osy
Compare
Choose a tag to compare
v3.2.1 (Beta) Pre-release
Pre-release

Installation

iOS: Visit https://getutm.app/install/ for the most up to date installation instructions.
macOS: Download "UTM.dmg" below and copy the contents to your /Applications directory.

Highlights

  • QEMU 7.0.0: The backend has been updated to the latest release. Check out https://www.qemu.org/2022/04/19/qemu-7-0-0/ for more details. Additionally, other backend components such as SPICE GTK, libusbredir, and more have also been updated.
  • Reclaiming space: the host will attempt to TRIM any page of all zeros when committed to the QCOW2 disk image. Additionally, a new button in disk settings will allow you to re-convert a disk image to reclaim space (of all-zero pages) as well as compress an existing disk image (macOS 12+ only). Note compression is only done statically which means when the guest modifies a sector, it will be stored uncompressed just like before.

Notes

  • (iOS) UTM v3.2.x will be the last update to support iOS 11-13. If you are still running those versions, please make sure you report any issues now so they can be fixed by the final release of v3.2.x. After that, iOS 14+ will be required to run future versions of UTM.
  • In v3.2.0, if you added highmem=on to your QEMU Machine Properties as a workaround, please remove it after updating. If you did not use v3.2.0, you can ignore this.

Changes (v3.2.1)

  • Fixed boot of RISC-V virt platform (thanks @wegank)
  • Remove highmem=off default property which is no longer needed on macOS 12.4+ and iOS 15.5+ (it will still be used on lower versions) (#3941, #3946)
  • Caps lock state will now be synchronized when mouse is captured (note that if mouse is captured before the guest OS has booted up, the state will be out of sync) (#3415)
  • Re-introduce option to disable auto-resolution when SPICE tools is installed (#3938)
  • When discarding unsaved settings, do not delete any disk image not created by UTM (#3587)
  • Fix downloading of UTM zip files when the URL does not end in ".zip" (#3953)
  • (macOS) When importing a disk image, do not silently overwrite an existing image of the same name (#3866)
  • (macOS) Added option to reclaim unused space from disk image and to compress a disk image (macOS 12+ only)
  • (macOS) On the VM list, the start button will now change to a spinner when the VM is starting and will disappear when the VM has started. Also added the ability to start/show a VM by double-clicking on the list item (#3885)

Changes (v3.2.0)

  • Checkbox for "Import VHDX Image" in the wizard now works correctly again (#3760)
  • Fixed various crashes in SPICE webdavd share has been resolved thanks to updated backend (#3633)
  • Removed "cache=writethrough" argument from block devices since it was added to workaround an issue with VHDX images which we now convert to QCOW2
  • Added "discard=unmap,detect-zeroes=unmap" argument to block devices to reclaim unused space (#3460)
  • When "do not save screenshot to disk" is enabled, any existing screenshot will be deleted the next time the VM is started (#3936)
  • Fixed an issue in QEMU additional arguments where it sometimes would not appear after setting it (#3895)
  • Fixed RNG device not appearing in console mode even when enabled in the settings (#3790)
  • Added support for up to 5 additional mouse buttons (you may need to re-map them in the guest OS as they are automatically set to middle/up/down/side/extra) (#3906)
  • (iOS) Fixed an issue in the legacy view where "invalid identifier" error may show up on a newly created VM (#3872)
  • (macOS) Fixed crash when changing display settings while the VM window is open (but stopped) (#3925)
  • (macOS) Fixed crash when trying to select "Share..." in context menu (#3915)
  • (macOS) Prevent allowing rapid clicking of pause/resume which may lead to VM corruption (#3629)
  • (macOS) Show progress indicator while VM is saving to prevent user from terminating the app early and cause corruption (#3752)
  • (macOS) Block unsupported Apple USB devices from being captured (#3759)

Issues

Please check the full list on Github and help report any bug you find that is not listed.

Known Issues

  • iOS 14 and below: There is a known issue crashing while running under taurine but not unc0ver. (#3628)

v3.2.0 (Beta)

25 Apr 21:37
@osy osy
Compare
Choose a tag to compare
v3.2.0 (Beta) Pre-release
Pre-release

Installation

iOS: Visit https://getutm.app/install/ for the most up to date installation instructions.
macOS: Download "UTM.dmg" below and copy the contents to your /Applications directory.

Highlights

  • QEMU 7.0.0*: The backend has been updated to the latest release. Check out https://www.qemu.org/2022/04/19/qemu-7-0-0/ for more details. Additionally, other backend components such as SPICE GTK, libusbredir, and more have also been updated.

Notes

  • (iOS) UTM v3.2.x will be the last update to support iOS 11-13. If you are still running those versions, please make sure you report any issues now so they can be fixed by the final release of v3.2.x. After that, iOS 14+ will be required to run future versions of UTM.

Changes (v3.2.0)

  • Checkbox for "Import VHDX Image" in the wizard now works correctly again (#3760)
  • Fixed various crashes in SPICE webdavd share has been resolved thanks to updated backend (#3633)
  • Removed "cache=writethrough" argument from block devices since it was added to workaround an issue with VHDX images which we now convert to QCOW2
  • Added "discard=unmap,detect-zeroes=unmap" argument to block devices to reclaim unused space (#3460)
  • When "do not save screenshot to disk" is enabled, any existing screenshot will be deleted the next time the VM is started (#3936)
  • Fixed an issue in QEMU additional arguments where it sometimes would not appear after setting it (#3895)
  • Fixed RNG device not appearing in console mode even when enabled in the settings (#3790)
  • Added support for up to 5 additional mouse buttons (you may need to re-map them in the guest OS as they are automatically set to middle/up/down/side/extra) (#3906)
  • (iOS) Fixed an issue in the legacy view where "invalid identifier" error may show up on a newly created VM (#3872)
  • (macOS) Fixed crash when changing display settings while the VM window is open (but stopped) (#3925)
  • (macOS) Fixed crash when trying to select "Share..." in context menu (#3915)
  • (macOS) Prevent allowing rapid clicking of pause/resume which may lead to VM corruption (#3629)
  • (macOS) Show progress indicator while VM is saving to prevent user from terminating the app early and cause corruption (#3752)
  • (macOS) Block unsupported Apple USB devices from being captured (#3759)

Issues

Please check the full list on Github and help report any bug you find that is not listed.

Known Issues

  • iOS 14 and below: There is a known issue crashing while running under taurine but not unc0ver. (#3628)
  • Starting a VM shows an empty "Error" dialog. This will be fixed in the next release. A workaround is to add highmem=on to "QEMU -> QEMU Machine Properties".

v3.1.5

11 Mar 18:54
@osy osy
Compare
Choose a tag to compare

Note: This is the same as v3.1.4 but with a fix for boot issues with the latest Linux kernel.

Installation

Visit https://getutm.app/install/ for the most up to date installation instructions.

Highlights

  • Store .utm bundles anywhere on disk (including on external drives) and import them as a shortcut. See notes below for some limitations.
  • Wizard redesign (thanks @js-john)
  • Various UI tweaks, fixes, and improvements (thanks @j-f1). Note that some settings have moved to different categories
  • Overhaul of the UTM backend which should improve application stability

Notes

  • (iOS) UTM v3.1.x will be the last update to support iOS 11 and iOS 12. If you are still running those versions, please make sure you report any issues now so they can be fixed by the final release of v3.1.x. After that, iOS 13+ will be required to run future versions of UTM.
  • You can now run .utm files stored anywhere. There are a few caveats: First, all newly created VMs will still be created in the default storage (app sandbox). You can move the VM after creation with the new button on the toolbar or by right clicking (or force touch) on the VM entry and selecting "Move..." Second, when VM shortcuts are deleted, the underlying data is unaffected, and shortcuts are automatically deleted when they are no longer valid (for example, the .utm was moved). You can re-import the .utm by either double clicking it from Finder, or using "File -> Import Virtual Machine..." Finally, Apple VMs do not support persistent shortcuts, which means the shortcut is always deleted after UTM quits. This means you must re-import Apple VMs every time UTM is launched.
  • Default machine properties will now always be included unless explicitly set to another value in QEMU settings. For example, if you are booting an aarch64 virt machine, the property highmem=off will be appended unless the user specifies highmem=on in QEMU settings. Previously, when you select virt in VM settings, the machine properties text box will auto populate with highmem=off. If the user deletes it, then the VM will not boot because it requires highmem=off. Advanced users can still specify highmem=on and it will not be overridden.

Changes (v3.1.5)

  • Fixed latest Linux kernel failing to boot (β€œEFI stub: Exiting boot services and installing virtual address map...”) (thanks @agraf for the fix) (#2682)
  • Fixed freezing during restart of a GL VM (#3746)
  • Clarified that clipboard sharing and auto resolution features are the same setting (#3748)

Changes (v3.1.4)

  • The changes to behaviour of β€œlegacy input” introduced in v3.1.2 is now disabled by default for all existing (x86_64) virtual machines. For new virtual machines, the default is still to disable PS/2 bus when USB is enabled. However, this can be overridden with a new tweak β€œForce PS/2 Controller” in the QEMU settings. (#3723)
  • The computed size for shortcut VMs is properly calculated and saving shorting VM settings works (#3724)
  • "Error: Use -machine help to list supported machines" shows up when starting a newly created virtualized VM (#3722)
  • Updated zh-Hans translation (thanks @js-john)
  • (iOS 11-13) Default UEFI boot to off because we do not have any UI to change it

Changes (v3.1.3)

  • Hotfix: An earlier release of v3.1.3 had a bug which prevented newly created VMs from booting, this has now been fixed
  • Use QCOW2 format for EFI variables on newly created variables image. This enables suspend state to work on EFI enabled VMs again (unless suspend fails for other unsupported devices). Note: existing VMs should delete the EFI variables drive from VM Settings in order for UTM to recreate it as QCOW2.
  • The busy spinner gets suck during startup or shutdown (#3702)
  • Boots Windows ARM emulation with QEMU TCG by adding virtualization=on machine property (#3703)
  • Default machine properties will always be included unless explicitly set to another value in QEMU settings. (See notes above.)
  • Various UI tweaks, fixes, and improvements (thanks @j-f1). Note that some settings have moved to different categories.
  • Fixed "Failed to create new bookmark" when trying to launch a VM shortcut
  • Automatically de-toggle UEFI boot tweak on unsupported targets
  • Fixed a situation that caused UTM to crash randomly (#3515)
  • (iOS 14) Toolbar had large overlapping icons on compact devices

Changes (v3.1.2)

  • Fixed leaking of location data in debug.log (#3667)
  • Console mode settings for colours are slightly off from the picker values. This has been fixed by using P3 space hex values.
  • Retain ordering of VM list when using move, clone, and edit operations
  • Show "unavailable" VMs when a shortcut is unaccessible due to the VM being deleted or an external drive not being mounted. No longer deletes these shortcuts by default (#3686)
  • Support importing multiple .utm at once (#3685)
  • Rename "import" menu to "open" to reflect the new behaviour of creating a shortcut by default. Add the "open" option to the first page of the wizard as well so iOS users can access it
  • New context menu option "New from template..." can be called to duplicate the settings of an existing QEMU VM without the data (#2339)
  • Fixed a UI issue where an error message makes the VM stuck in "busy" state
  • Disable PS/2 keyboard/mouse when "legacy input" is off. Renamed "legacy input" to USB mode to make more explicit that when it is off, a USB bus is emulated with the input controls there (#3674)
  • Moved USB sharing options to Input tab to consolidate USB settings
  • (iOS) Fixed launching on < iOS 15 (except with taurine, which is still broken for different reasons)
  • (iOS) Fix saving last display origin and scale (#3669)
  • Option to use UTC vs localtime (previous default) in a new option (QEMU -> Tweaks). This resolves clock issues on some Linux distros (#3104)
  • (iOS) Ability to fine tune cursor speed (in Settings) (#2522)
  • (iOS) Various improvements to scaling including fixing pinch to zoom on iOS 15
  • (iOS) Fixed a random crash due to iOS 15 dyld changes (#3672)
  • (macOS) Ability to turn off auto QCOW2 conversion when importing an image as well as the ability to create a raw disk image (#3637)

Changes (v3.1.1)

  • Automatically delete broken bookmarks for removable drives and shared directories after showing the error once (#3575)
  • Refactored backend QEMU VM manager to support Swift concurrency and also fix some rare race issues
  • Added picker for console background and text colour (thanks @ktprograms)
  • Added font style (bold/italics) for console font as well as font chooser for macOS (thanks @ktprograms)
  • Fixed crash/freeze when using UTM URL actions (#3642)
  • (iOS) Wizard: style was incorrect on iOS 14
  • (iOS) Keyboard visibility state is now stored globally instead of per-VM
  • (iOS) Fixed an issue where the keyboard always pops up when an alert shows
  • (iOS) On iOS 13.4, old cursor functionality is restored when it was broken by the iOS 14 cursor implementation
  • (iOS) iOS 15 introduced a kernel race that leads to a panic and sometimes a purple screen and device reboot whenever GL is used. This has been fixed by reducing the possibility of the race (while we wait for Apple to fix it in iOS kernel) (#2743)
  • (iOS) Better error message when attempting to launch an unsupported architecture in UTM SE (#3635)
  • (macOS) Added descriptions to screen resolutions and notch-hiding resolutions (thanks @pointum)

Changes (v3.1.0)

  • Improved design of wizard on iOS (thanks @js-john)
  • Updated zh-Hans translation (thanks @ty-yqs)
  • Refactored backend renderer into CocoaSpice
  • Updated backend code to use Swift 5.5 concurrency features
  • In Apple VM configs, do not discard non-persistent settings (shared directories) when canceling out of settings window
  • Add option to run VM as a shortcut (see notes above) (#132, #1205)
  • Added icon for Pop! OS to picker (thanks @conath)
  • Fixed QEMU custom argument parsing when there is quoted space in middle of the argument (#3579)
  • Update the VM screenshot on a timer (#3499)
  • Added new global setting to disable saving screenshot to disk
  • Improved synchronization of state from the VM window and the main window (play button visible when stopped, busy spinner visible when starting, etc)
  • (iOS) Fix crash while installing on older versions of jailbroken iOS (#3543)
  • (macOS) Fix an issue where Apple VM aux storage was not created when switching from Linux to macOS boot option
  • (macOS) Ability to move a .utm VM to external storage
  • (macOS) Toolbar option to delete VM should be disabled when VM is running
  • (macOS) Support taking screenshots of Apple VMs

Issues

Please check the full list on Github and help report any bug you find that is not listed.

Known Issues

  • iOS 14 and below: There is a known issue crashing while running under taurine but not unc0ver. (#3628)

v3.1.4

09 Mar 17:20
@osy osy
Compare
Choose a tag to compare

Installation

Visit https://getutm.app/install/ for the most up to date installation instructions.

Highlights

  • Store .utm bundles anywhere on disk (including on external drives) and import them as a shortcut. See notes below for some limitations.
  • Wizard redesign (thanks @js-john)
  • Various UI tweaks, fixes, and improvements (thanks @j-f1). Note that some settings have moved to different categories
  • Overhaul of the UTM backend which should improve application stability

Notes

  • (iOS) UTM v3.1.x will be the last update to support iOS 11 and iOS 12. If you are still running those versions, please make sure you report any issues now so they can be fixed by the final release of v3.1.x. After that, iOS 13+ will be required to run future versions of UTM.
  • You can now run .utm files stored anywhere. There are a few caveats: First, all newly created VMs will still be created in the default storage (app sandbox). You can move the VM after creation with the new button on the toolbar or by right clicking (or force touch) on the VM entry and selecting "Move..." Second, when VM shortcuts are deleted, the underlying data is unaffected, and shortcuts are automatically deleted when they are no longer valid (for example, the .utm was moved). You can re-import the .utm by either double clicking it from Finder, or using "File -> Import Virtual Machine..." Finally, Apple VMs do not support persistent shortcuts, which means the shortcut is always deleted after UTM quits. This means you must re-import Apple VMs every time UTM is launched.
  • Default machine properties will now always be included unless explicitly set to another value in QEMU settings. For example, if you are booting an aarch64 virt machine, the property highmem=off will be appended unless the user specifies highmem=on in QEMU settings. Previously, when you select virt in VM settings, the machine properties text box will auto populate with highmem=off. If the user deletes it, then the VM will not boot because it requires highmem=off. Advanced users can still specify highmem=on and it will not be overridden.

Changes (v3.1.4)

  • The changes to behaviour of β€œlegacy input” introduced in v3.1.2 is now disabled by default for all existing (x86_64) virtual machines. For new virtual machines, the default is still to disable PS/2 bus when USB is enabled. However, this can be overridden with a new tweak β€œForce PS/2 Controller” in the QEMU settings. (#3723)
  • The computed size for shortcut VMs is properly calculated and saving shorting VM settings works (#3724)
  • "Error: Use -machine help to list supported machines" shows up when starting a newly created virtualized VM (#3722)
  • Updated zh-Hans translation (thanks @js-john)
  • (iOS 11-13) Default UEFI boot to off because we do not have any UI to change it

Changes (v3.1.3)

  • Hotfix: An earlier release of v3.1.3 had a bug which prevented newly created VMs from booting, this has now been fixed
  • Use QCOW2 format for EFI variables on newly created variables image. This enables suspend state to work on EFI enabled VMs again (unless suspend fails for other unsupported devices). Note: existing VMs should delete the EFI variables drive from VM Settings in order for UTM to recreate it as QCOW2.
  • The busy spinner gets suck during startup or shutdown (#3702)
  • Boots Windows ARM emulation with QEMU TCG by adding virtualization=on machine property (#3703)
  • Default machine properties will always be included unless explicitly set to another value in QEMU settings. (See notes above.)
  • Various UI tweaks, fixes, and improvements (thanks @j-f1). Note that some settings have moved to different categories.
  • Fixed "Failed to create new bookmark" when trying to launch a VM shortcut
  • Automatically de-toggle UEFI boot tweak on unsupported targets
  • Fixed a situation that caused UTM to crash randomly (#3515)
  • (iOS 14) Toolbar had large overlapping icons on compact devices

Changes (v3.1.2)

  • Fixed leaking of location data in debug.log (#3667)
  • Console mode settings for colours are slightly off from the picker values. This has been fixed by using P3 space hex values.
  • Retain ordering of VM list when using move, clone, and edit operations
  • Show "unavailable" VMs when a shortcut is unaccessible due to the VM being deleted or an external drive not being mounted. No longer deletes these shortcuts by default (#3686)
  • Support importing multiple .utm at once (#3685)
  • Rename "import" menu to "open" to reflect the new behaviour of creating a shortcut by default. Add the "open" option to the first page of the wizard as well so iOS users can access it
  • New context menu option "New from template..." can be called to duplicate the settings of an existing QEMU VM without the data (#2339)
  • Fixed a UI issue where an error message makes the VM stuck in "busy" state
  • Disable PS/2 keyboard/mouse when "legacy input" is off. Renamed "legacy input" to USB mode to make more explicit that when it is off, a USB bus is emulated with the input controls there (#3674)
  • Moved USB sharing options to Input tab to consolidate USB settings
  • (iOS) Fixed launching on < iOS 15 (except with taurine, which is still broken for different reasons)
  • (iOS) Fix saving last display origin and scale (#3669)
  • Option to use UTC vs localtime (previous default) in a new option (QEMU -> Tweaks). This resolves clock issues on some Linux distros (#3104)
  • (iOS) Ability to fine tune cursor speed (in Settings) (#2522)
  • (iOS) Various improvements to scaling including fixing pinch to zoom on iOS 15
  • (iOS) Fixed a random crash due to iOS 15 dyld changes (#3672)
  • (macOS) Ability to turn off auto QCOW2 conversion when importing an image as well as the ability to create a raw disk image (#3637)

Changes (v3.1.1)

  • Automatically delete broken bookmarks for removable drives and shared directories after showing the error once (#3575)
  • Refactored backend QEMU VM manager to support Swift concurrency and also fix some rare race issues
  • Added picker for console background and text colour (thanks @ktprograms)
  • Added font style (bold/italics) for console font as well as font chooser for macOS (thanks @ktprograms)
  • Fixed crash/freeze when using UTM URL actions (#3642)
  • (iOS) Wizard: style was incorrect on iOS 14
  • (iOS) Keyboard visibility state is now stored globally instead of per-VM
  • (iOS) Fixed an issue where the keyboard always pops up when an alert shows
  • (iOS) On iOS 13.4, old cursor functionality is restored when it was broken by the iOS 14 cursor implementation
  • (iOS) iOS 15 introduced a kernel race that leads to a panic and sometimes a purple screen and device reboot whenever GL is used. This has been fixed by reducing the possibility of the race (while we wait for Apple to fix it in iOS kernel) (#2743)
  • (iOS) Better error message when attempting to launch an unsupported architecture in UTM SE (#3635)
  • (macOS) Added descriptions to screen resolutions and notch-hiding resolutions (thanks @pointum)

Changes (v3.1.0)

  • Improved design of wizard on iOS (thanks @js-john)
  • Updated zh-Hans translation (thanks @ty-yqs)
  • Refactored backend renderer into CocoaSpice
  • Updated backend code to use Swift 5.5 concurrency features
  • In Apple VM configs, do not discard non-persistent settings (shared directories) when canceling out of settings window
  • Add option to run VM as a shortcut (see notes above) (#132, #1205)
  • Added icon for Pop! OS to picker (thanks @conath)
  • Fixed QEMU custom argument parsing when there is quoted space in middle of the argument (#3579)
  • Update the VM screenshot on a timer (#3499)
  • Added new global setting to disable saving screenshot to disk
  • Improved synchronization of state from the VM window and the main window (play button visible when stopped, busy spinner visible when starting, etc)
  • (iOS) Fix crash while installing on older versions of jailbroken iOS (#3543)
  • (macOS) Fix an issue where Apple VM aux storage was not created when switching from Linux to macOS boot option
  • (macOS) Ability to move a .utm VM to external storage
  • (macOS) Toolbar option to delete VM should be disabled when VM is running
  • (macOS) Support taking screenshots of Apple VMs

Issues

Please check the full list on Github and help report any bug you find that is not listed.

Known Issues

  • iOS 14 and below: There is a known issue crashing while running under taurine but not unc0ver. (#3628)

v3.1.3 (Beta)

04 Mar 05:56
@osy osy
Compare
Choose a tag to compare
v3.1.3 (Beta) Pre-release
Pre-release

Installation

Visit https://getutm.app/install/ for the most up to date installation instructions.

Highlights

  • Wizard redesign (thanks @js-john)
  • Various UI tweaks, fixes, and improvements (thanks @j-f1). Note that some settings have moved to different categories.
  • Store .utm bundles anywhere on disk (including on external drives) and import them as a shortcut. See notes below for some limitations.

Notes

  • (iOS) UTM v3.1.x will be the last update to support iOS 11 and iOS 12. If you are still running those versions, please make sure you report any issues now so they can be fixed by the final release of v3.1.x. After that, iOS 13+ will be required to run future versions of UTM.
  • This update makes significant changes to the backend of UTM which may have introduced more issues than usual. As a precaution, please make sure you back up your VMs before running this beta in case there are bugs that cause data loss.
  • You can now run .utm files stored anywhere. There are a few caveats: First, all newly created VMs will still be created in the default storage (app sandbox). You can move the VM after creation with the new button on the toolbar or by right clicking (or force touch) on the VM entry and selecting "Move..." Second, when VM shortcuts are deleted, the underlying data is unaffected, and shortcuts are automatically deleted when they are no longer valid (for example, the .utm was moved). You can re-import the .utm by either double clicking it from Finder, or using "File -> Import Virtual Machine..." Finally, Apple VMs do not support persistent shortcuts, which means the shortcut is always deleted after UTM quits. This means you must re-import Apple VMs every time UTM is launched.
  • Default machine properties will now always be included unless explicitly set to another value in QEMU settings. For example, if you are booting an aarch64 virt machine, the property highmem=off will be appended unless the user specifies highmem=on in QEMU settings. Previously, when you select virt in VM settings, the machine properties text box will auto populate with highmem=off. If the user deletes it, then the VM will not boot because it requires highmem=off. Advanced users can still specify highmem=on and it will not be overridden.

Changes (v3.1.3)

  • Hotfix: An earlier release of v3.1.3 had a bug which prevented newly created VMs from booting, this has now been fixed
  • Use QCOW2 format for EFI variables on newly created variables image. This enables suspend state to work on EFI enabled VMs again (unless suspend fails for other unsupported devices). Note: existing VMs should delete the EFI variables drive from VM Settings in order for UTM to recreate it as QCOW2.
  • The busy spinner gets suck during startup or shutdown (#3702)
  • Boots Windows ARM emulation with QEMU TCG by adding virtualization=on machine property (#3703)
  • Default machine properties will always be included unless explicitly set to another value in QEMU settings. (See notes above.)
  • Various UI tweaks, fixes, and improvements (thanks @j-f1). Note that some settings have moved to different categories.
  • Fixed "Failed to create new bookmark" when trying to launch a VM shortcut
  • Automatically de-toggle UEFI boot tweak on unsupported targets
  • Fixed a situation that caused UTM to crash randomly (#3515)
  • (iOS 14) Toolbar had large overlapping icons on compact devices

Changes (v3.1.2)

  • Fixed leaking of location data in debug.log (#3667)
  • Console mode settings for colours are slightly off from the picker values. This has been fixed by using P3 space hex values.
  • Retain ordering of VM list when using move, clone, and edit operations
  • Show "unavailable" VMs when a shortcut is unaccessible due to the VM being deleted or an external drive not being mounted. No longer deletes these shortcuts by default (#3686)
  • Support importing multiple .utm at once (#3685)
  • Rename "import" menu to "open" to reflect the new behaviour of creating a shortcut by default. Add the "open" option to the first page of the wizard as well so iOS users can access it
  • New context menu option "New from template..." can be called to duplicate the settings of an existing QEMU VM without the data (#2339)
  • Fixed a UI issue where an error message makes the VM stuck in "busy" state
  • Disable PS/2 keyboard/mouse when "legacy input" is off. Renamed "legacy input" to USB mode to make more explicit that when it is off, a USB bus is emulated with the input controls there (#3674)
  • Moved USB sharing options to Input tab to consolidate USB settings
  • (iOS) Fixed launching on < iOS 15 (except with taurine, which is still broken for different reasons)
  • (iOS) Fix saving last display origin and scale (#3669)
  • Option to use UTC vs localtime (previous default) in a new option (QEMU -> Tweaks). This resolves clock issues on some Linux distros (#3104)
  • (iOS) Ability to fine tune cursor speed (in Settings) (#2522)
  • (iOS) Various improvements to scaling including fixing pinch to zoom on iOS 15
  • (iOS) Fixed a random crash due to iOS 15 dyld changes (#3672)
  • (macOS) Ability to turn off auto QCOW2 conversion when importing an image as well as the ability to create a raw disk image (#3637)

Changes (v3.1.1)

  • Automatically delete broken bookmarks for removable drives and shared directories after showing the error once (#3575)
  • Refactored backend QEMU VM manager to support Swift concurrency and also fix some rare race issues
  • Added picker for console background and text colour (thanks @ktprograms)
  • Added font style (bold/italics) for console font as well as font chooser for macOS (thanks @ktprograms)
  • Fixed crash/freeze when using UTM URL actions (#3642)
  • (iOS) Wizard: style was incorrect on iOS 14
  • (iOS) Keyboard visibility state is now stored globally instead of per-VM
  • (iOS) Fixed an issue where the keyboard always pops up when an alert shows
  • (iOS) On iOS 13.4, old cursor functionality is restored when it was broken by the iOS 14 cursor implementation
  • (iOS) iOS 15 introduced a kernel race that leads to a panic and sometimes a purple screen and device reboot whenever GL is used. This has been fixed by reducing the possibility of the race (while we wait for Apple to fix it in iOS kernel) (#2743)
  • (iOS) Better error message when attempting to launch an unsupported architecture in UTM SE (#3635)
  • (macOS) Added descriptions to screen resolutions and notch-hiding resolutions (thanks @pointum)

Changes (v3.1.0)

  • Improved design of wizard on iOS (thanks @js-john)
  • Updated zh-Hans translation (thanks @ty-yqs)
  • Refactored backend renderer into CocoaSpice
  • Updated backend code to use Swift 5.5 concurrency features
  • In Apple VM configs, do not discard non-persistent settings (shared directories) when canceling out of settings window
  • Add option to run VM as a shortcut (see notes above) (#132, #1205)
  • Added icon for Pop! OS to picker (thanks @conath)
  • Fixed QEMU custom argument parsing when there is quoted space in middle of the argument (#3579)
  • Update the VM screenshot on a timer (#3499)
  • Added new global setting to disable saving screenshot to disk
  • Improved synchronization of state from the VM window and the main window (play button visible when stopped, busy spinner visible when starting, etc)
  • (iOS) Fix crash while installing on older versions of jailbroken iOS (#3543)
  • (macOS) Fix an issue where Apple VM aux storage was not created when switching from Linux to macOS boot option
  • (macOS) Ability to move a .utm VM to external storage
  • (macOS) Toolbar option to delete VM should be disabled when VM is running
  • (macOS) Support taking screenshots of Apple VMs

Issues

Please check the full list on Github and help report any bug you find that is not listed.

Known Issues

  • iOS 14 and below: There is a known issue crashing while running under taurine but not unc0ver. (#3628)

v3.1.2 (Beta)

28 Feb 01:52
@osy osy
Compare
Choose a tag to compare
v3.1.2 (Beta) Pre-release
Pre-release

Installation

Visit https://getutm.app/install/ for the most up to date installation instructions.

Highlights

  • Wizard redesign (thanks @js-john)
  • Store .utm bundles anywhere on disk (including on external drives) and import them as a shortcut. See notes below for some limitations.

Notes

  • (iOS) UTM v3.1.x will be the last update to support iOS 11 and iOS 12. If you are still running those versions, please make sure you report any issues now so they can be fixed by the final release of v3.1.x. After that, iOS 13+ will be required to run future versions of UTM.
  • This update makes significant changes to the backend of UTM which may have introduced more issues than usual. As a precaution, please make sure you back up your VMs before running this beta in case there are bugs that cause data loss.
  • You can now run .utm files stored anywhere. There are a few caveats: First, all newly created VMs will still be created in the default storage (app sandbox). You can move the VM after creation with the new button on the toolbar or by right clicking (or force touch) on the VM entry and selecting "Move..." Second, when VM shortcuts are deleted, the underlying data is unaffected, and shortcuts are automatically deleted when they are no longer valid (for example, the .utm was moved). You can re-import the .utm by either double clicking it from Finder, or using "File -> Import Virtual Machine..." Finally, Apple VMs do not support persistent shortcuts, which means the shortcut is always deleted after UTM quits. This means you must re-import Apple VMs every time UTM is launched.

Changes (v3.1.2)

  • Fixed leaking of location data in debug.log (#3667)
  • Console mode settings for colours are slightly off from the picker values. This has been fixed by using P3 space hex values.
  • Retain ordering of VM list when using move, clone, and edit operations
  • Show "unavailable" VMs when a shortcut is unaccessible due to the VM being deleted or an external drive not being mounted. No longer deletes these shortcuts by default (#3686)
  • Support importing multiple .utm at once (#3685)
  • Rename "import" menu to "open" to reflect the new behaviour of creating a shortcut by default. Add the "open" option to the first page of the wizard as well so iOS users can access it
  • New context menu option "New from template..." can be called to duplicate the settings of an existing QEMU VM without the data (#2339)
  • Fixed a UI issue where an error message makes the VM stuck in "busy" state
  • Disable PS/2 keyboard/mouse when "legacy input" is off. Renamed "legacy input" to USB mode to make more explicit that when it is off, a USB bus is emulated with the input controls there (#3674)
  • Moved USB sharing options to Input tab to consolidate USB settings
  • (iOS) Fixed launching on < iOS 15 (except with taurine, which is still broken for different reasons)
  • (iOS) Fix saving last display origin and scale (#3669)
  • Option to use UTC vs localtime (previous default) in a new option (QEMU -> Tweaks). This resolves clock issues on some Linux distros (#3104)
  • (iOS) Ability to fine tune cursor speed (in Settings) (#2522)
  • (iOS) Various improvements to scaling including fixing pinch to zoom on iOS 15
  • (iOS) Fixed a random crash due to iOS 15 dyld changes (#3672)
  • (macOS) Ability to turn off auto QCOW2 conversion when importing an image as well as the ability to create a raw disk image (#3637)

Changes (v3.1.1)

  • Automatically delete broken bookmarks for removable drives and shared directories after showing the error once (#3575)
  • Refactored backend QEMU VM manager to support Swift concurrency and also fix some rare race issues
  • Added picker for console background and text colour (thanks @ktprograms)
  • Added font style (bold/italics) for console font as well as font chooser for macOS (thanks @ktprograms)
  • Fixed crash/freeze when using UTM URL actions (#3642)
  • (iOS) Wizard: style was incorrect on iOS 14
  • (iOS) Keyboard visibility state is now stored globally instead of per-VM
  • (iOS) Fixed an issue where the keyboard always pops up when an alert shows
  • (iOS) On iOS 13.4, old cursor functionality is restored when it was broken by the iOS 14 cursor implementation
  • (iOS) iOS 15 introduced a kernel race that leads to a panic and sometimes a purple screen and device reboot whenever GL is used. This has been fixed by reducing the possibility of the race (while we wait for Apple to fix it in iOS kernel) (#2743)
  • (iOS) Better error message when attempting to launch an unsupported architecture in UTM SE (#3635)
  • (macOS) Added descriptions to screen resolutions and notch-hiding resolutions (thanks @pointum)

Changes (v3.1.0)

  • Improved design of wizard on iOS (thanks @js-john)
  • Updated zh-Hans translation (thanks @ty-yqs)
  • Refactored backend renderer into CocoaSpice
  • Updated backend code to use Swift 5.5 concurrency features
  • In Apple VM configs, do not discard non-persistent settings (shared directories) when canceling out of settings window
  • Add option to run VM as a shortcut (see notes above) (#132, #1205)
  • Added icon for Pop! OS to picker (thanks @conath)
  • Fixed QEMU custom argument parsing when there is quoted space in middle of the argument (#3579)
  • Update the VM screenshot on a timer (#3499)
  • Added new global setting to disable saving screenshot to disk
  • Improved synchronization of state from the VM window and the main window (play button visible when stopped, busy spinner visible when starting, etc)
  • (iOS) Fix crash while installing on older versions of jailbroken iOS (#3543)
  • (macOS) Fix an issue where Apple VM aux storage was not created when switching from Linux to macOS boot option
  • (macOS) Ability to move a .utm VM to external storage
  • (macOS) Toolbar option to delete VM should be disabled when VM is running
  • (macOS) Support taking screenshots of Apple VMs

Issues

Please check the full list on Github and help report any bug you find that is not listed.

Known Issues

  • iOS 14 and below: There is a known issue crashing while running under taurine but not unc0ver. (#3628)

v3.1.1 (Beta)

22 Feb 08:07
@osy osy
Compare
Choose a tag to compare
v3.1.1 (Beta) Pre-release
Pre-release

Installation

Visit https://getutm.app/install/ for the most up to date installation instructions.

Highlights

  • Wizard redesign (thanks @js-john)
  • Store .utm bundles anywhere on disk (including on external drives) and import them as a shortcut. See notes below for some limitations.

Notes

  • (iOS) UTM v3.1.x will be the last update to support iOS 11 and iOS 12. If you are still running those versions, please make sure you report any issues now so they can be fixed by the final release of v3.1.x. After that, iOS 13+ will be required to run future versions of UTM.
  • This update makes significant changes to the backend of UTM which may have introduced more issues than usual. As a precaution, please make sure you back up your VMs before running this beta in case there are bugs that cause data loss.
  • You can now run .utm files stored anywhere. There are a few caveats: First, all newly created VMs will still be created in the default storage (app sandbox). You can move the VM after creation with the new button on the toolbar or by right clicking (or force touch) on the VM entry and selecting "Move..." Second, when VM shortcuts are deleted, the underlying data is unaffected, and shortcuts are automatically deleted when they are no longer valid (for example, the .utm was moved). You can re-import the .utm by either double clicking it from Finder, or using "File -> Import Virtual Machine..." Finally, Apple VMs do not support persistent shortcuts, which means the shortcut is always deleted after UTM quits. This means you must re-import Apple VMs every time UTM is launched.

Changes (v3.1.1)

  • Automatically delete broken bookmarks for removable drives and shared directories after showing the error once (#3575)
  • Refactored backend QEMU VM manager to support Swift concurrency and also fix some rare race issues
  • Added picker for console background and text colour (thanks @ktprograms)
  • Added font style (bold/italics) for console font as well as font chooser for macOS (thanks @ktprograms)
  • Fixed crash/freeze when using UTM URL actions (#3642)
  • (iOS) Wizard: style was incorrect on iOS 14
  • (iOS) Keyboard visibility state is now stored globally instead of per-VM
  • (iOS) Fixed an issue where the keyboard always pops up when an alert shows
  • (iOS) On iOS 13.4, old cursor functionality is restored when it was broken by the iOS 14 cursor implementation
  • (iOS) iOS 15 introduced a kernel race that leads to a panic and sometimes a purple screen and device reboot whenever GL is used. This has been fixed by reducing the possibility of the race (while we wait for Apple to fix it in iOS kernel) (#2743)
  • (iOS) Better error message when attempting to launch an unsupported architecture in UTM SE (#3635)
  • (macOS) Added descriptions to screen resolutions and notch-hiding resolutions (thanks @pointum)

Changes (v3.1.0)

  • Improved design of wizard on iOS (thanks @js-john)
  • Updated zh-Hans translation (thanks @ty-yqs)
  • Refactored backend renderer into CocoaSpice
  • Updated backend code to use Swift 5.5 concurrency features
  • In Apple VM configs, do not discard non-persistent settings (shared directories) when canceling out of settings window
  • Add option to run VM as a shortcut (see notes above) (#132, #1205)
  • Added icon for Pop! OS to picker (thanks @conath)
  • Fixed QEMU custom argument parsing when there is quoted space in middle of the argument (#3579)
  • Update the VM screenshot on a timer (#3499)
  • Added new global setting to disable saving screenshot to disk
  • Improved synchronization of state from the VM window and the main window (play button visible when stopped, busy spinner visible when starting, etc)
  • (iOS) Fix crash while installing on older versions of jailbroken iOS (#3543)
  • (macOS) Fix an issue where Apple VM aux storage was not created when switching from Linux to macOS boot option
  • (macOS) Ability to move a .utm VM to external storage
  • (macOS) Toolbar option to delete VM should be disabled when VM is running
  • (macOS) Support taking screenshots of Apple VMs

Issues

Please check the full list on Github and help report any bug you find that is not listed.

Known Issues

  • iOS 14 and below: There is a known issue crashing while running under taurine but not unc0ver. (#3628)

v3.1.0 (Beta)

14 Feb 00:34
@osy osy
Compare
Choose a tag to compare
v3.1.0 (Beta) Pre-release
Pre-release

Installation

Visit https://getutm.app/install/ for the most up to date installation instructions.

Highlights

  • Wizard redesign (thanks @js-john)
  • Store .utm bundles anywhere on disk (including on external drives) and import them as a shortcut. See notes below for some limitations.

Notes

  • (iOS) UTM v3.1.x will be the last update to support iOS 11 and iOS 12. If you are still running those versions, please make sure you report any issues now so they can be fixed by the final release of v3.1.x. After that, iOS 13+ will be required to run future versions of UTM.
  • This update makes significant changes to the backend of UTM which may have introduced more issues than usual. As a precaution, please make sure you back up your VMs before running this beta in case there are bugs that cause data loss.
  • You can now run .utm files stored anywhere. There are a few caveats: First, all newly created VMs will still be created in the default storage (app sandbox). You can move the VM after creation with the new button on the toolbar or by right clicking (or force touch) on the VM entry and selecting "Move..." Second, when VM shortcuts are deleted, the underlying data is unaffected, and shortcuts are automatically deleted when they are no longer valid (for example, the .utm was moved). You can re-import the .utm by either double clicking it from Finder, or using "File -> Import Virtual Machine..." Finally, Apple VMs do not support persistent shortcuts, which means the shortcut is always deleted after UTM quits. This means you must re-import Apple VMs every time UTM is launched.

Changes (v3.1.0)

  • Improved design of wizard on iOS (thanks @js-john)
  • Updated zh-Hans translation (thanks @ty-yqs)
  • Refactored backend renderer into CocoaSpice
  • Updated backend code to use Swift 5.5 concurrency features
  • In Apple VM configs, do not discard non-persistent settings (shared directories) when canceling out of settings window
  • Add option to run VM as a shortcut (see notes above) (#132, #1205)
  • Added icon for Pop! OS to picker (thanks @conath)
  • Fixed QEMU custom argument parsing when there is quoted space in middle of the argument (#3579)
  • Update the VM screenshot on a timer (#3499)
  • Added new global setting to disable saving screenshot to disk
  • Improved synchronization of state from the VM window and the main window (play button visible when stopped, busy spinner visible when starting, etc)
  • (iOS) Fix crash while installing on older versions of jailbroken iOS (#3543)
  • (macOS) Fix an issue where Apple VM aux storage was not created when switching from Linux to macOS boot option
  • (macOS) Ability to move a .utm VM to external storage
  • (macOS) Toolbar option to delete VM should be disabled when VM is running
  • (macOS) Support taking screenshots of Apple VMs

Issues

Please check the full list on Github and help report any bug you find that is not listed.