1. Recommended
Use the local manager
- Download
spice-local-manager.ps1from this page. - Run it in PowerShell to open the small SPICE Local Manager window.
- Use
Install / Update, thenStart. - Open
http://127.0.0.1:3939from the manager.
SPICE on your PC
Prefer the browser instead? The web player needs nothing installed.
SPICE LOCAL INSTALLER
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.
1. Recommended
spice-local-manager.ps1 from this page.Install / Update, then Start.http://127.0.0.1:3939 from the manager.2. Automated install
install-spice-local.ps1 from this page.%LOCALAPPDATA%\SPICE.start-spice-local.ps1.http://127.0.0.1:3939 in your browser.3. Portable mode
spice-local-portable.ps1 into the folder you want to use.SPICE-Local-Portable.start-spice-local.ps1.4. Manual ZIP
start-spice-local.ps1.check-spice-local-update.ps1 -Download later to fetch a newer package.Automation
powershell -NoProfile -ExecutionPolicy Bypass -Command "irm https://install.spice-app.xyz/spice-local-manager.ps1 | iex"powershell -NoProfile -ExecutionPolicy Bypass -Command "irm https://install.spice-app.xyz/install-spice-local.ps1 | iex"powershell -NoProfile -ExecutionPolicy Bypass -File .\spice-local-portable.ps1