Back to NamLauncher home

Installation guide

Install NamLauncher on Windows, Linux, or macOS.

Choose your operating system, download only from the official NamLauncher website, and follow the steps below.

Go to official downloads Official domain: namlauncher.nattapat2871.me

Windows · x64 installer

Install on Windows 10 or 11

Use the NamLauncher .exe installer. You do not need to turn off Windows Security.

  1. Download the Windows installer

    Open the official download section and select the Windows .exe package.

  2. Run the installer

    Open the downloaded file, approve the standard Windows prompt, and complete Setup.

  3. Launch NamLauncher

    Open NamLauncher from the Start menu. It uses the default launcher data folder automatically; you can move it later in Settings.

Linux · x64 packages

Choose the package for your distribution

The download menu shows only packages that are currently published. AppImage is the simplest portable option.

AppImage

Portable · recommended

Make the downloaded file executable, then run it directly.

chmod +x ~/Downloads/NamLauncher-*.AppImage
~/Downloads/NamLauncher-*.AppImage
.deb

Debian or Ubuntu

Install the local package with APT so required system dependencies can be resolved.

cd ~/Downloads && sudo apt install ./NamLauncher-*.deb
.rpm

Fedora or RHEL

Use DNF to install the downloaded RPM and its required dependencies.

cd ~/Downloads && sudo dnf install ./NamLauncher-*.rpm
.flatpak

Flatpak bundle

Install the local bundle for your user, then open NamLauncher from the application menu.

cd ~/Downloads && flatpak install --user ./NamLauncher-*.flatpak
.pkg.tar.zst

Arch or Manjaro

Install the downloaded package with pacman.

cd ~/Downloads && sudo pacman -U ./NamLauncher-*.pkg.tar.zst

macOS · universal DMG

Install the direct-download macOS build

The free macOS build is distributed from this website without Apple notarization, so macOS will ask you to confirm the first launch.

  1. Download the universal DMG

    Select the macOS package in the official download menu. It supports Apple silicon and Intel Macs.

  2. Move NamLauncher to Applications

    Open the DMG and drag NamLauncher into the Applications folder, then eject the disk image.

  3. Try to open the app once

    In Applications, Control-click NamLauncher and choose Open. If macOS still blocks it, close the warning and continue to the next step.

  4. Allow only this app

    Open System Settings, choose Privacy & Security, scroll to Security, and click Open Anyway for NamLauncher. Confirm Open when macOS asks again.

Before you continue

Download the package first, then keep this guide open.

If a package is marked unavailable, it has not been published yet. Choose another available format or return after the next release.

Go to official downloads