Hello, Linux/Unbuntu for Arm Is nice and has a good performance. Also many programs are available for the Arm version or you can compile it for by your own. But many programs are not available for ARM and for some even no compilable source is there. Could a x86/x64 emulation be installed by default to run that programs on it? As I understand, this should work: https://github.com/slimsam4u/Exagear-Desktop-ARM64/blob/master/Installation.md But its complicated for normal users to get there.
@ChrisParallel There will be incoming support for running x64 binaries via Rosetta2 in macOS Ventura, which Parallels may support (not an official statement). In the meantime, it's possible to run x86_64 binaries on ARM64 using a combination of binfmt_misc and qemu-user-static - an example of the inverse is here: https://codepyre.com/2019/12/arming-yourself/ Typically just installing these two binaries will let you then set up a chroot or container with an x86_64 filesystem into which you can install and run executables. This will not perform as quickly as native (or Rosetta2), but it will run most things.