Skip to content
/ PC Public

Electron-based Deezer Client with FLAC & more! [UPDATED FREEZER]

License

Notifications You must be signed in to change notification settings

SaturnMusic/PC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Saturn

Freezer Reborn

Your go-to ToS Compliant Custom Deezer Client

⚠️ A premium account is required in order to use this client

Featuring:

  • FLAC & MP3 320 support
  • BYO Last.fm Integration (Safer solution!)
  • Discord Listen Together & RPC
  • Fixed homepage
  • Minor updates to make things work with newer API
  • Redundant importer removed
  • (aaand don't forget everything the older app had)

You can download Saturn right away although it is highly advised to build it yourself, customized to your own liking.

Building

Requirements: NodeJS 12+

You can build binary using npm script:

npm i 
npm run build

Or manually:

npm i
cd app
npm i 

Frontend:

cd client
npm i 
npm run build
cd ../..

Then you can run server-only using, default port: 10069:

cd app
node main.js

You can build binaries using:

npm run dist

Links

Download from Releases

https://github.com/SaturnMusic/PC/releases

Mobile Version

https://github.com/SaturnMusic/mobile