My reasons for not considering it:
- As skilled as the Asahi team is, they're a small team going against one of the world's largest corporations. Not only does it take immense effort to reverse engineer every single hardware component, the project will always be at the mercy of Apple, who may break the support at any time with a software or hardware update, whether willing or unwillingly.
- The Linux software ecosystem is sufficiently unstable on its own, but also running it on ARM, _and_ an alien hardware environment, presents even more challenges. As much as the Asahi team has made progress here, expecting them to support all variations of software in this landscape is unreasonable. I definitely don't want to have additional issues to troubleshoot, which I'm tired of doing with Linux to begin with. Cue the replies claiming how Asahi works flawlessly...
That's a whole lot of shaky ground to base my computing on, and I wouldn't consider it even for personal, let alone professional, use. Maybe if Apple started opening up and officially supporting Linux on their hardware, I _might_ consider a project like Asahi, but until then, it's a non-starter for me.
They don't support variations of software at all. They support the hardware. If the drivers work then the software just works. Software is built on APIs. Asahi does not need to support applications.
> always be at the mercy of Apple, who may break the support at any time
Same deal for any other hardware manufacturer. The x86 PC manufacturers are still using proprietary undocumented hardware components to this day, even the ones who you believe are "officially" supporting Linux. It only works because devs are reverse engineering devices without support from the manufacturers.
> but also running it on ARM, _and_ an alien hardware environment, presents even more challenges
ARM is a stable well supported platform for Linux, so the CPU is less of an issue for Asahi devs. Graphics hardware is somewhat "Alien" but is also stable now on Asahi.
From their FAQ page[1]:
> We will eventually release a remix of Arch Linux ARM, packaged for installation by end-users, as a distribution of the same name. The majority of the work resides in hardware support, drivers, and tools, and it will be upstreamed to the relevant projects. The distribution will be a convenient package for easy installation by end-users and give them access to bleeding-edge versions of the software we develop.
As distro maintainers, it is their job to make sure the applications they package work on the hardware they support. This includes submitting patches upstream when that is not the case, as application maintainers likely wouldn't want to support such a niche environment directly. So, yes, they rely on volunteers to fix issues, but they will likely have to support many applications themselves.
There is still a lot of broken software, as this list[2] is surely not exhaustive.
Regardless, all this amounts to less choice of software for the user. The Asahi team has already decided to stop supporting Xorg, and say what you will about Xorg, there will be many applications they realistically can't or won't support for whatever reason.
> Same deal for any other hardware manufacturer. [...] Really not much different to other hardware manufacturers since Linux started.
No, it's very different. First of all, the amount of Linux hackers who volunteered to reverse engineer the wide variety of hardware was orders of magnitude larger than the Asahi team. Even if they limit the amount of devices they support, modern computers are far more complex than in the early days of Linux. Regardless of how talented the Asahi team is, maintaining all the hardware of a modern computer is a sisyphean task for a small group of volunteers.
Secondly, hardware manufacturers could see the benefit of getting their hardware to run in Linux, and many eventually took over support from volunteers. Apple has shown no interest in doing so, and has historically been hostile to open source.
> Asahi devs have made it clear that Apple has chosen to avoid blocking installation of other operating systems.
The fact they allow installation of other operating systems today, doesn't mean that this decision couldn't change in the future. Services are a large part of their business, and allowing a group of hackers to use their hardware without being part of their software ecosystem may seem like a non-issue today, but if this group grows larger assuming projects like Asahi are successful, this might become a considerable loss of income which wouldn't be in their best interest.
> Apple has no issue with it.
Can you point me to an official ackgnowledgment of Asahi Linux by Apple? Or any indication that leaving this door open was a sign of good will, instead of a lack of interest in closing it? What makes you think they wouldn't eventually lock down Macs in the same way they do iPhones and iPads?
> ARM is a stable well supported platform for Linux
It's really not. A lot of software works, but when it doesn't, the user is SOL. As you can see on their Broken Software page[2], the major issue is precisely with AArch64 support. This should improve eventually, and Asahi is certainly a torchbearer in this scenario, but today it's yet another hurdle of using Apple hardware.
[1]: https://asahilinux.org/about/#is-this-a-linux-distribution
[2]: https://github.com/AsahiLinux/docs/wiki/Broken-Software