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. 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.
7B27CEE4F011DE9D3FF68D76D92CC7A13B455CD6EEB7A23DF4FCD4A1DTroubleshooting
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.
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.