this post was submitted on 09 Jun 2026
142 points (98.6% liked)

Technology

85243 readers
4316 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] partial_accumen@lemmy.world 29 points 10 hours ago* (last edited 10 hours ago) (1 children)

My daily driver is an M2 Macbook air running Asahi Linux. There are certainly some hardware parts I wished worked better right now, but its fully for my needs usable as is. Improvements are occurring regularly by the development team. Apple hardware really is solid, and I'm very happy that in the rare cases I do have to use a commercial OS (Netflix streaming for example), I don't have to use Windows. Its a dual boot machine (Linux/OSX).

Overall I'm pretty happy with Linux on this M2. Theres a handful of us here on Lemmy running it. You can find us at !asahilinux@lemmy.world

[–] wltr@discuss.tchncs.de 3 points 8 hours ago (1 children)

A quick question before research: is it fully working by now? Or are there some things you can live without?

E.g. I remember Thunderbolt wasn’t working, and wasn’t sure what that means. Either the port is not functioning or it works slower. I’d like to have a functioning display, so that matters to me. I’ve got an impression that Linux can work on Apple Silicon, if you’re ready to abandon some things here and there. I’d love to have it at least mostly functioning.

[–] partial_accumen@lemmy.world 7 points 8 hours ago* (last edited 8 hours ago) (3 children)

A quick question before research: is it fully working by now?

Is every hardware function in the laptop that works in OSX available in Asahi? No.

I’d like to have a functioning display

I think you're asking about "DisplayPort Alt Mode" which is where you can plug a dongle into one of the USB-C ports and output the local GPU to DP or HDMI. The answer to that is "yes, depending on how adventurous you are". There's an experimental kernel that does support it today. I don't think its in the main branch yet. I intentionally run version 43 (1 behind the current 44). However, I use a USB-C DisplayLink HDMI adapter for an external display and it does most of what I want right now without the experimental kernel. I do want "DisplayPort Alt Mode", and will use it when its available though.

If you have an M1 or M2 Macbook Pro with HDMI port built-in, those work right now. The challenge being worked through is a display port that gets unplugged, which only happens on the USB-C port Display Port.

I’ve got an impression that Linux can work on Apple Silicon, if you’re ready to abandon some things here and there.

I wouldn't use the word "abandon" but rather "wait for". Power management efficiency doesn't come close to native Apple OSX, but under Asahi it has enough battery for my needs. I only charge to 80% (supported natively in Fedora KDE) and get about 3 hours of runtime on battery for light to moderate use. I also read that this has improved a chunk in version 44, but again, I'm not running that version yet.

Another piece of hardware not supported on Asahi yet is the MLX engine. I've been experimenting with running local LLMs, and they do run under Asahi Linux, but the hardware includes MLX in OSX. There are some models specifically made to utilize MLX which result in significant performance improvements in inferencing speeds. The unified memory of the Macbooks means system RAM is available for LLM use, so I can run 16GB models while still having 8GB of RAM left over for other applications and OS functions on this Macbook Air. The RAM footprint for LLM works in both Asahi and OSX.

Keep in mind, this is a dual boot system. I still have OSX available if I need one of those Apple OSX specific function or extended battery life only one reboot away.

[–] wltr@discuss.tchncs.de 1 points 5 hours ago

Thank you for taking time for a detailed review!

I’m not having an Apple Silicon machine at the moment, but I’m eyeing one. Mostly to use Linux. I’m not in real need here (still running an Intel model with Linux, which is plenty for me right now, including okayish battery life). But I think of getting one to play around either this year, or early next year. Initially I thought of waiting for M1 models to be phased out of the macOS support and get one then. Which would make them an ideal Linux laptop in my book, as the price would drop significantly, while providing outstanding value. But I think I’d get at least one earlier.

[–] First_Thunder@lemmy.zip 2 points 7 hours ago

The main stopper from merging the fairy dust branch (the one with thunderbolt/dp over usbc) is the fact that upstreaming will require a large refactor to the entire Thunderbolt system in the kernel because the entire thunderbolt system is apparently designed with a single manky implementation for an Intel chip iirc

[–] univers3man@piefed.world 2 points 8 hours ago* (last edited 8 hours ago) (1 children)

Thank you for this excellent long answer. I had the same questions and you addressed them all.

EDIT: One question. Did you follow a guide to setup the dual boot and if you did, can you link it?

[–] partial_accumen@lemmy.world 4 points 7 hours ago* (last edited 7 hours ago)

The dual boot is the default install. The installer is a single terminal command in OSX with the installer being the guided setup. The installer is right on the front page of the distro web site: https://asahilinux.org/

It is literally just:

curl https://alx.sh/ | sh

The biggest decisions you have to make are how you want to partition the SSD between OSX and Linux.

I’ve been installing Linux in various ways since the late 90s using Slackware, and the Asahi installation experience was the easiest and seamless installation of Linux I’ve ever experienced. It on only occurred to me later why the installer could be so good. Asahi only runs on M1/M2 hardware. The developers knew exactly what the hardware would be and could tailor the experience around it.

I wouldn’t really recommend Asahi if you only have 8GB of RAM and a 256GB SSD in your Mac. It will certainly run, but is cramped in daily use.