A fast, unlimited, and high-quality Spotify downloader with a sleek dark aesthetic. Download your favorite tracks effortlessly without premium dependencies.
Credits: EMIEWN
SpotVault bypasses standard API rate limits by scraping track metadata directly from public Spotify URLs and securely downloading the highest available quality audio via yt-dlp.
The downloaded tracks are immediately embedded with proper ID3 metadata, including the artist, track name, album, and high-resolution cover art fetched straight from Spotify.
- Unlimited Downloads: No premium account or API quotas required.
- Premium Interface: A beautiful, animated UI designed with native-feeling rounded corners and dark aesthetics.
- Metadata Embedding: Automatically embeds cover art and ID3 tags into your MP3 files.
- Discord Rich Presence: Let your friends see what you're downloading dynamically on your Discord profile.
- Portable & Standalone: Fully compiled into a single Windows executable.
SpotVault relies on three external tools to process downloads. Ensure they are installed and available in your system path:
- Clone this repository
- Run
npm installto install the Electron dependencies - Run
npm startto launch the application for testing - Run
npm run distto compile the portable executable (Outputs to thedist/folder)
If you want the Discord integration to show your own App logo:
- Go to the Discord Developer Portal.
- Create an App named SpotVault.
- Upload
build/icon.pnginto the Rich Presence -> Art Assets tab and name itspotdown_logo. - Replace the
DISCORD_CLIENT_IDinmain.jswith your App's Client ID.
This tool is intended for educational and personal archival purposes only. Respect the terms of service of the platforms you download from.