AirPodsDesktop icon indicating copy to clipboard operation
AirPodsDesktop copied to clipboard

[Feature Request] Linux support

Open MaybeAdmin opened this issue 4 years ago • 14 comments

Is it possible to get this (mainly the low latency mode) on Linux?

MaybeAdmin avatar Mar 11 '22 05:03 MaybeAdmin

Sure, I recently happened to be planning to make the entire AirPodsDesktop support Linux, maybe next week, I'll start attempting to port.

The main challenges I can think of right now are Bluetooth related stuff and media pause/play. Low audio latency mode should not be a problem, as it is fully implemented using Qt.

After a successful port, I may need help with packaging and distribution on Linux. I have no experience at all in this area. So contributors are welcome.


UPDATE: WIP on linux branch.

SpriteOvO avatar Mar 11 '22 05:03 SpriteOvO

You could handle packaging either by just releasing the raw binaries and providing instructions on how to run them, or releasing it on the AUR / as a .deb file for debian based distros. The latter could potentially be automated by running CICD

oleggtro avatar Jun 28 '22 16:06 oleggtro

Where can i find instructions for building it on linux?

aswejei avatar Aug 17 '22 10:08 aswejei

Where can i find instructions for building it on linux?

@aswejei Not yet, but you can take a look at the CI script.

It currently just passes compilation, but the platform specific code is still not implemented, so it doesn't work yet.

SpriteOvO avatar Aug 17 '22 11:08 SpriteOvO

Thanks for making this app! I used it all the time on windows, but now since I've moved to ubuntu, is there any way I can use it?

krishnams0ni avatar Apr 24 '23 20:04 krishnams0ni

Where can i find instructions for building it on linux?

@aswejei Not yet, but you can take a look at the CI script.

It currently just passes compilation, but the platform specific code is still not implemented, so it doesn't work yet.

It doesnt work yet @krishnams0ni

oleggtro avatar Apr 24 '23 22:04 oleggtro

Please Please!! We need it on linux!

This app looks very promising

pedrocgr avatar Jul 25 '23 19:07 pedrocgr

Where can i find instructions for building it on linux?

@aswejei Not yet, but you can take a look at the CI script.

It currently just passes compilation, but the platform specific code is still not implemented, so it doesn't work yet.

The artifact here is a single binary? How one would go about running this on a Linux system after the Artifact is made?

Msouza91 avatar Jul 26 '23 17:07 Msouza91

Its simple: You don't. A bunch of the bluetooth related code is OS specific and currently not implemented for linux.

oleggtro avatar Jul 29 '23 13:07 oleggtro

still waiting for linux version

gfhdhytghd avatar Aug 03 '23 08:08 gfhdhytghd

Then go ahead and submit a pr

oleggtro avatar Aug 06 '23 18:08 oleggtro

Unfortunately I don't have experience with the language in the project to try and help with coding, but I'm up for helping with testing or some CI/CD setup if the devs catch some time to work on this implementation.

Msouza91 avatar Aug 14 '23 11:08 Msouza91