Although it is not recommended, you can technically create an x86_64 virtual machine directly on your Apple Silicon Mac without the use of an Intel Mac.
Warning: Creating a new x86_64 virtual machine directly on an Apple Silicon Mac will take A LOT of time. Depending on the size of the image file, expect the process to take anything between 30 minutes (Windows 10 21H2 or Windows Server) and a couple of hours (Fedora 40).
Note: Only Windows 10 and Windows Server 2022 x86_64 distributives are supported for direct installation on Apple Silicon Macs using Parallels emulation. For installing Windows 10 22H2 and Windows Server 2019, refer to the Troubleshooting section of this KB article.
Installing Linux distros may present many challenges, including, but not limited to, Parallels Tools for Linux failing to install on newly created Linux virtual machines. We will continue to update the KB article linked above with more details as we test more distros.
Follow these steps:
Download an x86_64 ISO image of a compatible operating system. A Windows 10 ISO can be found here.
Launch the macOS Terminal and execute the following commands: > prlctl create <vm_name> -d <distro> --cpu-type x86 > prlctl set <vm_name> --device-set cdrom0 --image <x86_iso_path> --connect > prlctl start <vm_name> Note: For a full list of possible options for <distro> variable, run the following command in Terminal and pick the one matching your operating system:
> prlctl create <vm_name>-d -list
For Windows 10, the value of <distro> is win-10
.
Follow on-screen instructions to proceed with the installation of the operating system.
For the latest compatibility updates and troubleshooting information, refer to this KB article.