Spotify2Local is a zero-friction terminal utility that bridges your Spotify library with your local storage. Built with a responsive TUI, it automatically resolves tracks, fetches the highest quality audio via YouTube, and precisely tags your files with ID3 metadata—all without the setup headache.
- Stupid-simple setup: Works flawlessly out of the box with sensible defaults, while exposing deep configuration options for power users who want control.
- Flawless local libraries: Your music player will thank you. Automatically embeds pristine ID3 tags and high-res cover art for a perfectly organized archive.
- Studio-grade audio: Usig a smart-matching heuristics automatically bypass messy music videos and live performances to secure the highest-quality official tracks.
- Modern TUI No massive list of CLI flags to memorize. Just launch the TUI, search with your keyboard, and watch the progress bars fly.
Spotify2Local uses uv for fast, reliable dependency management.
Clone the repository and sync the environment:
git clone [https://github.com/mserra0/Spotify2Local.git](https://github.com/mserra0/Spotify2Local.git)
cd Spotify2Local
uv syncBefore running the application, you need to provide your Spotify API credentials.
- Create an application in the Spotify Developer Dashboard.
- Set your redirect URI to
http://127.0.0.1:9090. - Copy the
.env.examplefile to.envand apply your credentials. ALL DONE!
cp .env.example .envSPOTIPY_CLIENT_ID="your_client_id"
SPOTIPY_CLIENT_SECRET="your_client_secret"
SPOTIPY_REDIRECT_URI="[http://127.0.0.1:9090](http://127.0.0.1:9090)"Launch the interactive interface:
uv run main.py| Key | Action |
|---|---|
↑ / ↓ |
Navigate playlists |
Enter |
Download selected playlist |
0 |
Enter a Spotify URL manually |
Esc |
Go back or exit |
Important
- Library Requirement: The tool can only process playlists saved to your authenticated account. To download a public playlist, simply open it in Spotify, click the
...menu, and select Add to Your Library before running the tool. - Editorial Restrictions: Spotify restricts direct API access to certain official editorial playlists, which may result in a
403 Forbiddenerror. The fix: Create a new personal playlist, copy all the tracks from the editorial playlist into it, and download your personal playlist instead.
We love community contributions. If you'd like to help improve Spotify2Local, whether it's fixing a bug or adding a new TUI feature, please review our Contributing Guide for instructions on setting up your local environment and submitting a pull request.
This project stands on the shoulders of giants. A special thanks to the maintainers of the following open-source tools:

