Download & Install
Get started with Ssarg Launcher in seconds! Choose your operating system below for 1-click downloads or 1-command terminal installers.
🐧 Linux (Recommended)
Ssarg Launcher provides native packages for all major Linux distributions.
Universal AppImage (1-Command Install)
The .AppImage works universally across Linux distributions including Fedora, Arch Linux, Ubuntu, Debian, and Steam Deck:
mkdir -p ~/Applications && curl -L -o ~/Applications/SsargLauncher.AppImage "https://github.com/mynameisgrass/ssarglauncher/releases/latest/download/Ssarg.Launcher_1.0.0_amd64.AppImage" && chmod +x ~/Applications/SsargLauncher.AppImage && ~/Applications/SsargLauncher.AppImageNote for Fedora Users: If your Fedora system is fresh and lacks FUSE support, install
fuse-libsfirst by running:Terminal window sudo dnf install -y fuse-libs
Ubuntu / Debian / Linux Mint (.deb)
Download and install the Debian package in one command:
curl -L -o /tmp/ssarg.deb "https://github.com/mynameisgrass/ssarglauncher/releases/latest/download/Ssarg.Launcher_1.0.0_amd64.deb" && sudo apt install -y /tmp/ssarg.debFedora / RHEL / CentOS (.rpm)
Install the RPM package directly via dnf:
sudo dnf install -y --nogpgcheck "https://github.com/mynameisgrass/ssarglauncher/releases/latest/download/Ssarg.Launcher-1.0.0-1.x86_64.rpm"🪟 Windows (10 & 11)
Option 1: 1-Click Setup Executable
- Download
Ssarg.Launcher_<version>_x64-setup.exefrom GitHub Releases. - Double-click the installer to install Ssarg Launcher to your system.
- If Microsoft SmartScreen says “Windows protected your PC”, click More info → Run anyway.
Option 2: PowerShell 1-Command Install
Run this command in Windows PowerShell to download and launch the installer automatically:
Invoke-WebRequest -Uri "https://github.com/mynameisgrass/ssarglauncher/releases/latest/download/Ssarg.Launcher_1.0.0_x64-setup.exe" -OutFile "$env:TEMP\SsargLauncherSetup.exe"; & "$env:TEMP\SsargLauncherSetup.exe"🍎 macOS (Apple Silicon & Intel)
Option 1: Universal DMG Installer
- Download
Ssarg.Launcher_<version>_universal.dmgfrom GitHub Releases. - Open the DMG file and drag Ssarg Launcher into your
Applicationsfolder. - When launching for the first time, if macOS Gatekeeper says “developer cannot be verified”, right-click (or two-finger tap) the app in Applications and select Open → Open.
Option 2: Terminal 1-Command Install
Run this command in Terminal to download, mount, and copy Ssarg Launcher to /Applications automatically:
curl -L -o /tmp/SsargLauncher.dmg "https://github.com/mynameisgrass/ssarglauncher/releases/latest/download/Ssarg.Launcher_1.0.0_universal.dmg" && hdiutil attach -nobrowse -quiet /tmp/SsargLauncher.dmg && ditto "/Volumes/Ssarg Launcher/Ssarg Launcher.app" "/Applications/Ssarg Launcher.app" && hdiutil detach -quiet "/Volumes/Ssarg Launcher" && rm /tmp/SsargLauncher.dmg📦 Verifying Your Download
All official builds of Ssarg Launcher are compiled automatically via GitHub Actions from our public repository. We never bundle adware, toolbars, or telemetry.