A simple tool that installs and keeps Spicetify up to date on your computer.
- Download the latest version for your system from the Releases page.
- Run it.
- Follow the on-screen prompts.
The tool will automatically check if Spicetify is installed, install it if needed, and update it to the latest version.
- Installing Spicetify and the Marketplace for you
- Checking for new Spicetify versions
- Upgrading and re-applying Spicetify after updates
| Platform | Status |
|---|---|
| Windows 10/11 | Supported |
| Linux (apt, Flatpak) | Supported |
| macOS | Supported |
| Linux (Snap) | Not supported |
This is normal. Spotify updates overwrite the files Spicetify modifies.
- Run the updater again.
- When asked to re-apply Spicetify, choose Yes.
- Spotify will restart with your customizations back in place.
If the updater says Spicetify itself also needs an update, let it upgrade first.
This usually means you have the Microsoft Store version of Spotify, which does not work with Spicetify.
- Open Spotify and go to Settings > About to check your version.
- If it says "Microsoft Store", uninstall Spotify from Windows Settings.
- Download and install the regular version from spotify.com/download.
- Open Spotify, log in, and wait at least 60 seconds before closing it.
- Run the updater again.
If you already have the regular version and still see this error:
- Open File Explorer and go to
%appdata%\Spotify. - Check if a file called
prefsexists there. - If it does not exist, open Spotify, wait 60 seconds, then close it and check again.
The updater could not find Spicetify on your system. This can happen if Spicetify was not added to your system PATH during installation.
Windows:
- Close and reopen your terminal or command prompt.
- Try running the updater again.
- If it still fails, restart your computer and try once more.
Linux / macOS:
- Close and reopen your terminal.
- If the issue persists, add Spicetify to your PATH manually:
- Open your shell config file (
~/.bashrc,~/.zshrc, or equivalent). - Add this line at the end:
export PATH=$PATH:~/.spicetify - Save the file, then run
source ~/.bashrc(orsource ~/.zshrc).
- Open your shell config file (
- Run the updater again.
Snap packages are sandboxed and cannot be modified by Spicetify. You need to switch to a different installation method.
- Remove the Snap version:
snap remove spotify - Install Spotify via apt:
curl -sS https://download.spotify.com/debian/pubkey_C85668DF69375001.gpg | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list sudo apt-get update && sudo apt-get install spotify-client - Open Spotify, log in, and wait at least 60 seconds.
- Run the updater again.
The updater checks GitHub for the latest Spicetify version. If this fails:
- Make sure you have an active internet connection.
- Try again in a few minutes (GitHub may be temporarily unavailable).
- If you are behind a corporate firewall or VPN, try disconnecting and running the updater on a regular connection.
After an upgrade, Spicetify resets its modifications to ensure compatibility with the new version.
- Open Spotify.
- Go to the Marketplace tab in the sidebar.
- Reinstall your preferred themes and extensions from there.
Your Marketplace settings and installed items are stored locally and may reappear automatically after re-applying.