Skip to content

soft-goose/spicetify-cli

 
 

Repository files navigation

Command-line tool to customize new Spotify client (v1.1.58 or later). Supports Windows, MacOS and Linux.

img

Features

  • Change colors whole UI
  • Inject CSS for advanced customization
  • Inject Extensions (Javascript script) to extend functionalities, manipulate UI and control player.
  • Inject Custom apps
  • Remove bloated components to improve performance

Legacy Spotify

If you wish to use old Spotify client v1.1.56 or older, you have to install spicetify v1.2.1. To install older release, please use install script to download pre-built package and specify version:

Windows: In powershell

$v="1.2.1"; Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/khanhas/spicetify-cli/master/install.ps1" | Invoke-Expression

Linux/MacOS: In bash

curl -fsSL https://raw.githubusercontent.com/khanhas/spicetify-cli/master/install.sh -o /tmp/install.sh
sh /tmp/install.sh 1.2.1

spicetify v1 code is available in branch legacy if you want to build from source.

About

Commandline tool to customize Spotify client. Supports Windows, MacOS and Linux.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 67.3%
  • Go 24.6%
  • CSS 4.6%
  • PowerShell 3.0%
  • Shell 0.5%