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. SHA-256 checksum logs are provided for every release to prevent injection vectors.

  • No Executable Modification

    Patches work inside local JavaScript resource containers (xpui.spa). No compiled executables or DLLs are injected.

  • Scanned for Safety

    Every code batch is scanned against 70+ security engines. All hooks execute within user sandbox directory paths.

Latest SHA-256 Checksum:7B27CEE4F011DE9D3FF68D76D92CC7A13B455CD6EEB7A23DF4FCD4A1D

Troubleshooting

1. SmartScreen / Windows Defender

Click "More Info" on the alert then "Run Anyway". The warning appears because the free script lacks a commercial signature — it doesn't indicate malicious content.

2. Restricted Execution Policy Error

Run this first: Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser — then re-run the SpotX install command.

3. Microsoft Store Client

Store client files are in protected directories. The installer handles permissions automatically. The standalone .exe version is recommended for faster patching.

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.