Skip to main content
Download Center

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.

Run in Windows PowerShell:Safe & Audited
irm https://raw.githubusercontent.com/SpotX-Official/SpotX/main/Install.ps1 | iex

How to execute: Right-click the Windows Start button → open PowerShell (no Administrator needed) → paste the command above using right-click → press Enter.

Release History

VersionRelease DateNotes
v4.2.0May 15, 2026Resolved path errors on custom drive letters.
v4.1.9April 28, 2026Fixed blank interface screens after client upgrades.
v4.0.5February 12, 2026Added custom telemetry host blocks.
v3.8.2November 04, 2025Optimized script loop speeds during cache cleanup.

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.

Full Installation Guide

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.

View Repository

Releases & Packages

GitHub Releases

Download specific release versions directly from the official releases page.

Browse Releases

Community Discussions

GitHub Discussions

Ask questions, report issues, and contribute to feature development.

Join Discussion

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.