Skip to content

zweid/amazon-music-linux

 
 

Repository files navigation

amazon-music-linux

A standalone app for Amazon Prime Music/Amazon Music Unlimited.

Installation

Prebuilt packages

.deb and .rpm packages can be downloaded from the releases page.

In order to install the companion app, download a built version from the Play Store or build it by yourself by cloning the repository

Building from source

git clone https://github.com/oja/amazon-music-linux
cd amazon-music-linux
npm install
npm run package-linux

Then, depending on whether you want to build for Ubuntu/Debian or Fedora/openSUSE, do the following:

  • Ubuntu/Debian:

    sudo npm install -g electron-installer-debian
    electron-installer-debian --src release-builds/amazon-music-linux-linux-x64/ --arch amd64 --config build-config.json
    
  • Fedora/openSUSE:

    sudo npm install -g electron-installer-redhat
    electron-installer-redhat --src release-builds/amazon-music-linux-linux-x64/ --arch x86_64 --config build-config.json
    

The output .deb or .rpm file will be in the release-builds/ directory.

Troubleshooting

  • If you get an error about libXss.so.1, install libXScrnSaver or equivalent.

TODO

Legal Disclaimer

No affiliation with Amazon.com, Inc. All trademarks and registered trademarks are the property of their respective owners.

About

linux desktop player for amazon music

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 63.9%
  • HTML 19.3%
  • JavaScript 16.8%