To clarify because this is confusing: The AirPods work as regular old BlueTooth earbuds on other devices already. This is an implementation of some of the extra features and interfaces that are integrated into Apple products.
How is it confusing? The top of the README explains it.
> LibrePods allows you to use AirPods features that are exclusive to Apple devices. It implements the proprietary protocol used to exchange data between AirPods and Apple devices
> The aacp.rs and the att.rs files were translated from Kotlin to Rust with AI. Some parts of the media_controller.rs file, mainly the pulse integration, was also AI-generated.
you can grab a proprietary binary, open it up in IDA Pro (with MCP), spend some 10 minutes crafting a good prompt and after a few million (mainly input/cached) GLM 5.2 tokens you have a python script fluently speaking the proprietary protocol.
Not surprised at all; AI has dramatically lowered the bar to people wanting to create software they wouldn't otherwise have the time nor motivation to. Quality remains to be seen but IMHO it can only get better.
The AirPods already work outside of the Apple ecosystem. This is just someone building out interfaces for their extra features that are already integrated into Apple operating systems.
Yeah I understand. But there are plenty of good headphones that work with Android and include most of the features. That's kind of the point of Librepods right? To bring AirPods up to par for non-Apple devices and make them a viable option for Android and/or non-Mac users. So "this working" means those features.
I would be surprised if they could. Linux on Macs is still a thing. In fact, Linux on Mac is why I keep all the Macs we have in the house from the mid to late 2000s because they still turn on and work, if I choose to install Linux on any of them they are still usable.
They can. Require a valid signature from the mac's secure cryptoprocessor in order to interoperate. There's nothing we can do.
Remember when we used to use cryptography to protect ourselves from government and corporation espionage? Good times. Now cryptography is used by governments and corporations to protect themselves from us.
One day we'll need such hardware attestations to even get an internet connection.
I feel the main useful feature that I’m looking for is the ability to use the unlimited multipoint on other devices. The 2 points that most other devices gives you is terrible. It would be nice to be able to quickly connect to my voip deskphone at work from time to time.
It would be useful to explain to people who don't currently own AirPods and don't really follow Apple stuff much what features are lost when AirPods are paired with a non-Apple device.
AirPods themselves aren’t really that great from an audiophile perspective. The only part I like about them is the integration with the Apple ecosystem. This is a fun project and cudos to whoever pulled it off, but I fail to see the motivation.
AirPods are widely appreciated in audiophile communities. Especially with some EQ applied, which is easy and common these days and easy to find for AirPods.
They're never going to appeal to the audiophile communities that pride themselves on being different and/or expensive above all else, but they're actually good hardware with decent out of the box tuning. Apply some EQ on top if you so desire and they're very good.
Airpods may not be "great from an audiophile perspective", but their sound is decent and they are actually well designed headphones. They are remarkably unremarkable. They have good (the new Pros even great) ANC. Their controls are intuitive and well thought out. It's hard for me to believe that I'm promoting an Apple product here, but they are what people often claim other Apple products to be – which I found to be BS for these other products. Someone sensible actually put thought into the product.
I am an audiophile, and for me the AirPods Pro replaced literally thousands of dollars of portable headphones, amplifiers, etc., which I don't miss a bit. Apple's audio engineering is truly top-notch, and all the convenience features are icing on the cake.
I actually really like the airpod pros from an audio standpoint. I find that a lot of wireless earbuds are way too heavy on the bass compared to the airpod pro.
My thoughts exactly, what I’d rather have is the ability to integrate other stuff into Apple’s ecosystem (most notably my hearing aids, which despite being MFi can only really stream audio from my phone—I had a pair of Beats headphones a few years ago and the ease with which I could switch them between phone, iPad and Mac was so wonderful and I’d like to be able to do that with my HAs as well.
The sony earbuds are about the best I’ve had for sound quality and noise cancellation. Much better than AirPods, but not nearly as nice integration with the Apple ecosystem.
I find AirPods Pro 2 to be “good enough” where I gave away my set of XMs to someone who will actually use them.
Call (mic) quality in AirPods is better as well, if that matters at all to you. At least that’s what folks on the remote end of calls told me.
I’m going to be honest I fell for the AirPods Pro 3 hype about it being the best noise cancelling of all time and I bought a pair. I found the noise cancelling worse than my $30 Anker Soundcore P30i, I could never get the hearing test on the AirPods to pass no matter what depths of a quiet room I went to, and the sound quality on music was worse than my Ankers. Don’t fall for the hype or at least order from Amazon like I did so you can return them. I could hear my AC running with the AirPods, with the Anker I had to ask my girlfriend if it was on.
I had the original AirPods Pro and they were really great until Apple nerfed them. Apparently the noise cancelling was too strong in some cases so they worsened everybody's. After that they started making ear-piercing squelching noises, rendering them useless. I guess they make a good paperweight and reminder to never buy noise-cancelling products from Apple.
I’m glad the Anker’s worked out for you, but the Soundcore brand almost completely turned me off from Anker. After two weeks the Soundcore buds I had stopped charging.
I have limited experience with noise canceling headphones (some circa 2008 active Sony earbuds, and some not-that-great Beats Studio Buds+. On a whim I bought AirPods 4 ANC and I’ve found them way better than I expected. Good enough for airplane noise canceling without the seal of most ear buds. They feel smaller than the beats buds, even with the stem. They seamlessly switch from my phone to iPad to Mac. I haven’t sat down to compare their quality to any of my other headphones, but I don’t really care. Nothing comes close to matching the convenience and the sound isn’t so bad that I each for something else. I did not expect to like them as much as I do.
Maybe it’s hype, maybe I don’t know what better noise canceling sounds like. These aren’t the Pros, so maybe there’s a difference.
While consumer electronics companies have gone for wireless earbuds, the hi-fi, in ear monitor market is very much alive. Not to mention also relatively affordable these days.
For real, after being on wireless earbuds for quite some time and going back to wired, it is absolutely incredible how many things the cords get caught on. Even just your own hands!
Dang, was hoping this would let me use Airpods as both speaker and headset at the same time on Linux
To clarify because this is confusing: The AirPods work as regular old BlueTooth earbuds on other devices already. This is an implementation of some of the extra features and interfaces that are integrated into Apple products.
How is it confusing? The top of the README explains it.
> LibrePods allows you to use AirPods features that are exclusive to Apple devices. It implements the proprietary protocol used to exchange data between AirPods and Apple devices
And then has a table listing the features.
> The aacp.rs and the att.rs files were translated from Kotlin to Rust with AI. Some parts of the media_controller.rs file, mainly the pulse integration, was also AI-generated.
The future is now.
that's nothing.
you can grab a proprietary binary, open it up in IDA Pro (with MCP), spend some 10 minutes crafting a good prompt and after a few million (mainly input/cached) GLM 5.2 tokens you have a python script fluently speaking the proprietary protocol.
Not surprised at all; AI has dramatically lowered the bar to people wanting to create software they wouldn't otherwise have the time nor motivation to. Quality remains to be seen but IMHO it can only get better.
If I wasn't certain Apple will do their best to patch every avenue to this working in the future it might be motivation to buy AirPods.
The AirPods already work outside of the Apple ecosystem. This is just someone building out interfaces for their extra features that are already integrated into Apple operating systems.
Yeah I understand. But there are plenty of good headphones that work with Android and include most of the features. That's kind of the point of Librepods right? To bring AirPods up to par for non-Apple devices and make them a viable option for Android and/or non-Mac users. So "this working" means those features.
I would be surprised if they could. Linux on Macs is still a thing. In fact, Linux on Mac is why I keep all the Macs we have in the house from the mid to late 2000s because they still turn on and work, if I choose to install Linux on any of them they are still usable.
[delayed]
> I would be surprised if they could.
They can. Require a valid signature from the mac's secure cryptoprocessor in order to interoperate. There's nothing we can do.
Remember when we used to use cryptography to protect ourselves from government and corporation espionage? Good times. Now cryptography is used by governments and corporations to protect themselves from us.
One day we'll need such hardware attestations to even get an internet connection.
I respect the work/hack involved.
However why support a company (by buying airpods) that is this hostile. i.e. I wouldn't be surprised to see a patch to stop this.
I feel the main useful feature that I’m looking for is the ability to use the unlimited multipoint on other devices. The 2 points that most other devices gives you is terrible. It would be nice to be able to quickly connect to my voip deskphone at work from time to time.
It would be useful to explain to people who don't currently own AirPods and don't really follow Apple stuff much what features are lost when AirPods are paired with a non-Apple device.
There is a feature compatibility list…
Previous discussion https://news.ycombinator.com/item?id=45941596
Thanks! Macroexpanded:
AirPods libreated from Apple's ecosystem - https://news.ycombinator.com/item?id=45941596 - Nov 2025 (462 comments)
AirPods themselves aren’t really that great from an audiophile perspective. The only part I like about them is the integration with the Apple ecosystem. This is a fun project and cudos to whoever pulled it off, but I fail to see the motivation.
AirPods are widely appreciated in audiophile communities. Especially with some EQ applied, which is easy and common these days and easy to find for AirPods.
They're never going to appeal to the audiophile communities that pride themselves on being different and/or expensive above all else, but they're actually good hardware with decent out of the box tuning. Apply some EQ on top if you so desire and they're very good.
Airpods may not be "great from an audiophile perspective", but their sound is decent and they are actually well designed headphones. They are remarkably unremarkable. They have good (the new Pros even great) ANC. Their controls are intuitive and well thought out. It's hard for me to believe that I'm promoting an Apple product here, but they are what people often claim other Apple products to be – which I found to be BS for these other products. Someone sensible actually put thought into the product.
I am an audiophile, and for me the AirPods Pro replaced literally thousands of dollars of portable headphones, amplifiers, etc., which I don't miss a bit. Apple's audio engineering is truly top-notch, and all the convenience features are icing on the cake.
I actually really like the airpod pros from an audio standpoint. I find that a lot of wireless earbuds are way too heavy on the bass compared to the airpod pro.
My thoughts exactly, what I’d rather have is the ability to integrate other stuff into Apple’s ecosystem (most notably my hearing aids, which despite being MFi can only really stream audio from my phone—I had a pair of Beats headphones a few years ago and the ease with which I could switch them between phone, iPad and Mac was so wonderful and I’d like to be able to do that with my HAs as well.
I'm not an apple person so this surprised me. I guess I have fallen for the "apple gear is expensive and must be the best" fallacy.
What are good options for similar wireless bud headphones?
The sony earbuds are about the best I’ve had for sound quality and noise cancellation. Much better than AirPods, but not nearly as nice integration with the Apple ecosystem.
I find AirPods Pro 2 to be “good enough” where I gave away my set of XMs to someone who will actually use them.
Call (mic) quality in AirPods is better as well, if that matters at all to you. At least that’s what folks on the remote end of calls told me.
amazing project, is the experience as seamless as native Apple devices?
Looking at the comments from the previous thread at least on Android looks like you need to root the device. I'm not sure that is still required.
It looks like the issue has been fixed in Android 17 and root is no longer required if you have it.
I’m going to be honest I fell for the AirPods Pro 3 hype about it being the best noise cancelling of all time and I bought a pair. I found the noise cancelling worse than my $30 Anker Soundcore P30i, I could never get the hearing test on the AirPods to pass no matter what depths of a quiet room I went to, and the sound quality on music was worse than my Ankers. Don’t fall for the hype or at least order from Amazon like I did so you can return them. I could hear my AC running with the AirPods, with the Anker I had to ask my girlfriend if it was on.
I had the original AirPods Pro and they were really great until Apple nerfed them. Apparently the noise cancelling was too strong in some cases so they worsened everybody's. After that they started making ear-piercing squelching noises, rendering them useless. I guess they make a good paperweight and reminder to never buy noise-cancelling products from Apple.
I’m glad the Anker’s worked out for you, but the Soundcore brand almost completely turned me off from Anker. After two weeks the Soundcore buds I had stopped charging.
I have limited experience with noise canceling headphones (some circa 2008 active Sony earbuds, and some not-that-great Beats Studio Buds+. On a whim I bought AirPods 4 ANC and I’ve found them way better than I expected. Good enough for airplane noise canceling without the seal of most ear buds. They feel smaller than the beats buds, even with the stem. They seamlessly switch from my phone to iPad to Mac. I haven’t sat down to compare their quality to any of my other headphones, but I don’t really care. Nothing comes close to matching the convenience and the sound isn’t so bad that I each for something else. I did not expect to like them as much as I do.
Maybe it’s hype, maybe I don’t know what better noise canceling sounds like. These aren’t the Pros, so maybe there’s a difference.
I have yet to try a pair of earbuds with better active noise canceling than the airpod pro 2.
Sounds like you either had a fake or more likely, couldn’t fit them properly
"you're holding it wrong"
did you try different tips? I have heard this makes a big difference for some
I miss good wired earbuds.
While consumer electronics companies have gone for wireless earbuds, the hi-fi, in ear monitor market is very much alive. Not to mention also relatively affordable these days.
Wired earbuds were great until they got caught on some piece of clothing and got ripped out.
For real, after being on wireless earbuds for quite some time and going back to wired, it is absolutely incredible how many things the cords get caught on. Even just your own hands!
Not to mention the microphonics
They still exist. Truthear is a decent brand.