Installation Guide - furesoft/Slithin GitHub Wiki

Windows

Download the app from the Microsoft Store or download the zip archive, extract it and run

Linux

Debian Based Distros

  1. Install Libgdi+

sudo add-apt-repository ppa:quamotion/ppa

sudo apt-get update

sudo apt-get install -y libgdiplus

  1. Download the deb file from the releases page.
  2. Install it with terminal: sudo dpkg -i debfile.deb
  3. If dependencies are missing: sudo apt install --fix-broken and try step 2.

Arch Based Distros

  1. Download the rpm file from the releases page.
  2. Manually remove icu*, libicu* and libssl* dependencies generated from debtap, as those are not presented in the same name as in arch package repository
  3. Install it with terminal: sudo rpm -i rpmfile.rpm

Mac OS

  1. Download and install the .Net Runtime for your architecure (https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
  2. Download the MacOS Version of Slithin and extract the archive
  3. Open the terminal and navigate to the extracted diectory with: cd
  4. type: sudo spctl --global-disable
  5. type: dotnet Slithin.dll