Skip to content

Installation

Reskin can be installed in 3 different ways outlined below. Before proceeding, please make sure you have installed all prerequisites.

This is the fastest and easiest way to get started. Simply download the pre-built binary and make it executable.

  1. Go to the releases page

  2. Download the binary

  3. Make the binary executable:

Terminal window
chmod +x reskin
  1. Run the binary:
Terminal window
./reskin
  1. Clone the repository:
Terminal window
git clone https://github.com/iamnotmega/reskin
  1. Change to the cloned repository:
Terminal window
cd reskin/src-tauri
  1. Install the Node modules:
Terminal window
npm install
  1. Build the frontend:
Terminal window
npm run build
  1. Build the binary:
Terminal window
cargo build --release
  1. If you haven’t already, install an AUR helper like yay:
Terminal window
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
  1. Install Reskin:
Terminal window
yay -S reskin

For nightly preview builds, use:

Terminal window
yay -S reskin-git