SPICE on your PC

Local Runtime

Prefer the browser instead? The web player needs nothing installed.

S

SPICE LOCAL INSTALLER

Install the local SPICE runtime.

Install SPICE as a local Windows runtime or keep it portable in any folder. The hosted page only publishes account, setup, and update metadata; media search, stream extraction, lyrics, proxying, and playback run on the user PC at http://127.0.0.1:3939.

Runtime version1.0.178
Install pagehttps://install.spice-app.xyz
Update sourcehttps://music.spice-app.xyz/api/updates/local-windows
Recommended setupLocal manager

1. Recommended

Use the local manager

  1. Download spice-local-manager.ps1 from this page.
  2. Run it in PowerShell to open the small SPICE Local Manager window.
  3. Use Install / Update, then Start.
  4. Open http://127.0.0.1:3939 from the manager.

2. Automated install

User-space install with one script

  1. Download install-spice-local.ps1 from this page.
  2. Run it in PowerShell to install SPICE into %LOCALAPPDATA%\SPICE.
  3. Open the Start Menu shortcut or run start-spice-local.ps1.
  4. Open http://127.0.0.1:3939 in your browser.

3. Portable mode

Keep SPICE inside one folder

  1. Download spice-local-portable.ps1 into the folder you want to use.
  2. Run the script from that folder.
  3. The runtime is extracted into SPICE-Local-Portable.
  4. Move that folder anywhere and run start-spice-local.ps1.

4. Manual ZIP

Download, unpack, run

  1. Download the runtime ZIP from this page.
  2. Unzip it into a normal user folder.
  3. Run start-spice-local.ps1.
  4. Run check-spice-local-update.ps1 -Download later to fetch a newer package.

Automation

PowerShell commands

No admin rights required
Local manager
powershell -NoProfile -ExecutionPolicy Bypass -Command "irm https://install.spice-app.xyz/spice-local-manager.ps1 | iex"
Install script
powershell -NoProfile -ExecutionPolicy Bypass -Command "irm https://install.spice-app.xyz/install-spice-local.ps1 | iex"
Portable script
powershell -NoProfile -ExecutionPolicy Bypass -File .\spice-local-portable.ps1