PolyLauncher is a clean, modern, and open-source launcher for Polytoria, built with .NET 8 and WPF. It provides a streamlined experience for installing, updating, and launching Polytoria with built-in modding support.
- Automated Updates: Keeps your game up to date with the latest versions.
- Modding Support: Built-in services to manage and apply mods.
- Protocol Integration: Supports launching directly from the Polytoria website.
- Configuration: Highly customizable settings for your launcher experience.
- Lightweight: Optimized for performance and low resource usage.
Or from Github Actions : https://github.com/ElCapor/PolyLauncher/actions
- Models: Data structures for settings, launch arguments, and updates.
- ViewModels: Implementation of the MVVM pattern for UI logic.
- Views: WPF windows and user interface components.
- Services: Core logic for installation, modding, logging, and protocols.
- .NET 8.0 Runtime or SDK.
- Clone the repository:
git clone https://github.com/Polytoria/PolyLauncher.git - Open
PolyLauncher.slnin Visual Studio or your preferred IDE. - Restore dependencies:
dotnet restore - Build and run:
dotnet run --project PolyLauncher.csproj
This project is licensed under the LICENSE file included in the repository.


