upvote
Asahi linux effectively only supports the M1 and M2 chips, so even a modern macbook air won't work, and even on "supported devices" you can't use thunderbolt or a usb-c display yet.

These use the A series chip, and even supporting new M chip revisions has been enough of an undertaking that I wouldn't really expect this to get Asahi linux anytime soon....

And apple can lock down the bootloader to be closer to the iPad/iPhone at any time with no notice, and based on their past actions, it would be quite in-line with their character to do so.

reply
By “past actions”, do you mean doing extra work to make the bootloader support other operating systems? https://asahilinux.org/docs/platform/introduction/
reply
The Asahi folks have also demonstrated M3 support, though without GPU-accelerated graphics (the M3 GPU is very different from the M1 or M2). Much of the effort is currently on getting the existing components upstream.
reply
Surprisingly enough you don’t need Linux to learn about computers. You know that Macs have terminal?
reply
The default Mac terminal environment is the Weetabix of UNIX-likes. You need GNU coreutils to do pretty much anything.
reply
My first unix was ultrix. I'll take the default mac stuff over that any day of the week.
reply
I'm confused. Isn't coreutils a just small subset of even macOS's current zsh's builtins? What do you prefer about systemd to launchd? defaults seems like a convenient way to manage settings. Is it confusing for people from other operating systems?
reply
Name one thing lacking in the utilities included with MacOS (which come from BSD).
reply
`grep -P` kinda annoying. GNU has Perl-compatible regex, and BSD does not. You're reaching for `perl` or installing `ggrep` the moment you need a lookbehind.
reply
BSD grep is the pure grep version though. Perl regex is unnecessary bloat.
reply
Is it still shipping with that ancient bash, the awful Iterm and without a package manager? I haven't used OSX for a while.
reply
No. Zsh is now standard, though it still included an old optional version of bash. Apple hates GPLv3 that's why they moved away from bash.

The terminal app is not iterm. But Apple's own Terminal.app

And no there's no package manager but there's brew and macports.

reply
I didn't know it was an homemade terminal, it's just that it looked old and abandoned compared to your average Linux distribution.
reply
It is made by Apple yes. It's not very bad, it even has big font support from the VT100 series. And a lot of style settings in the menu bar. It's not iterm2 but it's way better than what windows offers (not just the console but the newer windows terminal isn't as good either IMO)
reply
The overwhelming majority of UNIX-like software isn't designed for BSD runtimes, to name one.
reply
Throughout history the overwhelming majority of unix-like software was designed to work only on the particular flavor of unix used by its author.
reply
So exactly eves “Unix like software” will kids be missing that prevents them from learning about computers?
reply
The overwhelming majority of UNIX-like software is available in the package managers right now for major BSDs.
reply
I ask for a specific example, and you respond with more generalities.
reply
Aside from the BSD software, the Mac software, and all the software that’s actually POSIX-compliant (on purpose or by accident).
reply
Asahi only supports M1 and M2 series Macs currently. The Neo uses an A18 Pro, which was only ever in an iPhone before. I wouldn’t count on Asahi coming to these soon.
reply
I see no reason they couldn’t.

But we know there’s lots of other models that they’re already working on. We don’t know how similar or different it is from an OS perspective.

reply
The reason is the lack of documentation from Apple.

Reverse engineering needs a lot of time and hard work, which may not be worthwhile.

Sometimes someone does this work, and everyone may benefit from it, but you should never count on this happening, unless you do the work yourself.

reply
Reverse engineered documentation is very often preferable to the internal kind, which is not necessarily accurate. So either way, the Asahi folks are doing valuable work.
reply
Maybe some of these agentic AI superstars can point their 100x engineering chops at this. This would impress me but not going to hold my breath for that.
reply