⚠️⚠️⚠️ Deprecated, visit the new repo for more information
November 8, 2025 · View on GitHub
| download
Saturn
Freezer Reborn
Your go-to ToS Compliant Custom Deezer Client
⚠️ A premium account is required in order to use this client
Donations
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.
Running with Docker
From the project root, run:
docker compose up --build
This will both build & start Saturn on port 10069
It is advised for you to rename the .env.example file in /app to .env and uncomment the line in compose.yml if you want to be logged in automatically.
Building
Requirements: NodeJS 17+
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
- discord: https://discord.com/invite/fttYFSHPCQ
- telegram: https://t.me/SaturnReleases