⚠️ Install stable releases only. Do not install pre-release builds or CI artifacts — they are untested snapshots used for development. Only stable releases (like this one) are debugged and verified across devices.
New since v2.9.3
- Config metadata — exported configs now tagged with
app_source="bannerhub"for community config site filtering and source-based purge
Config Cross-Compatibility with BannerHub Lite
Configs exported from BannerHub are fully compatible with BannerHub Lite, and vice versa.
Why it works: Both apps are built on the same GameHub engine. Per-game Wine settings are stored in SharedPreferences under the same keys (pc_g_setting<gameId>). The Export feature reads those keys and writes them to a JSON file. The Import feature reads that same JSON and writes the keys back — the app that originally exported it doesn't matter.
How to transfer: Export a config in one app (saved to /sdcard/BannerHub/configs/), copy the JSON to the same folder on the device running the other app, then Import it from the game's settings menu. The same folder path is used by both apps intentionally so configs are found automatically without moving files.
The app_source field in the JSON is only used by the community config site to filter by origin — it has no effect on import behavior.
💬 Community game configs: Share and download per-game settings at the412banner.github.io/bannerhub-game-configs. The library grows with every contribution.
Installation
9 APK variants are built — pick the one matching your existing GameHub installation:
- Normal / Normal(GHL) —
banner.hub/gamehub.lite - PuBG —
com.tencent.ig - AnTuTu / alt-AnTuTu —
com.antutu.ABenchMark/com.antutu.benchmark.full - PuBG-CrossFire —
com.tencent.tmgp.cf - Ludashi —
com.ludashi.aibench - Genshin —
com.miHoYo.GenshinImpact - Original —
com.xiaoji.egggame
Uninstall your existing GameHub before installing — BannerHub is signed with a different certificate and cannot update over the original.