Installation
Windows
To install GDLauncher for windows you just have to head over to our landing page and press download. You’ll then download the installer executable, which you can install.
GDLauncher is installed for your windows user only.
MacOS
To install GDLauncher for MacOS you just have to head over to our landing page and press download. You’ll then download the macOS installer, which you can install.
The app is universal, which means it runs natively on both Intel and Apple Silicon.
Linux
To install GDLauncher for linux you just have to head over to our landing page and press download. We ship three formats:
All three ship with a versioned filename (e.g. GDLauncher__2.0.31__linux__x64.deb). Substitute the actual filename you downloaded into the commands below.
- AppImage: a single self-contained file. Mark it executable (
chmod +x ./GDLauncher__*.AppImage) and run it. No package manager involved. .deb: for Debian/Ubuntu and derivatives. Install withsudo apt install ./GDLauncher__*.debor open it in your file manager..rpm: for Fedora/openSUSE/RHEL and derivatives. Install withsudo dnf install ./GDLauncher__*.rpmor open it in your file manager.