Skip to content

A GUI app for installing spicetify and configuring/customizing it

Notifications You must be signed in to change notification settings

ChdML/spicetify-gui

Repository files navigation

Spicetify-GUI

Example Example GIF

GUI App made for Spicetify with Tauri

Install, update, upgrade, and do other things to spicetify with only a click of a button


Note: Tested on windows only, but should work on linux/mac
Another note: I made this app so i can experiment with tauri and learn it, I'll probably rarely update the code unless there's bugs.

How to install:

  1. Go to releases
  2. Download the installer according to your system
  3. Run the installer

Development:

  1. install NPM dependencies, by running npm install in the directory
  2. Set up Tauri
  3. That's pretty much it

Commands to note:

  • for web dev, run npm run dev
  • for app dev, run npm run tauri:dev
  • for building app, run npm run tauri:build