Install Msty on Linux

Learn how to install Msty on your Linux machine

Follow the instructions below to install Msty's .AppImage or .deb installer on your Linux machine.

Download Msty

If you haven't downloaded Msty already, get started by downloading it first.

Installing Msty

Once you have downloaded Msty, navigate to the directory where you downloaded the installer from the terminal.

AppImage
deb

AppImage

From the terminal, run the following command to make the downloaded AppImage file executable:

chmod a+x ./<DownloadedFileName>.AppImage

Then run the following command to open Msty from the terminal:

./<DownloadedFileName>.AppImage --no-sandbox

Note: You may need to install appropriate packages like libfuse2 (if your system does not have them already) inorder to run the AppImage file.