> 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.)
I²S is a remarkably simple design. There's no protocol handshakes, it's just raw PCM. I like how it's designed so sender and receiver can use totally different sample bit-depths (in either direction) without any incompatibility.
This project is impressive but I wonder if those efforts would not have been better spent on an open platform that actually respects its users and that is less likely to kill the whole project on a whim. It seems like building a house on someone's else property.
I use MacBook anyway, this project brings open platform to my MacBook, I'm happy with that. I guess many people have the same situation like me. I don't use other laptop because their hardwares aren't comparable to MacBook.
>I don't use other laptop because their hardwares aren't comparable to MacBook.
Yes, because being non repairable, being non upgradable, having early thermal throttling due to subar cooling, and having a mediocre keyboard is SO much better than anything else that is out there.
I swear, the blatant lies that come out of supposed Mac fans on HN is almost like Apple is astroturfing this forum with shill accounts. Whats next, you are going to tell me that your Macbook is great for local LLM usage because 10 tok/sec while your laptop gets too hot to use on your lap and makes your fingers hot is all that anyone needs?
Sure, but I eat all these downsides and more, just for the battery life.
I was a (mostly) happy Asahi Fedora user for a while, but eventually went back to macos (for the battery life). I'm not sure how much better it is, but I actually trust that it will sleep and wake properly when I use its lid.
The prices and ram have been fucked though, long before the latest ram crisis. I have a macbook m1 air, which I bought second hand. I'm looking at maybe upgrading to a second hand m3 or m4 air (with more ram), but honestly the prices are just wrong. Whatever I buy will be too expensive and unable to run decent llm models.
In the very extreme case of not having access to charging for extended periods, I would understand the battery life argument, even though there are laptops you can buy with comparable battery life than are non mac, especially if you run a lightweight linux distro with i3wm that basically means your cpu sits fully idle when not in use (unlike Macs which constantly phone home to Apple)
But with fast charging and basically an outlet most everywhere you would actually use your laptop, that ship has sailed.
I am very much a Linux person, I have been running Linux on my personal computers (and mostly on my work machine) for 20 years. But in the last few years I changed company and had to work on an M-series Macbook, and the battery life is absolutely amazing.
For people who mostly use their browser and a few programs, I understand why they would want to use a Macbook. I mean, I can go for a full weekend without charging it, and I do programming stuff where I compile regularly.
Late intel macs are in fact crimes against thermal design, but this is no longer a problem on most M-based ones (except the 14-inch M4 max, that one does throttle.). The keyboard is also no longer e-waste tier. The rest is true, but you may wish to update your talking points.
The Macs all throttle with heavy workload that raises the temps no matter what you do. The efficiency (and battery life) comes from the hardware being configured to do certain things very efficiently, like video decoding.
Compute is compute, Apple didn't circumvent physics. It just managed to take chunks of that compute that represents the most average use case, and make it more efficient, in the same way that ASIC mine bitcoins more efficiently than GPUS
As for keyboard, it still sucks. Impossible to clean without taking the thing apart, so if you get any dirt under the keys, its gonna be there for quite some time.
> but this is no longer a problem on most M-based ones
It definitely is. Apple's mistake with the Intel Macs was refusing to throttle the chips before they hit their T junction temp (~95c). This is why a lot of Wintel machines will max out around 70-80c in sustained load while Macs will fly past those temps.
The same behavior is present in both Intel Macs and Apple Silicon chips - you can very nearly boil water on your Macbook if you push the GPU with sustained load like LLM prefill.
I don't get why you're so against Macs. I would invite you to show me a comparable laptop like a Macbook pro, with similar battery life, similar build quality, similar usability and functionality where you don't have to be a sysadmin every 2 days because [insert Linux driver] isn't compatible with [insert hardware].
Like honestly look into it and compare 1 to 1. Your talking points are outdated.
> I swear, the blatant lies that come out of supposed Mac fans on HN is almost like Apple is astroturfing this forum with shill accounts.
How ironic. There is no “blatant lie” in “their hardwares aren’t comparable to MacBook” if you don’t know what aspects they are comparing, but there are in your comment.
I will clarify, at the same price, the MacBook is good at: display, instant performance and battery life, trackpad, webcam, sound and microphones, build quality.
My workload: web development, video call, running VM.
I basically could not find any laptop comaprable in those aspect AT THE SAME PRICE.
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.
Apple's PSCI interface is not a mystery, and there is perfect knowledge on how it is implemented. It isn't. Which is the actual problem, Linux wants PSCI, Apple platforms do not have it.
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.
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 :-)
There is a bit more to it on ARM I'm afraid. The device trees are complex and it feels to me it takes it out of the realm of 'anyone can and should do it'
Device trees are certainly less portable across hardware, and more difficult to create than just booting a generic kernel on a machine that supports ACPI. However, the device tree is shipped as part of the kernel, and as long as the bootloader correctly loads the DTB and kernel, it's no more difficult to swap out the userspace portion/rootfs than any other Linux system, generally.
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.
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.
You'll never be able to agree on where that line should go. First because there's a cultural component to it. I'm from Spain so I can only talk for myself, but while he uses rude language, nothing I've ever read from him ever seemed particularly offensive. And second because any activity involving a large group of people will need some amount of toxicity if only to prevent other toxic people from derailing it, and since nobody thinks of themselves as the one that is being toxic to the project, there will always be some friction. You might not like fevers either, but they are necessary for a functioning immune system.
Someone who doesnt see a problem with this is probably one of those toxic people who dont realize they're toxic you mentioned. Nobody wants to be treated how Torvalds treated people.
Also, coming from an orchestral background, I'm well aware of situations where the leader needs to be gruff. A gentle conductor will never get the idiot violists playing in tune. (A harsh one won't either, but at least the violists will be too scared to make any noise.) That said, it's still unacceptable for a conductor to cross the line from gruff to personal attacks.
I seem to remember reading somewhere that, even at his worst, Linus limited his toxicity to professional-programmer kernel contributors (i.e. people who were employed by linux distros or hardware companies to contribute to Linux). Can anyone else remember/confirm this?
Regardless, to a newbie potential kernel contributor, that high level of toxicity can be intimidating, and the professional-programmers-only aspect is non-obvious, so it's easy to see why this would discourage hobbyists/free-time programmers from contributing.
That is my understanding also. It was mostly for people who were around and should know better. He would never do this to a new contributor. Granted, he almost never sees code from new contributors in review. But what he will do is, if there is something egregious from a new contributor, he lights of the maintainer of the system.
example. I don't remember what all system Greg KH is responsible for, but for the sake of argument, lets say USB. You as a new contributor, try to contribute a patch to the USB subsystem. Turns out it is total garbage. For it to get Linus's attention, it has to have gone through review by Greg KH. Linus will light up Greg and only Greg because Greg has been doing this for 20+ years.
Now, do I feel he sometimes goes over board and unprofessional? Yes. But people keep contributing and the thing keeps chugging along.
Or it may attract talented and responsible people, since it makes it more of an honor if a patch gets through the gauntlet. Especially since the gauntlet is fit for a system that literally affects billions of people in so many ways.
Not very likely. It doesn't work that way. Linus usually don't respond to individual patches and hasn't for over 20 years.
A subsystem maintainer will pick up your patch if it is good, and they will deal with Linus for you. Most subsystems have their own mailing list because you need to visibility.
The process is described pretty well in Documentation/.
Torvalds didn't even come close to toxicity shown by marcan on social media, so your diction is downright dishonest and spreading FUD (conveniently, marcan deleted all the generated drama from socials).
Asahi founder (plus community community) was heavy with drama and loved to attack and brigade anyone that didn't immediately bow down and listen to demands of their team and social media entourage. This isn't how the most important OS in the world should be led and Torvalds was right to call out that toxic behaviour.
I mean, surely there is a more defensive way to communicate his preference, and the word disgusting is a bit unpolite. But still, does this really count as toxic behaviour?
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
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.
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.
When the new leadership team took over, they announced that they would prioritize upstreaming the existing work over adding support for newer hardware.
Upstreaming their changes into the kernel took time.
Now the announced that they had started work on the M3 in February and things are progressing well.
> On top of the above, we also have PCIe, WiFi, Bluetooth, NVMe, keyboard, trackpad, and other core SoC block drivers working in Linux for M3 series machines. Most of this work has come by way of Yureka, who has been very busy hacking on both m1n1 and Linux with her M3 series machines for a while now. We still have a ways to go before we can start enabling Asahi Installer support for these machines, but progress is rapid so watch this space!
That sounds more like talented people doing meticulous work than doom.
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.
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.
That's simply not true. I have been daily driving asahi for 2.5 years or so now on an M2 Max macbook. In it's been one of the most reliable and smooth experiences I have had ever using linux. DP alt made is working fine for me. I'm not sure about battery, I never measured.
I use DP alt mode and also the HDMI port to drive two screens. I use hyprland and runs fine after configuration.
My battery certainly last a few hours. I use it as any other laptop I had before and use it daily on trains. So I cannot at all agree with your POV that it's a desktop. The battery is working without problems.
> The firmware loaded by XNU is not verified by the CM3. It will begin executing from its reset vector when signalled, no matter what is actually there. What if we just… used our own firmware?
Without taking away from the unutterably awesome achievement of writing custom firmware against a proprietary moving target, I worry about this one specifically. While Apple will hopefully continue the practice of not going out of their way to break third-party OSes, it doesn’t seem unlikely that they will introduce hardware signing for firmware blobs or the data they supply at runtime when programming the hardware; that’s a reasonable security concern for Apple to address. I hope this gamble pays off though!
Then how was the Asahi team able to load their own firmware? I was concerned about that process--whatever it is--being something apple might lock down. If it's already likely locked down to Apple's satisfaction, that's good news.
Macs allow the machine owner to install (and boot) a completely unsigned OS on a different partition without having it affect security when you do boot MacOS.
The Mac partitions are encrypted by default and the system partition is signed and read only.
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
As someone rocking a M3 Pro, I personally don't expect to be able to try Asahi out until mid/late next year on my MBP, but I am looking forward to it nonetheless!
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).
Apple's own hypervisor framework is close enough to what you said that i run Fedora and Arch Linux builds via the UTM app, set to use Apple Silicon virtualization (_not_ emulation), which is a wrapper around said framework.
it's excellent, and made me reformat and erase Asahi a couple years ago.
the analogy (even if humorous) isn't exact, since i can have apple silicon's hypervisor running macos and fedora/arm and arch/arm all concurrently, and can have full desktop environments on the linux instances, full-screened to individual macos desktops.
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.
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.
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?
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.
Revenue wise, the services part is not that large. Profit-wise, though, I don't believe the same is true. Their 30% cut is barely costing them anything compared to manufacturing hardware and physical logistics.
I don't think the Mac App Store is going to get to iPhone levels of lock-down soon, but Apple thinks in ecosystems, not just in laptops. If you have an iMac, you probably have an iPhone, and you're probably going to buy an iPad should you ever want a tablet.
If they wanted, they could open source all of the drivers necessary to boot an OS as part of their Darwin core, but they choose not to. That actually breaks with their older, more open development style. I guess they just don't see the benefit of being open any longer.
Yeah probably they want to be free to bork it, but if they released some documentation or patches, they'd be expected to keep them up to date and working at the very least.
>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.
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.
I think Apple sees the writing on the wall with hardware feature increases and hardware longevity.
Sell a phone that is good for a few years, or get sell a phone and also get monthly 100% margin payments indefinitely? Given that phones are going to be useful for longer and longer periods, the replacement/upgrade cycle is definitely going to slow. They’re running out of compelling reasons you MUST have the new phone, falling back on dumb shit like making it stupid colors so you can wield it like a $1400 status symbol. It already does all of the camera and video stuff any normal person could ever ask for, which was previously the main way of differentiating smartphones.
I wouldn’t be surprised if the internal mandate/goal is equal services profit to hardware profit. It is a LOT cheaper and easier to vibe code new services than to design and build new features into the best phone in the world that has already been aggressively iterated on for two decades. Additionally, new signups are all profit as the marginal cost of additional subscribers is zero. Apple’s future is in subscriptions, that’s clear.
Are they there now? No. Does almost every single product decision they have made in the last 10 years point to this future? Absolutely. This “sign up pretty please” user-hostile bullshit (which now everywhere in all products, or nudged toward by all products) is the most un-Apple thing that I have ever witnessed in my 30+ years spent watching hawk-eyed at every single product, accessory, product variation, and service they have ever released.
I sometimes wonder if Jobs would have reached the same conclusion and pulled the company into the same direction in service of profitmaxxing vs spending the company’s time and resources producing and selling things that are insanely great. Can you name one Apple service that is insanely great? (iMessage’s uptime comes to mind, but that doesn’t directly generate subscriptions, and certainly doesn’t generate a single shred of the unalloyed glee in customers that was the characteristic phenomenon that originally put Apple on the map for decades.)
(Unrelated to this topic, the closest I get to that feeling anymore mostly gets caused by DJI and Anker.)
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.
Linux applications are being sold. In fact, GPL-licensed applications get sold, so it's not even the OSS part that's holding you back. ElementaryOS even has its optionally-paid app store: https://appcenter.elementary.io/ Autodesk and other industrial software providers are quite happy to sell you software, though unfortunately not through a unified app store.
In practice, I expect a paid Linux app store to go down about as well as the Microsoft Store has. Especially now, in the age of vibecoding.
Apple's profit margins on many services are at 76% (according to Forbes: https://www.forbes.com/sites/jonmarkman/2026/01/13/apples-de...), over twice that of their hardware sales. Margins are higher on reselling licensed content (their Spotify and Netflix alternatives), but their customer base for those is still rapidly growing according to their 2025 report.
That's not what you said. Their margins on software and hardware are irrelevant to what they, as a company, make most money off on — which was your original claim on which you are wrong and got called out on.
So annoying when people can't just admit they're wrong and instead gaslight people with their changed narrative.
Hardware revenue is 3x the services revenue, even with half the margins it still generates more profit than services. I get that Apple would like to increase service revenue but they are a hardware company at heart and their financial statements show it too
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.
I believe Google's Safari payments are a significant chunk of services revenue too (around $20 billion a year.) Then there's Apple TV and Apple Music, which are not nothing.
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?
> 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.
Presumably, tightly controlling what software runs on their hardware (by not supporting alternatives like Asahi) enables Apple to surveil their users through the OS and associated services (app store, iCloud, email, location services, etc.)
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.
Depends on the point of view, as it is Apple not supporting that MacBook anymore, and Microsoft could have a point in not supporting macOS versions that Apple doesn't want to support anymore. You could even argue that he forced the update on himself, since the web version still worked. The point remains that somehow without upgrading the hardware some software he uses everyday doesn't work anymore.
I would put it squarely on Microsoft in this case. They decided to make their software not function anymore. Why not let older Teams clients still function and communicate with the newer?
Apple still pushes updates and security updates to OS versions which are not the latest. So I don't see how they can be blamed much here.
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.
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.
It is well-documented that Panther Lake is highly power efficient. I wouldn’t personally argue against that.
The days of assuming that Apple has the best chip efficiency are coming to an end, especially if the Windows/Qualcomm platform is a workable choice for your needs (maybe someday Linux support will get better).
Apple still has a lead but it’s small enough that it’s not a good reason to choose an Apple system on its own. The M1 MacBook systems got double the battery life of competitors, now 5 years later, Apple systems are at best getting ~10% better battery life than competitors, and some systems like the XPS 14 have Apple beat entirely.
Obviously getting 20 hours in real world productivity use was never realistic, and it’s not realistic on a MacBook Pro, either. I disagree that framework was “basically lying.” They live-streamed the laptop hitting 20 hours, it doesn’t matter that they changed settings to get there. MacBooks have a brightness slider, too. You aren’t getting anywhere close to 20 hours on a MacBook without turning the screen brightness down.
IIRC the MacBook Air/Pro can’t even make it to 20 hours regardless of settings.
The point is that the new framework 13 Pro laptop isn’t a 5-7 hour battery life experience like the previous models. Instead, you can expect 10+ hours depending on what you’re doing it, so it’s a full work day.
As far as I can tell, Framework’s claimed battery numbers require Windows to achieve, which is more than enough reason for many to not consider the FW 13 Pro as an option. If it can’t run Linux without sacrifice compared to Windows there’s no point.
Standby time is likely also a major issue, unless Intel suddenly reversed course and decided to support proper sleep again.
It’s still going to be a respectable performer in Linux. The whole point of the 20 hour stunt was to show that it’s a major improvement and not a small one. Maybe it would have been better to show a default-settings Linux and Windows for comparison but I can understand why they wanted to hit 20 hours for marketing.
Framework specifically has stated that they worked very hard to improve standby time and claim that it’s dramatically better. Being able to use LPDDR5x LP-CAMM2 modules aids in standby time significantly. We’ll find out soon when the first reviewers get their retail units in, probably within a month or so.
For standby time, my current framework 13 has never bothered me. It’s great that Macs have incredible standby but it’s much less of a dealbreaker than I originally thought it would be. I just have sleep to hibernate set up in Linux.
My system sleeps for 2 hours then hibernates afterward. If I am putting my system down for 2 hours I’m likely done using it for the day anyway.
Is there a laptop with super-awesome battery life on Linux? I'll buy one if so.
I'm not sure it's fair to ding Framework specifically for not being able to make Linux battery life as good as Windows. Is that actually something they could reasonably fix?
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.
I personally think the 13 Pro is the one that’s truly competitive, the 16” is a very different story and not something I recommend specifically.
Someone looking that machine who wants strong GPU performance, I’d probably send over to a Zephyrus G16 or something like that, and give up the modularity.
SSD and RAM speed specs aren’t really something that impacts the user experience unless you’re doing local LLM work.
What does impact the user experience, for example, is having access to hundreds of thousands of PC games by not being platform locked. Or maybe your user experience is impacted by having upgradable storage.
This obviously depends on individual needs, and I’m certainly not saying either system is bad. But I am saying that the Apple “experience” is often assumed to be the best when it does have some downsides.
Even the fact that there’s no charge port on the right side of the MacBook Air/Neo is a user experience downside (of course, not every PC laptop has that feature, but you can find them in the same price category as the Air).
I sold my MacBook Pro because I needed 2TB and couldn’t afford it from Apple. Being stuck with 512GB when 2TB drives cost under $200 at the time was stifling.
I’m mainly looking at the 16” mbp because of the beautiful screen and the refined hardware. For the work I use the laptop on my lap for (or in the evening at the kitchen table) to compare products, research holidays etc, I notice that 13” is too small to comfortably hold two browsers next to each other plus room for notes.
Then sometimes when I’m on the go I like to play a game or two, but nothing seriously requiring graphics power
SSD speed and RAM speed start mattering when memory pressure is high. And when doing stuff with video and photo editing.
The storage price is indeed steep and now the RAM price as well. I wish I hit the buy button when I had the chance before the price increase.
The battery life stinks, the build quality is subpar and the fan runs all the time. If you don't care about anything that makes the MacBook Pro a premium device, then sure you can be overpriced consumer-grade slop that has a slight edge in specs (except CPU). But it's a miserable trade-off.
I would recommend something like a Zephyrus G16 to someone who is interested in a 16” laptop with powerful graphics and a MacBook Pro-like footprint.
It’s easy to diss Apple alternatives and call them unrefined and all that, but to the right person, there are downsides to a Mac.
For example, the current MacBook Pro models with higher end chips prioritize quietness over heat and get very hot to the touch under heavy workloads.
Unless you are in music production, a little fan noise never hurt anyone, and the idea that windows laptops sound like hair dryers when doing basic tasks like browsing the web is very outdated.
Apple is revered for refinement and quality yet they get some basic ergonomics wrong like the sharp edges near your wrist and the notch blocking the menu bar.
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.
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.
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.
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.
The big difference I see is in the chip. The PowerPC arguably had its benefits (vectorization) which made it super attractive for bioinformatics, etc., and a lot of that software was Linux-based. People could either buy a super-computer or a G4 (or a cluster of G4s) and get the work they needed done for a fraction of the cost. MacOS (and OSX) were behind on a lot of this stuff compared to Linux then.
Today from what I see the M3-M5 chips are a big leap forward compared to their competitors, and it just happened to hit at the same time LLMs became popular. I imagine there are some similar, specialized needs with the M[1-5] chips that might benefit from Linux but with OSX's stronger BSD underpinnings it's a different world.
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.
> 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.
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.
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.
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.
They still have people working on FOSS, right? I didn't know about what your saying,but if this is the problem, then what if I gave Canonical as an example?
> 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.
> No one buys Apple Silicon laptops to run Linux because they can barely run Linux.
Almost no-one bought Intel Macs for dual-booting Linux either (Unless you are Linus Torvalds and a tiny amount of people who use Linux on Intel Macs).
> But if they could, Apple would sweep the market for Linux laptops.
Not true. They cannot even run Windows on them.
The entire point of Intel Macs was for running Windows on a Mac which that cohort is just as tiny as the Linux on Intel Mac customers.
Dual booting is generally reserved for those who are highly technical, so I would not expect Apple to care about either customer anyway. So that was tested already and Apple still did not care.
So of course they also do not care about Linux users who have Apple Silicon Macs either.
> The entire point of Intel Macs was for running Windows on a Mac
That wasn't the point for Apple. After pointing out that PowerPC hadn't hit 3GHz (as he had promised two years prior) and that there was no PowerBook G5, Steve Jobs clearly explained the rationale for intel Macs:
> As we look ahead, we can envision some amazing products we want to build for you, and we don't know how to build them with the future PowerPC road map.
Windows on the Mac requires cooperation from Microsoft and Apple, and benefits Apple’s competition. It was always a strategy to get Windows users to switch sides, not to sell hardware.
Linux on the Mac requires only Apple’s initiative, and does not benefit their competitors.
> Not true. They cannot even run Windows on them.
Why does the Linux laptop market care about running Windows?
> Dual booting
I’m not talking about dual booting at all. Before Apple Silicon, if you wanted to buy a laptop to run Linux, the Intel Macbooks have always been a top-tier recommendation.
The market isn’t large, but it’s a soft power they’re giving up. Walk into a big tech’s office and you’ll no longer see only Macbooks, and it’s not because they have to run Windows.
I don't think they would. What market would that exactly be targeting? Devs, who are overwhelmingly just provided macbooks via their employer? They'll still run macOS because IT requires them to.
Linux Gamers? The arm story for proton still needs work (hopefully the steam frame will help). Nvidia+Microsoft are working on it with that new surface ultra, but verdicts out on whether that will boot Linux or not as its specifically a Microsoft partnership.
General non-dev, non-gaming, non-creative users? I don't think they'd buy a mac specifically for Linux either. That market is much better served by Framework, System76, Tuxedo, Lenovo (thinkpads), etc.
And Apple certainly isn't going to win over any FOSS purists either.
I think the intersection of "I want macbook pro hardware" and "I must run Linux natively on it for my workflow" is a lot smaller than you think.
Outside of the US, macOS is not that popular. Where I grew up, no school had Macs on their computer labs, but they did have Linux. You could have lived your entire life near computers and never been in contact with macOS. I had. The first time I saw macOS was in college in a digital media lab.
I like macOS, but I do prefer Linux.
I can't ask for a Framework, System76 or Tuxedo laptop at work because they don't sell them directly and locally (within my country). They don't want to risk importing these machines, sending them back if they're broken, and not having a local replacement. But since the iPod, Apple has had a meaningful global presence, so of course, I can ask for a Macbook.
For a while we could pick Intel Macbooks and install Linux, and maybe I live in a tiny bubble, but many people I know did just that.
That’s not a sales tactic. Apple supports their old hardware with updates longer than anyone in the industry. The recent ones have been due to the architecture transition, maintaining BC with amd64 has significant costs.
This is what I assumed as well, but online I found people who were able to update a ~2015 MacBook Pro to a version of macOS more recent than the latest supported one, and it still worked.
Both are true. Apple's official qualification, continuous integration, bug fixing, backporting, etc. takes more effort than a hobbyist getting things to (mostly) work. But the main issue for Apple is focus: Apple wants its product development organization to focus on the next new thing, not on the past.
I'm mostly OK with Apple's 7-10 years of support, but I also have older Macs that still work fine and that I wish were safe to connect to the internet while running macOS - without relying on various hacks or workarounds.
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.
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
It's a shame (in practice, although I get the philosophical idea).
I think the lawsuit chances are very low because FAANG right now depend way too much on LLM being legal, so they would not want to shoot themselves in the foot.
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.)