Asahi Linux 7.1 Progress Report (asahilinux.org)

448 points by pantalaimon 8 hours ago

eqvinox 5 hours ago

> The defacto industry standard for audio ICs is I²S, an I²C-based bus optimised for audio data.

Nit: I²S has nothing to do with I²C.

(Most I²S chips also have an I²C interface since I²S only carries raw audio data, no sideband like volume control or clock configuration. But that's a separate interface and can also be SPI rather than I²C. In fact, SPI is more closely related to I²S than I²C is.)

phire 4 hours ago

Yeah, it's much closer to SPI.

The reason why they both follow the same naming scheme is that Philips Semiconductor (now NXP) made both.

a1o 5 hours ago

Thanks for this comment, it lead me to look into I2S and I learned something new!

JSR_FDED 7 hours ago

I’m in absolute awe that a handful of motivated people can crack these problems

bigyabai an hour ago

Many of the problems aren't cracked whatsoever. For instance, Apple Silicon's PSCI power management interface is a mystery. PSCI code exists in other Linux devicetrees, but nobody knows how Apple implements theirs. So for the better half of a decade, Asahi users have relied on a hack to prevent their battery from draining constantly. We still don't have any prospective solutions, to my knowledge.

This is the weal-and-woe of reverse engineering. It's awesome that these machines now have native Vulkan 1.2 drivers, but it took years to get there. There are still unsolved problems 7 years after Apple Silicon hit shelves, and most newer hardware is broadly unsupported. The lesson here is a reiteration of what Linux users have always said - proprietary drivers suck.

GeekyBear 23 minutes ago

It's nice to see M3 support progressing well.

They first mentioned that efforts to add M3 support were starting in February:

> For quite some time, m1n1 has had basic support for the M3 series machines. What has been missing are Devicetrees for each machine, as well as patches to our Linux kernel drivers to support M3-specific hardware quirks and changes from M2. Our intent was always to get to fleshing this out once our existing patchset became more manageable

https://asahilinux.org/2026/02/progress-report-6-19/

simonmales 7 hours ago

Will this forever exist as a Fedora "remix". Or will we find the support in upstream so I can one day run Debian-based distro?

I think the last time I used an RPM-based distro was almost 2 decades ago.

mort96 7 hours ago

They are upstreaming their patches, so upstream Linux will eventually get the necessary drivers.

Though their kernel fork is (obviously) open source, so there's nothing stopping you from taking a Debian aarch64 roots, build your own Asahi kernel (or take the build from Fedora), and set up Debian on these machines with Debian yourself. Just requires some elbow grease.

Or, if you find Ubuntu acceptable, there's Ubuntu Asahi: https://ubuntuasahi.org/

EDIT: After some googling I found this wiki article: https://wiki.debian.org/InstallingDebianOn/Apple/M1

jasoneckert 4 hours ago

This comment made me smile, as my preference is opposite - I prefer RPM-based distros and primarily use Fedora on everything (including Fedora Asahi Remix on an M1 Ultra Mac Studio), but occasionally use Ubuntu and Debian on some of my cloud instances.

As a result, I understand the desire to stick with a particular distribution that we're already familiar with - it's less work, and less having to remember subtle differences in structure. But when there is a time where I'm forced to use a new distro (e.g., when Asahi was first released exclusively as an Arch Linux ARM distro), I never regret the small learning experiences involved :-)

thewebguyd 2 hours ago

And at least Fedora is rock solid these days, which is more than I can say about Ubuntu. Its really a great distro.

weikju 7 hours ago

You can still run Arch, and Ubuntu Asahi also exists. (1)

They’re working hard on upstreaming everything exactly so it’s easier for any distribution to be ported.

1- https://ubuntuasahi.org/

hparadiz 3 hours ago

I wish more people on HN learned how to build their own kernel and run it.

A distro is just window dressing and flavor.

MYEUHD 7 hours ago

linux-asahi is available in Void Linux:

https://voidlinux.org/download/#arm%20platforms

It's a regular package of linux in the distro: https://github.com/void-linux/void-packages/tree/master/srcp...

tuna74 2 hours ago

You will probably always need a "fork" because Asahi needs a custom installer and bootloader. It is also probably a good idea to recompile everything for the Apple ARM architecture.

matrss 4 hours ago

There is an effort by the Bananas Team to get standard Debian working on Apple silicon, and they have installation instructions for how to get it running now with an additional unofficial repository: https://wiki.debian.org/InstallingDebianOn/Apple/M1#The_Bana...

I haven't actually tried to install it yet, though.

leenixx 6 hours ago

The founder of asahi linux famously quit due to how hard it was to upstream patches. It’s not easy to deal with linus’ project.

Grombobulous 5 hours ago

I can’t see that being a bad thing considering that the kernel is mandatory software in the Linux world. You would want to have high standards for what gets added.

nosioptar 4 hours ago

gjvc 5 hours ago

realusername 6 hours ago

Upstreaming something like this is a monumental task, even small changes can take ages. It will take a while.

smith7018 4 hours ago

They've actually been focusing on upstreaming for what feels like 2 years now. It's really slowed down progress but it's important for the longevity of the project. They still have so much left to upstream but little by little it's happening

tensegrist 6 hours ago

i've been using nixos on an m2 air for a year now, the kernel is enough

shvarr 3 hours ago

Asahi could be a viable alternative, however, with this amount of funding, small manpower pool pace of development is doomed to be too slow.

There's groundwork that's already been done, as mentioned in the article, which brings some dividends, but, ultimately, there is a new mac every year that comes with a new chip, a plethora of microcontrollers and gpu changes, impossible to keep up with, that is why asahi team is focused more on m1 and m2 models. Even so, to this day both of them have issues with idle power management and alt-dp implementation, preventing many to switch, by the time they will have been ironed out the value of machines would be significantly diminished.

It is a miracle how much so few can do, but in the end, despite ubiquitous media coverage it looks like team's enthusiasm and passion have dwindled to the point that even m1 air will never be ready.

torben-friis 3 hours ago

If they can set a single machine as target every few years and make it work, that would be a lot better than having no alternative.

M1 support is pretty usable nowadays, and I would imagine at least a fraction of the work translates to future devices... It's not sunshine and rainbows, but it isn't a project doomed to fail either.

shvarr 2 hours ago

M1 support is barely usable, at least on m1 air last time I checked idle battery drain was about 7-8% per hour (in macos battery health is still at 96%). Alt DP mode doesn't operate under kde wayland plasma due to inherent incompatability between implementation design and kwin, everything else is surprisingly good, albeit battery was really hard to ignore to fully switch.

Hopefully, they will manage to get it done someday.

rowanG077 22 minutes ago

noveltyaccount 16 minutes ago

I really wish Apple would fund a small team to open source some documentation and drivers to help Asahi along. I know they won't, but I can dream. It would be a drop in the bucket for Apple but would cement their hardware as de facto for silicon valley engineers (even more so than today).

CafeRacer 7 hours ago

It is exciting that they are working on AVD driver.

brcmthrowaway 2 hours ago

if i use ffmpeg or VLC on a M1+ Mac, does it use AVD?

rowanG077 13 minutes ago

not on asahi, no clue about macos.

KolmogorovComp 2 hours ago

I wonder how much LLMs have been leveraged to help Asahi lately, there’s extremely powerful for reverse-engineering. Have they written about it?

johnwalkr 35 minutes ago

coxmi 7 hours ago

I wonder what the dev/CI process looks like on this.

Will it ultimately be manually loading a build into specific hardware each time, or is there a level of automation that can be done here?

viraptor 6 hours ago

m1n1 does a lot of fun stuff here: https://asahilinux.org/docs/sw/tethered-boot/

It allows you to do some remote control and automation for kernel loading and debugging where you get a very thin layer in between the real hardware and the kernel, without affecting the hardware I/O behaviour.

Gigachad 6 hours ago

Is the github sponsors link a 404 for everyone else?

zamadatix 4 hours ago

Not for me, perhaps fixed in the last hour already.

Forgeties79 7 hours ago

God bless the asahi team

sneak 7 hours ago

It is baffling to me that Apple, ostensibly a hardware company (that happens to be pursuing services revenue the way a crackhead pursues crack), ridiculously flush with cash, doesn’t throw 2 or 3 of their thousands of FTEs on this. The goodwill/brand marketing alone is worth their comp, and it will absolutely move units as well. Linux people LOVE laptops, and Apple makes the best laptops by a parsec. It seems like 10x ROI would be a conservative estimate.

jeroenhd 7 hours ago

Apple is a digital services company that happens to sell hardware. Their big money maker is their app store, and no Linux user is ever going to buy apps from the app store.

They still have the Darwin kernel open,but more and more of the open core is moving to closed components, a recipe for what Google started doing to Android. Now that they're no longer the hipster underdog, I don't think they care much about the brand marketing. You already believe they make the best laptops by far, what more marketing do they need?

mft_ 6 hours ago

AFAIK Apple’s “services” revenue is a little over a quarter of their total; everything else is hardware, dominated by the iPhone. Mac hardware is <10% of total revenue.

iPhones are largely locked to their App Store so no risk there. Macs (currently) aren’t locked to the App Store - and I’d guess that Mac App Store usage is middling as a result.

Which is to say, I doubt that a marginal Mac App Store revenue hit from a small proportion of users switching to Linux over MacOS is the driver for not supporting Linux development. I’d guess it’s more about an inflexible company culture and maybe not wanting to extend their area of responsibility and risk.

jeroenhd 5 hours ago

LtWorf 4 hours ago

trueno 7 minutes ago

why do people just make stuff up ? apple is a hardware company with supply chain excellence that eclipses most pc manufs giving them entire verticals of control, that joined the services game later on. their services don't even come close to the offerings of other tech giants and they're largely okay with it. the bulk of their revenue has always been and continues to be hardware and the bulk of their r&d war chest funds the development and advancement of hardware.

cromka an hour ago

> Apple is a digital services company that happens to sell hardware.

That's just your made up opinion, completely not supported by their financials.

Mashimo 6 hours ago

> Their big money maker is their app store

That said, their AirPods division could be a Fortune 500 on its own.

xoa 5 hours ago

>Apple is a digital services company that happens to sell hardware. Their big money maker is their app store, and no Linux user is ever going to buy apps from the app store.

You do realize that Apple is a public company and one can just go look at their financials like their latest 10-Q [0] right? For the most recent 6 month half (ending March 28 2026) I'm seeing $194 billion for product sales and $61 billion for service sales. The gross margins are certainly higher on services, at 77%, but 40% product margins are nothing to sneeze at either, and the disparity in absolute sales means the absolute dollar gross margins are $77 billion for products vs $46 billion for services.

So I don't see how you can assert that their "big money maker is their app store" from those numbers. Hardware matters a lot, and furthermore Apple sells services (like AppleCare+) that are specific to hardware and thus even a Linux user might still be interested in.

And without their hardware, their services would evaporate. There is a much tighter link there than with many companies. So they're on the hook for continued R&D and capex on that no matter what, you can't really separate that out, and in turn it's always going to be useful to have more volume to amortize it with.

I think primarily it comes down to corporate DNA, which is powerful. There are plenty of Mac hardware, software and service markets in pro/business/enterprise Apple has neglected or abandoned over the years, including ones making oodles of money, not out of any 4D chess but just because it doesn't fit them as an organization.

----

0: https://d18rn0p25nwr6d.cloudfront.net/CIK-0000320193/37f5e9c...

mmcnl 5 hours ago

This is just plain wrong. Apple generates most revenue and profits with hardware and it's not even close.

jeroenhd 4 hours ago

speed_spread 5 hours ago

If there was a Linux Apple App Store, I would buy stuff from it. I already buy from Steam. OSS doesn't have the answer to everything. Boutique software has value that people are willing to pay for.

Koshkin 20 minutes ago

jeroenhd 5 hours ago

tuna74 2 hours ago

figmert 7 hours ago

Because Apple is not just a hardware company anymore. They track users and they sell ads. Sure, they are not at the same level as Meta and Google, but their ad platform is not insignificant anymore. Also that same software platform allows to get more money out of their users via their App Store.

Selling hardware with the software that helps them track means more revenue than the same hardware with the software.

4fterd4rk 32 minutes ago

The activities you're proclaiming to be Apple's bread and butter in an effort to conflate them with Google and Meta are actually a rounding error. What is it about Apple that makes people have these crazy ideas?

cromka an hour ago

> Because Apple is not just a hardware company anymore. They track users and they sell ads. Sure, they are not at the same level as Meta and Google, but their ad platform is not insignificant anymore.

And this is related to MacBooks how exactly?

drnick1 13 minutes ago

boxed 7 hours ago

The ad revenue is a drop in the bucket compared to the app store rent, which is a drop in the bucket compared to hardware sales.

eru 7 hours ago

Grombobulous 5 hours ago

Food for thought: Apple’s services make more revenue than Macs and iPads combined, and they do so at a higher profit margin. There’s your answer.

I don’t agree that Apple makes the best laptops by a parsec. Not anymore, many alternatives are closing the gap. This is aided by the fact that Apple hasn’t touched the MacBook Pro chassis in 5 years, making it quite dated especially with the underutilized, oversized notch and the horrendous menu bar software implementation that plagues the notch as a real problem for me and something that doesn’t just “disappear into the background.” The software solution is to just disappear menu bar items that don’t fit, making them unusable.

Apple is still the gold standard, don’t get me wrong. But I’ve got my Framework 13 Pro preorder in, and the list of compromises compared to a Mac is very short. My existing Framework 13 is already close enough and the Pro appears to fix 100% of the gripes I have with my system.

CNC machined chassis? Check. Haptic trackpad? Check. Graphics performance? Better than the M5 (non-Pro). Battery life? 20 hours of video playback.

And I’ll be getting numerous advantages over a MacBook: cross-compatible modular hardware, upgradable RAM and storage, customizable I/O, low cost DIY repairs, 3:2 screen ratio ideal for coding.

But this is just one laptop. If you explore the windows laptop space, there are a lot of great machines these days. Windows is really the weakest part of the equation, and you can just get rid of that.

I’ve myself eyed the Zephyrus G14 or G16 as a gaming and general purpose system in a MacBook Pro-sized form factor. It’s refined, it feels premium, the OLED display is gorgeous. Apple’s best chips can’t touch the graphics performance of a dedicated Nvidia GPU, so long as a huge amount of VRAM isn’t a requirement for you.

There are also laptops in the Lenovo Yoga line that are extremely compelling against a MacBook Air.

jorvi 4 hours ago

> Battery life? 20 hours of video playback.

Yeah, they pretty much lied about that. It is only in a special Windows ultra-power saving mode that heavily throttles background tasks, forces the screen to be 30% lower brightness, heavily downclocks the CPU (50%+ less performance!), etc; The MacBook has to do no such tricks.

You're not gonna see Frameworks that equal the perf-per-watt of Apple until they release a model with a Snapdragon chip.

Frameworks have one benefit that other laptops don't: there's only a few parts. So for example for your Framework speakers you can find an EasyEffects / Pipewire (+bankstown?) tune profile that makes them sound better than 99% of laptops on the market. It's basically the Raspberry Pi effect.

Grombobulous 3 hours ago

spockz 5 hours ago

I checked a 16” framework last week comparing to the 24/48GiB MBP. The ssd is significantly faster, the RAM is almost twice as fast, the CPU has more cores. The only benefit is having a dedicated gpu. At more or less the same price.

Admittedly, the screen ratio is better with the framework. But prefer the matte screen of the MacBook.

Grombobulous 3 hours ago

mmcnl 5 hours ago

urbsgpw 5 hours ago

Never thought I'd think about switching from Apple. M1 was handsdown the best buy ever and I was sure my next laptop would be an Apple as well. But looking at framework, this looks really nice. Apple-ish but without some of the drawbacks (also, while windows stinks, not really a MacOS fanboy tbh). Makes me kinda regret I was lazy and locked myself in using Apple passwords app.

4fterd4rk 30 minutes ago

watermelon0 4 hours ago

GTP 6 hours ago

My father purchased a new MacBook just in time to avoid the recent price increase. It wasn't because his old one didn't work anymore; it was because Apple wouldn't support it on more recent macOS versions, and some applications he runs daily (like Teams) don't work anymore on the latest supported macOS for that MacBook. Apple is an hardware company, and forcing you to upgrade your hardware gives them revenue. Admittedly, his MacBook lasted longer than many other laptops would have. But, if it wasn't for the outdated OS, he would have been happy to keep using it because the hardware was still fine for office use.

armchairhacker 6 hours ago

FYI there’s software that can upgrade old Macs to officially unsupported OSs: https://dortania.github.io/OpenCore-Legacy-Patcher/

GTP 6 hours ago

carlosjobim 6 hours ago

But in this case it was Microsoft who forced him to upgrade, wasn't it?

GTP 6 hours ago

w10-1 an hour ago

Apple open-sourced their container tooling and they also support Linux in their Virtualization framework. Anyone can run any compatible Linux now in a VM, with bare-metal speed but limited to virtio devices. To me it's baffling that more people don't run Linux this way.

bigyabai an hour ago

> To me it's baffling that more people don't run Linux this way.

Why? People have been using Orbstack, Lima and Docker long before Apple shipped first-party container tooling. The virtualization support was never ever a problem.

For actual dedicated server usage, macOS itself is the problem. You want to be running Proxmox on baremetal, nobody wants to administer headless macOS machines by-hand.

troyvit 3 hours ago

They've been like this long before they were a digital services company. 25 years ago Yellow Dog Linux (another RPM based distro) had the same challenges working with PowerPC. The scientific community was clamoring for an open platform to use their native Linux software with the PowerPC, YDL filled that niche, and Apple watched their struggles supporting Linux on their platform with detached amusement.

markus_zhang 3 hours ago

Kinda think Asahi is not going to fair too much better in this fight. It’s an interesting exercise but most people won’t buy a Mac to use Linux. The only reason I’d buy an overpriced piece of hardware is because it can run Linux very well. But apparently people like me is negligible.

macintux 2 hours ago

mhh__ 6 hours ago

I read somewhere that Apple even uses Linux kernels to bring up new hardware but I don't know if it's actually/still true.

torben-friis 6 hours ago

Their amazing laptop hardware pushes you into their ecosystem. Once you're on macOS, might as well get iphone rather than Android and benefit from the synergy, same for airpods or the apple watch.

The only reason I'd see support for Asahi making sense for Apple is a Firefox situation, keeping the project alive to prove to regulators that there are alternatives.

leenixx 6 hours ago

Why do you think that Apple doesn’t have developers internally that develops Linux for their own chips?

They obviously have a ton of people developing with linux and even asahi, else they wouldn’t been able to make adjustments in their uefi to shape the support of 3rd party OSes exactly how they wanted.

As apple no longer develop their own servers (OS), they even run some internal ”production” system on Linux, on their own hardware.

WD-42 4 hours ago

Or they could just make their schematics available and save 99% of the reverse engineering the Asahi team has to do.

1000s of hours of work for what is just sitting in a drawer in Cupertino. But they won’t.

bri3d 4 hours ago

It’s less a question of people and more one of "Why doesn't a hardware company want to give away their IP design documentation?"

carlosjobim 6 hours ago

Are you really baffled as you say?

Every dollar Apple would spend on Linux support, they could instead spend on other improvements which makes their products better for much more important customer groups.

Goodwill among Linux people have very low value, since this is a group who doesn't want to pay for stuff. Such goodwill might even have negative value.

And Apple has aggressively been making new offers for these customer groups. Such as their Creator Studio, which is probably hated among Linux people, but a great offer for normal people who need and want to get real stuff done on the computer.

toxik 7 hours ago

Nobody gets promoted for building open-source software at corpos. It is allowed, at best, not condoned. So what manager is going to go for this? Let's dedicate our limited resources to gratuitous goodwill work. Carrer suicide, I expect. Unfortunately.

GTP 5 hours ago

How would you fit Red Hat in this picture? I think the situation could be different, if it is about improving some software the company is using for its business. Not that this happens often, but I think the possibility to persuade managment that improving a piece of software crucial for the company's business is there.

LtWorf 4 hours ago

rvz 6 hours ago

> It is baffling to me that Apple, ostensibly a hardware company (that happens to be pursuing services revenue the way a crackhead pursues crack), ridiculously flush with cash, doesn’t throw 2 or 3 of their thousands of FTEs on this.

Why should they when they have macOS already?

> Linux people LOVE laptops, and Apple makes the best laptops by a parsec. It seems like 10x ROI would be a conservative estimate.

How many people who buy Apple silicon laptops do it to run Linux on it? less than 10,000 or 20,000 people?

You should not expect Apple to care about what Linux users want. The closest you are getting from them is being able to boot a custom OS or kernel.

Everything else from the drivers to the secure enclave they do not care.

drdexebtjl 6 hours ago

No one buys Apple Silicon laptops to run Linux because they can barely run Linux.

But if they could, Apple would sweep the market for Linux laptops. Macbook hardware completely outclasses even the high end options.

thewebguyd 2 hours ago

rvz 4 hours ago

GTP 5 hours ago

> Why should they when they have macOS already?

Because Apple cuts support for old MacBooks eventually, even if the hardware still works perfectly. See also my other comment: https://news.ycombinator.com/item?id=48745199

VeejayRampay 6 hours ago

see homebrew, they could have made this an official thing but no, they prefer to let people work do their work for them and sleep on their mattress of cash

despicable business practices really

brewmarche 5 hours ago

IIRC Apple actually helped with MacPorts in the beginning

SG- 5 hours ago

actually long ago before homebrew there was MacPorts which Apple actually was part of.