⚠️⚠️⚠️ Deprecated, visit the new repo for more information
November 8, 2025 · View on GitHub
Saturn Mobile
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!)
- Fixed homepage
- Minor updates to make things work with newer API
- (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.
Links
- discord: https://discord.com/invite/fttYFSHPCQ
- telegram: https://t.me/SaturnReleases
Download from Releases or Telegram
https://github.com/Sheathed/Saturn-Mobile/releases | https://t.me/SaturnReleases
Credits
Saturn Mobile is a modified version of ReFreezer which you can check out by Clicking Here.
Compile from source
Install flutter SDK 3.17.2: https://flutter.dev/docs/get-started/install
(Optional) Generate keys for release build: https://flutter.dev/docs/deployment/android
Download source:
git clone https://github.com/SaturnMusic/mobile
git submodule init
git submodule update
Rename .env.example in /lib to .env & fill out the values if necessary.
Compile:
.\run_build_runner.ps1
flutter pub get
flutter build apk
NOTE: You have to use own keys, or build debug using flutter build apk --debug