Quick guide & tips
Select your distro from the dropdown
Check the apps you want to install
Copy the command or download the script
Paste in terminal (Ctrl+Shift+V) and run
Greyed-out apps aren't in your distro's repos. Here's what you can do:
.deb, .rpm, or .AppImage
Some Arch packages are in the AUR (Arch User Repository).
TuxMate uses yay to install these.
If you don't have yay, check "I have yay installed" to skip auto-installation, or leave it unchecked to install yay first.
.deb files: sudo dpkg -i file.deb or double-click in your file manager
.rpm files: sudo dnf install ./file.rpm or sudo zypper install ./file.rpm