
An open source, cross-platform music client
utilizing selected music provider API and YouTube, Piped.video or JioSaavn as an audio source
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 music metadata providers 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/tracks in music platforms (or preferably by buying their merch/concert tickets/physical media).
### ❌ Unsupported features
- 🗣️ **Shows & Podcasts:** Shows and Podcasts will
Platform |
Package/Installation Method |
Windows |
|
MacOS |
|
Android |
|
iOS |
*iPA file only. Requires sideloading with AltStore or similar tools.
|
Flatpak |
flatpak install com.github.KRTirtho.Spotube
|
AppImage |
AppImage's lacking stability led to it's temporary 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