You can download Spotify songs using Zotify. Follow these steps to install it on your device.
Mac OS
Go to Applications → Utilities and open the Terminal.
Install Homebrew by running the following command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
After installing Homebrew run:
brew install python@3.11 pipx ffmpeg git
Setup pipx
pipx ensurepath
Install Zotify
pipx install https://get.zotify.xyz
Done!
Use zotify --help
for a basic list of commands or check the README.md for full documentation.
On first run, Zotify will ask you to login to Spotify and will save your credentials in a secure way.
Windows/Linux
Check the Installation Guide
Examples
Replace the URL
with the Spotify song/playlist/album URL you want to download.
- Download a song:
zotify download https://open.spotify.com/track/3Z0oQ8r78OUaHvGPiDBR3W
- Download a playlist in MP3 format and skip existing files and lyrics:
zotify --skip-existing=True --download-format mp3 --download-lyrics=False https://open.spotify.com/playlist/0J9riRceAdUQFmSwN5HZMA\?si\=b3269f4a21024a96
Note: Downloaded songs will be saved in your Music folder in Zotify Music
.