Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
/ mobile-legacy Public archive

The mobile app for Saturn. [FREEZER MOBILE UPDATED]

License

Notifications You must be signed in to change notification settings

SaturnMusic/mobile-legacy

Repository files navigation

❓ Why was this archived?

The following source code is obsolete and no longer in use as we have moved on to a newer codebase

Our new repository can be found here

Saturn Mobile

Freezer Reborn

Your go-to ToS Compliant Custom Deezer Client

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

Donations

https://fund.saturnclient.dev/

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

Download from Releases or Telegram

https://github.com/SaturnMusic/mobile/releases https://t.me/SaturnReleases

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

Compile:

flutter pub get
flutter build apk

NOTE: You have to use own keys, or build debug using flutter build apk --debug

just_audio, audio_service

This app depends on modified just_audio and audio_service plugins with Deezer support.
Both plugins were originally written by ryanheise, all credits to him.

Desktop Version

https://github.com/SaturnMusic/PC