Download the SpotX Installer
Get the latest stable PowerShell script. Customize parameters, audit the source, and execute safely on your Windows machine.
Latest Spotify Desktop Installers
Download official unmodified desktop installers for offline setup. Files are hosted securely.
Custom Installer Command Builder
Toggle options to customize your installation. Command updates in real-time.
irm https://raw.githubusercontent.com/SpotX-Official/SpotX/main/Install.ps1 | iexHow to execute: Right-click the Windows Start button → open PowerShell (no Administrator needed) → paste the command above using right-click → press Enter.
Release History
Security Verification
- Open Source Audit
All execution blocks are auditable. The patch operates natively using standard PowerShell cmdlets without external payload injection.
- No Executable Modification
Patches work inside local JavaScript resource containers (xpui.spa). No compiled executables or DLLs are injected.
Troubleshooting
1. Windows Defender (SmartScreen)
If you see the blue "Windows protected your PC" screen, it's because the open-source script lacks an expensive EV code signing certificate. Click "More info" and then "Run anyway" to proceed. This is standard for community scripts.
2. Execution Policy Error (PSSecurityException)
If PowerShell shows "cannot be loaded because running scripts is disabled on this system", run "Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser" first, then retry the install.
3. File Path Not Found (AppX Access Denied)
If you get "Cannot find path 'C:\ProgramFiles\WindowsApps...'", you're using the Microsoft Store version. SpotX handles this, but you must completely close the client from the system tray first. If it persists, uninstall the Store version and download the standalone .exe above.
Official Repository & Source Code
SpotX is 100% open source. All installer scripts, patch files, and release artifacts are hosted on the official public repository. You can inspect, fork, and contribute to the project.
Main Repository
SpotX-Official/SpotX
Browse the full SpotX source code, commit history, and documentation.
Releases & Packages
GitHub Releases
Download specific release versions directly from the official releases page.
Community Discussions
GitHub Discussions
Ask questions, report issues, and contribute to feature development.
Verification tip: Always ensure you are downloading from the official SpotX-Official/SpotX repository. Verify the URL begins with github.com/SpotX-Official/SpotX before executing any scripts.