Yes there are. You can find the installer images for Ubuntu Desktop on arm64 in the daily builds:
Latest: https://cdimage.ubuntu.com/daily-live/current/
24.04 LTS: https://cdimage.ubuntu.com/releases/24.04/release/
22.04 LTS: https://cdimage.ubuntu.com/releases/22.04/release/
Note that these images are not officially supported. They should be stable, however, and they are created by the Ubuntu project
Answer from MinelsGO on askubuntu.comYes there are. You can find the installer images for Ubuntu Desktop on arm64 in the daily builds:
Latest: https://cdimage.ubuntu.com/daily-live/current/
24.04 LTS: https://cdimage.ubuntu.com/releases/24.04/release/
22.04 LTS: https://cdimage.ubuntu.com/releases/22.04/release/
Note that these images are not officially supported. They should be stable, however, and they are created by the Ubuntu project
Installing Ubuntu Desktop for arm64 using Ubuntu Server ISO
At the end of the installation, you will have Ubuntu Server installed without any GUI. To install Ubuntu Desktop, log in and run:
$ sudo apt update
$ sudo apt install ubuntu-desktop
$ sudo reboot
Videos
There is a official desktop ISO for 22.04 for ARM64, but I couldn't find one for 24.04 LTS. I want to use Ubuntu as a virtual machine on a Mac.
I thought that Ubuntu would also release desktop versions for ARM64 for LTS releases.