Installation
Reskin can be installed in 3 different ways outlined below. Before proceeding, please make sure you have installed all prerequisites.
Pre-built Binary
Section titled “Pre-built Binary”This is the fastest and easiest way to get started. Simply download the pre-built binary and make it executable.
- 
Go to the releases page 
- 
Download the binary 
- 
Make the binary executable: 
chmod +x reskin- Run the binary:
./reskinManual Installation
Section titled “Manual Installation”- Clone the repository:
git clone https://github.com/iamnotmega/reskin- Change to the cloned repository:
cd reskin/src-tauri- Install the Node modules:
npm install- Build the frontend:
npm run build- Build the binary:
cargo build --releaseAUR (Arch User Repository)
Section titled “AUR (Arch User Repository)”- If you haven’t already, install an AUR helper like yay:
git clone https://aur.archlinux.org/yay.gitcd yaymakepkg -si- Install Reskin:
yay -S reskinFor nightly preview builds, use:
yay -S reskin-git