Skip to content

Installing PolyLauncher

PolyLauncher is currently available for Windows, Linux and MacOS

Installing on Windows

On Windows there are 2 ways to use PolyLauncher. The portable exe and the msi installer.

Step 1: Downloading

Head over to the releases page and download PolyLauncher.exe

Step 2: Running the launcher

Simply double click PolyLauncher.exe to run PolyLauncher. If you get any warnings from windows saying the app is made by an unknown publisher just run it anyways. This warning appears because I am not spending over 100$/year on a code signing certificate

Installing on Linux

There are multiple ways to use PolyLauncher on Linux.

AppImages are the universal way to use PolyLauncher portably on Linux. They include all dependencies, which makes it so it can be run without installing any additional packages with the tradeoff of a bigger file.

Step 1: Downloading

Head over to the releases page and download PolyLauncher__amd64.AppImage.

Step 2: Making the AppImage executable

After downloading the AppImage, you have to make it executable:

bash
chmod +x ./PolyLauncher__amd64.AppImage

Step 3: Running PolyLauncher

You only have to do this once. After making it executable, you can run the AppImage by running it like a normal executable

bash
./PolyLauncher__amd64.AppImage

Installing on MacOS

MacOS support is coming soon!