A modern, user-friendly installer for Spicetify on Windows
Installation โข Features โข Screenshots โข Credits
- ๐ฏ One-Click Installation - Install Spicetify CLI & Marketplace in seconds
- ๐ฅ๏ธ Modern WPF GUI - Beautiful, Spotify-inspired interface
- โจ๏ธ PowerShell Console - Alternative command-line installer
- ๐ Auto-Detection - Automatically finds your Spotify installation
- ๐จ Marketplace Ready - Browse and install themes & extensions instantly
- ๐ Easy Re-apply - Re-apply patches after Spotify updates
- ๐งน Clean Uninstall - Complete removal with one click
Before installing SpotiPatch, make sure you have:
- โ Spotify installed from spotify.com (NOT Microsoft Store version)
- โ Windows 10 or 11
- โ PowerShell 5.1 or higher (PowerShell 7.x recommended)
- โ Logged into Spotify for at least 60 seconds before installing
- Download
SpotiPatch-Installer.exefrom the Releases page - Double-click to run (no installation required)
- Click "Install Spicetify"
- Restart Spotify and enjoy your new Marketplace tab!
- Download
SpotiPatch-Installer.ps1from the Releases page - Right-click โ "Run with PowerShell"
- Press
Ito install - Restart Spotify
# Run directly from GitHub (not recommended for security)
irm https://raw.githubusercontent.com/iOS12Checker/SpotiPatch/main/SpotiPatch-Installer.ps1 | iex
Modern WPF Interface with Spotify-inspired design
Clean PowerShell console interface
- Restart Spotify completely
- Look for the Marketplace tab in the left sidebar
- Browse and install themes, extensions, and custom apps
When Spotify updates, you'll need to re-apply Spicetify:
GUI: Click "Re-apply Spicetify" button
PowerShell:
spicetify backup
spicetify applyGUI: Click "Uninstall" button
PowerShell:
spicetify restoreOr run the installer and select Uninstall option.
- .NET 8.0 SDK
- Windows 10/11
# Clone the repository
git clone https://github.com/LilBatti/iOS12Checker/SpotiPatch.git
cd SpotiPatch
# Build the WPF application
cd Source/SpotiPatch-Installer
dotnet publish -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true
# Output will be in SpotiPatch-Release/- โ Fixed apply command for Spicetify v2.42.14
- โ Added proper credits
- โ Improved error handling
- โ Background job execution for reliability
- โ Added uninstall functionality
Created by: iOS12Checker
Powered by: Spicetify - The amazing tool that makes Spotify customization possible
Special thanks to:
- The Spicetify CLI team
- The Spicetify Marketplace team
- All the theme and extension developers in the community
This project is licensed under the MIT License - see the LICENSE file for details.
Note: SpotiPatch is an unofficial installer and is not affiliated with Spotify AB or Spicetify. Use at your own risk.
Make sure you installed Spotify from the official website, not the Microsoft Store.
Run PowerShell as Administrator if you encounter permission issues.
- Restart Spotify completely (quit from system tray)
- Run
spicetify applyin PowerShell - Check that Marketplace is enabled in config
Spotify updates overwrite Spicetify patches. Simply re-run SpotiPatch and click "Re-apply".
- ๐ Report Issues
- ๐ก Request Features
- โญ Star this repo if you found it helpful!
Made with โค๏ธ by Lil_Batti/iOS12Checker