A multiplatform Hytale launcher with mod manager and more!
Important
Hyprism has no any connection to PrismLauncher. Hyprism is an application that is being developed INDEPENDENTLY of the PrismLauncher project or its team
Note
The launcher is switching to Avalonia UI. The current source code in main may contain bugs or errors. If you need the code from a previous version of the launcher, use the latest available release
You can manually download Hyprism via avaliable Releases or via single-line installer for your platform
Windows
irm https://raw.githubusercontent.com/hyprismteam/Hyprism/main/Scripts/install-win.ps1 | iexLinux
curl -fsSL https://raw.githubusercontent.com/hyprismteam/Hyprism/main/Scripts/install-linux.sh | shmacOS
curl -fsSL https://raw.githubusercontent.com/hyprismteam/Hyprism/main/Scripts/install-macos.sh | shNix
nix run 'github:hyprismteam/Hyprism?dir=Packaging/linux/flake#hyprism'Requirements:
- .NET 10.0 SDK
- Node.js 22 and npm when working on the documentation
Build:
# Clone the repository
git clone https://github.com/hyprismteam/Hyprism.git
cd Hyprism
# Build the application and tests
dotnet build Hyprism.slnx
# Run the launcher
dotnet run --project Sources/Hyprism.Desktop/Hyprism.Desktop.csprojHyprism uses a .NET 10 Core library and a native Avalonia 12 desktop application
The English and Russian documentation is available on the Hyprism documentation site. Its Docusaurus sources live in Docs/content
Special thanks to Sanasol for maintaining and creating the auth server
We support the launcher solely with our free time and community feedback. Financial support will help us continue active development in the world of Hytale!
Hyprism is licensed under the GNU General Public License v3.0 (GPL-3.0)
- Full license text: LICENSE
- License texts used by project assets: Licenses
- Machine-readable licensing and CI compliance: REUSE.toml
- Project logo and banner assets: CC BY-SA 4.0, with the license text in Licenses/CC-BY-SA-4.0.txt
Hyprism is an unofficial, open-source launcher for Hytale. This project is not affiliated with, endorsed by, sponsored by, or approved by Hypixel Studios, Riot Games, or any of their affiliates
"Hytale", "Hypixel Studios", and strictly related logos and assets are trademarks or registered trademarks of Hypixel Studios Inc. All rights reserved by their respective owners. usage of this software is subject to the terms of the Hytale End-User License Agreement (EULA)
Hyprism acts solely as a client-side tool to facilitate the downloading and launching process. It does not host, modify, or distribute original game files directly
- Official Authentication (Default): By default, Hyprism implements the standard Hytale authentication protocol. Users with a valid license can download unmodified game images directly from official servers, identical to the official launcher process
- Custom Third-Party Mirrors (User-Configured): Hyprism does not include, provide, or pre-configure any third-party download mirrors. The software merely provides a technical capability for users to manually add custom mirror URLs at their own discretion
The developers of Hyprism constitute no control over the content hosted on any user-added external mirrors. The responsibility for choosing a download source and ensuring compliance with the Hytale EULA and applicable copyright laws rests entirely with the end-user
Hyprism depends on third-party libraries distributed under licenses including MIT, Apache-2.0, BSD-style licenses, and CC-BY-4.0