Skip to content

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

License

Notifications You must be signed in to change notification settings

AswalGaurang/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

No packages published

Languages

  • JavaScript 68.1%
  • Go 24.0%
  • CSS 4.5%
  • PowerShell 2.9%
  • Shell 0.5%