A launcher for automatically downloading the latest, or specific versions of OpenRCT2 and OpenLoco.
- Download the latest version of the launcher from the Releases page.
- Save the file anywhere on your system and run it.
Open Launcher is written in C# using the AvaloniaUI framework. The application currently targets .NET 8 and is typically distributed as a self contained executable.
- .NET 8 SDK
- Visual Studio (optional)
- AvaloniaUI extension (optional)
- Visual Studio Code (optional)
You can quickly build and run the launcher on the command line using the following command.
dotnet run --project src/openlauncher
Alternatively, open openlauncher.sln
in Visual Studio. Installing the extension for AvaloniaUI is recommended.
Open Launcher is licensed under the MIT License.