
An open source, cross-platform Spotify client compatible across multiple platforms
utilizing Spotify's data API and YouTube, Piped.video or JioSaavn as an audio source,
eliminating the need for Spotify Premium
Btw it's not just another Electron app 😉

[](https://news.ycombinator.com/item?id=39066136)

---


## 🌃 Features
- 🚫 No ads, thanks to the use of public & free Spotify and YT Music APIs¹
- ⬇️ Freely downloadable tracks
- 🖥️ 📱 Cross-platform support
- 🪶 Small size & less data usage
- 🕵️ Anonymous/guest login
- 🕒 Time synced lyrics
- ✋ No telemetry, diagnostics or user data collection
- 🚀 Native performance
- 📖 Open source/libre software
- 🔉 Playback control is done locally, not on the server
**¹** It is still **recommended** to support creators by engaging with their YouTube channels/Spotify tracks (or preferably by buying their merch/concert tickets/physical media).
### ❌ Unsupported features
- 🗣️ **Spotify Shows & Podcasts:** Shows and Podcasts will
Platform |
Package/Installation Method |
Windows |
|
MacOS |
|
iOS |
|
Android |
|
Flatpak |
flatpak install com.github.KRTirtho.Spotube
|
AppImage |
AppImage's lacking stability led to it's temporal removal. More information at https://github.com/KRTirtho/spotube/issues/1082 |
Debian/Ubuntu |
Then run: sudo apt install ./Spotube-linux-x86_64.deb
|
Arch/Manjaro |
With pamac: sudo pamac install spotube-bin
With yay: yay -Sy spotube-bin
|
Fedora/OpenSuse |
For Fedora: sudo dnf install ./Spotube-linux-x86_64.rpm
For OpenSuse: sudo zypper in ./Spotube-linux-x86_64.rpm
|
Linux (tarball) |
|
Macos - Homebrew |
brew tap krtirtho/apps
brew install --cask spotube
|
Windows - Chocolatey |
choco install spotube
|
Windows - Scoop |
scoop bucket add extras
scoop install spotube
|
Windows - WinGet |
winget install --id KRTirtho.Spotube
|
### 🔄 Nightly Builds
Grab the latest nightly builds of Spotube [from the GitHub Releases](https://github.com/KRTirtho/spotube/releases/tag/nightly).
## 🕳️ Building from source