Skip to main content

Installation

Use a packaged release unless you are developing Hyprism

Download a release

Open Hyprism Releases on GitHub and choose the package for your system

PlatformTargetPackages
Windowsx64EXE installer, MSI, or portable ZIP
Linuxx64DEB, RPM, AppImage, Flatpak bundle, or tar.xz
macOSApple SiliconDMG

The packages include the desktop launcher and the Local Node helper used by autonomous local profiles

Platform notes

Windows

Use the EXE or MSI for a normal installation. Extract the portable ZIP to a writable directory before starting Hyprism.Desktop.exe

Linux

Prefer DEB or RPM when your distribution supports it. Make an AppImage executable before running it. Replace 4.0.0 in these examples with the downloaded version

chmod +x Hyprism-linux-x64-4.0.0.AppImage
./Hyprism-linux-x64-4.0.0.AppImage

The Flatpak bundle can be installed with the desktop software manager or Flatpak CLI

flatpak install ./Hyprism-linux-x64-4.0.0.flatpak

macOS

Open the DMG and move Hyprism to Applications. The current release target requires Apple Silicon

Autonomous mode may ask once for permission to trust Hyprism's local certificate authority. Canceling the prompt cancels that game launch without weakening TLS validation. See Local Node for the reason

Run from source

Contributors need the .NET 10 SDK and Git

git clone https://github.com/hyprismteam/HyPrism.git
cd HyPrism
dotnet restore Hyprism.slnx
dotnet run --project Sources/Hyprism.Desktop/Hyprism.Desktop.csproj

Continue with First run after the launcher opens

Edit this page on GitHub