jonathanmarston/gamenativesteamlauncher — explained in plain English
Analysis updated 2026-05-18
Sync Steam games imported through Cocoon into GameNative's Frontend Sync feature automatically
Avoid manually renaming files to match Steam app IDs between Cocoon and GameNative
Install a prebuilt APK to bridge these two Android gaming front ends without building from source
| jonathanmarston/gamenativesteamlauncher | ad-chd/decloud | ahmedthebest31/imagetype-android-app | |
|---|---|---|---|
| Stars | 3 | 3 | 3 |
| Language | Kotlin | Kotlin | Kotlin |
| Setup difficulty | easy | easy | easy |
| Complexity | 2/5 | 3/5 | 2/5 |
| Audience | general | general | general |
Figures from each repo's GitHub metadata at analysis time.
Requires Cocoon and GameNative already installed, plus matching folder permissions across all three apps.
GameNative Steam Launcher is a small Android helper app that connects two other apps together: Cocoon, a game library front end, and GameNative, a tool for running Windows games on Android. Its job is to let GameNative's Frontend Sync feature understand Steam games that were set up through Cocoon, without you having to rename files or use any extra apps in between. Normally, syncing Steam games between these two apps would require manual work to match up file names or identifiers. This app removes that step by reading the .steam files that Cocoon generates and pulling the Steam app ID out of them directly, then passing that ID along so GameNative can recognize the game. Using it involves a short setup sequence. First you open this app and export a platform JSON file. Then, inside Cocoon, you import that exported file as a custom platform and note the folder you choose as its ROM path. Back in this app, you grant folder permission for that exact same folder. Finally, in GameNative, you turn on Frontend Sync and point it at that same folder as well, so all three apps are looking at the same location. The README itself is short and does not describe the app's internals, only its purpose and setup steps. It does not mention a software license, and the only way to install it described in the README is downloading a prebuilt Android APK file from the project's latest GitHub release rather than building it from source.
An Android helper app that lets GameNative recognize Steam games set up through Cocoon by reading Cocoon's generated files directly, with no manual renaming needed.
Mainly Kotlin. The stack also includes Kotlin, Android.
The README excerpt does not state a license for this repository.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
double-check against the repo, no cap.