⚠️ ⚠️ ⚠️ Deprecated, visit the new repo for more information
| download
- 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.
From the project root, run:
docker compose up --buildThis 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.
Requirements: NodeJS 17+
You can build binary using npm script:
npm i
npm run buildOr 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.jsYou can build binaries using:
npm run dist- discord: https://discord.com/invite/fttYFSHPCQ
- telegram: https://t.me/SaturnReleases