Linux needs a native client for Deezer!
- November 9, 2017
- 332 replies
- 69329 views
- Anonymous
I think that is important to cover all the platforms for all the users.
I recently created an Ubuntu script to install Deezer based on the fantastic work done by IlyaGulya and SibrenVasse on an AUR package for Arch Linux. It should work on Debian too since Ubuntu is based on Debian, but I haven't tested it.
You can view instructions on how to install it here https://github.com/siphomateke/deezer. It's not at all official and isn't guaranteed to work with future Deezer versions but it's what I am now using.
I'm not sure why Deezer hasn't added support for Linux yet considering the Deezer desktop app for windows is an Electron app and runs just fine on Linux with a few minor tweaks.
Hopefully this helps my fellow Ubuntu users.
332 replies
- Tiny Dancer
- 6 replies
- May 31, 2020

P.S. Sorry for taking so long to respond, Gmail put my Deezer community notifications in Spam.
- Tiny Dancer
- 1 reply
- June 1, 2020
Also I want to mention, that I am not aware of any streaming service, providing native Linux app, other than Spotify. And as
- Lucky Star
- 1595 replies
- June 1, 2020
Hello
Have a nice week
- Tiny Dancer
- 6 replies
- June 2, 2020

P.S. Sorry for taking so long to respond, Gmail put my Deezer community notifications in Spam.
- Tiny Dancer
- 1 reply
- June 7, 2020
Hello,
I use https://snapcraft.io/deezer-unofficial-player on Linux with my family account. For few days now, it doesn’t work anymore with a message “Ne courez plus après le temps perdu, Deezer ne s'utilise désormais plus avec cette version de votre navigateur.
Mettez à jour votre navigateur ou téléchargez notre application pour ordinateur pour continuer à profiter de votre musique.”. I hope it is not intentional, but please don’t block linux customers that wants to listen to music like anyone else.Spotify provide a Linux application why not doing the same ? Why not asking the dev whether you can get the code already working ?
Thx,
- Lover
- 74 replies
- June 8, 2020
643 votes now. It’s feel that there are so much people searching the same.. to use deezer in linux
- Alien SuperStar
- 14342 replies
- June 9, 2020
Thanks for the support
Hey
- Lover
- 74 replies
- June 9, 2020
Hello,
I use https://snapcraft.io/deezer-unofficial-player on Linux with my family account. For few days now, it doesn’t work anymore with a message “Ne courez plus après le temps perdu, Deezer ne s'utilise désormais plus avec cette version de votre navigateur.
Mettez à jour votre navigateur ou téléchargez notre application pour ordinateur pour continuer à profiter de votre musique.”. I hope it is not intentional, but please don’t block linux customers that wants to listen to music like anyone else.
Spotify provide a Linux application why not doing the same ? Why not asking the dev whether you can get the code already working ?
Thx,
you have options apart from official support: the best approach IMHO is the aur deezer package that at least have one ubuntu package in some point of this thread, test it, may be you have luck. I am using the deeser aur package and it’s awesome.
- Tiny Dancer
- 1 reply
- June 13, 2020
Just another user of a linux based OS, here, looking for an alternative to Spotify, hoping that an officially supported version appears before my trial runs out…...
- Lover
- 74 replies
- June 15, 2020
almost 650 votes and no linux version or date yet. Come on deezer!
- Tiny Dancer
- 3 replies
- June 22, 2020
The Linux users really need this!
- Tiny Dancer
- 1 reply
- June 24, 2020
I am reluctant to install from unofficial sources, so I am eagerly awaiting to the linux version.
at least launch the beta tester as mentioned here
- Lover
- 74 replies
- June 24, 2020
I am reluctant to install from unofficial sources, so I am eagerly awaiting to the linux version.
at least launch the beta tester as mentioned here
Actually it's the official allvall with a few adds that are available in a github. So you can use it being sure that if your data is stolen the same would had happened with the official supported up xD…
Now seriously it's the app official so no worries. The bad thing here is that doesn't have any type of support of Deezer. I am waiting for the official supported app .
Comment in my post to give it activity so Deezer can know that there are people wanting at least a beta all for the moment.
- Runaway Baby
- 5 replies
- July 14, 2020
Hej all, anyone tried running deezer in a virtual/emulated environment? For example:
- run Android in a VirtualBox, then run the Deezer App on Android
- or run the Deezer Windows app using WINE / Codeweaver’s Crossover
Anyone has experience with this?
cheers, Kai
- Tiny Dancer
- 6 replies
- July 14, 2020
Hej all, anyone tried running deezer in a virtual/emulated environment? For example:
- run Android in a VirtualBox, then run the Deezer App on Android
- or run the Deezer Windows app using WINE / Codeweaver’s Crossover
Anyone has experience with this?
cheers, Kai
Hi
It’s actually dead simple to port Deezer’s desktop app to Linux but I think Deezer just doesn’t want to support the thousands of Linux distributions and the bugs that come with them. Hopefully, they’ll soon adopt these community efforts and make an official version available.
- Runaway Baby
- 5 replies
- July 14, 2020
Hi sipho, thanks for pointing this out. I tried your fork previously but some library on my system was not recent enough to meet the requirements; some node.js dependencies, iirc (I’m running last year’s Mint 19.3, so based on Ubuntu 18.04). Thanks for your effort of providing the Ubuntu/Debian installer though! I’ll try again once I upgrade to more recent libraries.
cheers, Kai
- Tiny Dancer
- 6 replies
- July 14, 2020
Hi sipho, thanks for pointing this out. I tried your fork previously but some library on my system was not recent enough to meet the requirements; some node.js dependencies, iirc (I’m running last year’s Mint 19.3, so based on Ubuntu 18.04). Thanks for your effort of providing the Ubuntu/Debian installer though! I’ll try again once I upgrade to more recent libraries.
cheers, Kai
If you last tried the fork more than 8 days ago, you should try it again. I changed the install script to manually pull the correct version of Node.js rather than relying on the distributions version. Your issue might be fixed.
If it hasn’t been fixed, I might try and take a look at the install script to make it support older versions of Node.js. It doesn’t actually need a particularly new version to run. There is just one code formatter used to patch Deezer that does. I could probably use an older version if using new versions of Node.js is difficult for a lot of people.
- Runaway Baby
- 5 replies
- July 14, 2020
Hi sipho, thanks for pointing this out. I tried your fork previously but some library on my system was not recent enough to meet the requirements; some node.js dependencies, iirc (I’m running last year’s Mint 19.3, so based on Ubuntu 18.04). Thanks for your effort of providing the Ubuntu/Debian installer though! I’ll try again once I upgrade to more recent libraries.
cheers, Kai
If you last tried the fork more than 8 days ago, you should try it again. I changed the install script to manually pull the correct version of Node.js rather than relying on the distributions version. Your issue might be fixed.
If it hasn’t been fixed, I might try and take a look at the install script to make it support older versions of Node.js. It doesn’t actually need a particularly new version to run. There is just one code formatter used to patch Deezer that does. I could probably use an older version if using new versions of Node.js is difficult for a lot of people.
Worked like a charm!
Thank you so much - everything’s so much better with music :-)
- Lover
- 74 replies
- July 15, 2020
Okey we have here some words about the Linux version but.. there is nothing more that a few problems that I don't understand well. Release pipeline?
Problems with the updates manager?
I think is too easy. Too much for being problems . Because the release it's not a problem I think at all if I understanding well , the date can be when you want it.
And the management of updates are simply. If you want go to all-in way. Flatpak (or snap but I prefer flatpak) repo and all is done. You can update all people with a simply update in your repo. The repo flatpak manager in them distribution are going to do the rest. You don't need to do nothing in your app at all for the updates. If you want is possible to make a deb package and the rest of packagers are going to catch if interested and try to put in them distributions so no problem here.
Then..
- Runaway Baby
- 5 replies
- July 15, 2020
Okey we have here some words about the Linux version but.. there is nothing more that a few problems that I don't understand well. Release pipeline?
Problems with the updates manager?
I think is too easy. Too much for being problems . Because the release it's not a problem I think at all if I understanding well , the date can be when you want it.
And the management of updates are simply. If you want go to all-in way. Flatpak (or snap but I prefer flatpak) repo and all is done. You can update all people with a simply update in your repo. The repo flatpak manager in them distribution are going to do the rest. You don't need to do nothing in your app at all for the updates. If you want is possible to make a deb package and the rest of packagers are going to catch if interested and try to put in them distributions so no problem here.
Then..
Last time I checked, the native Linux client was high up in the list of “Got an idea” by user votes (second only to night/day themes and a longer favorite tracks list). So why would you “unprioritise”?
- Lucky Star
- 1595 replies
- July 16, 2020
Hello
Have a nice day
- Tiny Dancer
- 1 reply
- August 19, 2020
+1 vote for this to happen. If not popularity nor feasibility then money is the reason why?
- Alien SuperStar
- 14342 replies
- August 20, 2020
It's on the plans
- Tiny Dancer
- 1 reply
- September 5, 2020
Pretty interesting, two years of discussions and seems like the guys really don’t care if some percents of users move to Spotify which HAS native linux client.
- Tiny Dancer
- 1 reply
- September 13, 2020
Solus user, checking back in after 1.5 years, seems there’s a little more traction.
Any of you gents have an interim solution for Solus?
Reply
Related topics
kasten with RHACM(redhat advance cluster management)icon
Veeam Kasten Kubernetes Data Protection SupportRed Hat Summit 2024
Kubernetes KornerDeploying and acessing Veeam Kasten K10 on a Red Hat OpenShift cluster
Kubernetes KornerRed Hat OpenShift 4.12 on VMWare vSphere 7.0.3 k10 6.5 Snapshot export failsicon
Veeam Kasten Kubernetes Data Protection SupportNew Blog Post: Enabling Kasten K10 Multi-Cluster Manager
Kubernetes Korner
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Scanning file for viruses.
Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.
OKThis file cannot be downloaded
Sorry, our virus scanner detected that this file isn't safe to download.
OK