docs/installation.md
spotDL is a free and open-source tool that downloads your Spotify playlists & music
The fastest, easiest, and most accurate command-line music downloader
This is our recommended installation method.
If you are on Windows, install Visual C++ Redistributable (link below) and then proceed to install Python & FFmpeg.
We recommend installing the latest version of Python
When installing Python, ensure to select "Add to PATH".
If you are not on Windows (e.g. OSX/UNIX), replace
pipwithpip3andpythonwithpython3in all commands.
First, open a terminal. On Windows: Command Prompt, macOS: "Terminal", *UNIX: Bash or Zsh.
Verify you have installed Python correctly via python -V. Ensure you have v3.7 or greater.
Next, install spotDL by typing the following:
pip install spotdl
If using FFmpeg only for spotDL, you can install FFmpeg to your local directory.
spotdl --download-ffmpeg will download FFmpeg to your spotDL installation directory.
We recommend the above option, but if you want to install FFmpeg system-wide,
brew install ffmpegsudo apt install ffmpeg or use your distro's package managerIf you require further help, ask in our Discord Server
You can download the latest version from the Releases Tab
The Web UI will start by default if no arguments are passed to the command line (after double-clicking, for example).
To use the command line interface, just open your terminal and run
./spotdl-vX.X.X operation [urls].
spotDL provides a Docker image.
Install Docker: https://docs.docker.com/engine/installation/
Install Docker Compose: https://docs.docker.com/compose/install/
Docker documentation: https://docs.docker.com/
docker build -t spotdl .docker run --rm spotdl --helpdocker run --rm -v $(pwd):/music spotdl download https://open.spotify.com/track/0VjIjW4GlUZAMYd2vXMi3bPull docker image from Docker hub: docker pull spotdl/spotify-downloader
Download a song using Docker image:
docker run --rm -v $(pwd):/music spotdl/spotify-downloader download https://open.spotify.com/track/0VjIjW4GlUZAMYd2vXMi3b
Create a Docker container
docker create \
--name=spotdl \
-v <path to data>:/music \
spotdl/spotify-downloader
docker-compose up --no-startdocker-compose run --rm spotdl download https://open.spotify.com/track/0VjIjW4GlUZAMYd2vXMi3bWe have a dedicated Termux installation script:
curl -L https://raw.githubusercontent.com/spotDL/spotify-downloader/master/scripts/termux.sh | sh
You can find the AUR Package here
spotDL downloads files to the folder where you ran spotDL from.
Open pwsh/powershell/cmd/terminal/similar in the folder you want files to download to, or cd to the desired folder.
Windows Shortcut: Navigate to the folder you want the files to download to.
SHIFT + RIGHT CLICK, then select "Open PowerShell window here"