Skip to content

Prerequisites

In order to start using Reskin, you will need to install some dependencies.


Reskin is built with Rust and requires it to function properly. Install Rust using one of following methods. You can view more installation methods at https://www.rust-lang.org/tools/install.

Install via rustup:

Terminal window
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh

Install via your distributions package manager:

Terminal window
sudo pacman -S rust cargo nodejs npm webkit2gtk xdg-utils \
desktop-file-utils git

Node.js is a JavaScript runtime that Reskin uses to build its frontend. You’ll need both Node.js and its package manager, npm.

Terminal window
sudo pacman -S nodejs npm

These are the system-level libraries and tools that Reskin needs to function and integrate with your desktop environment.

Terminal window
sudo pacman -S webkit2gtk xdg-utils desktop-file-utils git

If your distribution is not listed here, feel free to open an issue.