This software was previously knows as the "N64Recomp Launcher", but this had to be changed due to continued requests by the N64Recomp Tool Developers. If you are interested in a version of the launcher that is primarily for N64 Recompiled Games, then check out this version. You can then go into the
update_check.jsonand change the year inLastCheckTimeto something like9999to disable self-updates.If you have an old version, and wish to update to the newer ones, you will have to update manually by dragging the new files into your launcher folder. You can then delete all files with "N64Recomp" in their names. Your settings will remain compatible.
A modern, user-friendly launcher application for managing and running GitHub-hosted applications. This tool streamlines the process of downloading, installing, and launching your favorite projects.
- Automated Updates: Seamlessly download and install the latest releases from GitHub
- Version Management: Stay up-to-date with automatic version checking and updates
- App Management: Easy-to-use interface for launching GitHub-hosted apps
- Smart Integration: Direct integration with GitHub releases for smooth updates
- .NET 9 Runtime (get it here)
- Internet connection for updates and downloads
- Download the latest release from the Releases page
- Extract the downloaded archive to your preferred location
- Run the executable.
- Launch the application
- The launcher will automatically check for updates on startup
- Browse your app library through the interface
- Select an app and click "Download/Launch" to use it
To avoid hitting GitHub's API rate limits, you can provide a personal access token.
Create a token with no special permissions needed and set it in the launcher settings.
You can create a token at GitHub Settings -> Developer settings > Personal access tokens > Tokens (classic) > Generate new token
You don't need to give it any special permissions. Then paste that Token into your Settings field. Do not share your Token!
The launcher uses an apps.json file to manage the available apps. Every entry is user-managed and editable; there are no built-in stable, experimental, or custom categories.
Each app entry requires the following properties:
name- The display name of the app as it appears in the launcherrepository- The GitHub repository in the formatusername/repositoryfolderName- The folder name where the app will be downloaded and installedappIconUrl- URL of the app's icon image. If null, a default icon will be used.
{
"apps": [
{
"name": "Example App",
"repository": "username/example-app-repo",
"folderName": "ExampleApp",
"appIconUrl": null
},
{
"name": "Another App",
"repository": "anotheruser/another-app-repo",
"folderName": "AnotherApp",
"appIconUrl": "link/to/an/image.png"
}
]
}If you encounter any issues or have questions:
- Open an issue
- Check existing issues for solutions