GameHub Lite is complete privacy-focused modification of GameHub Android app. Removes all tracking, authentication, bloat while adding automated patcher for future updates. Takes official 114MB APK and converts to 51MB Lite version: removes tracking (11,838 telemetry/analytics files deleted from Firebase, Google Analytics, Umeng, JPush, etc.), optimizes size (PNG to WebP, unused libraries removed), bypasses authentication (no login, works offline), removes 31 invasive permissions (location, mic, camera, contacts, etc.), redirects network (all API calls go to self-hostable Cloudflare Workers), adds features (external launcher support for Daijisho, Launchbox, etc.).
Auto-patcher automated patcher applies modifications to any GameHub APK. Requirements: apktool, openjdk@17, android-commandlinetools. Running patcher: place official GameHub APK in folder, run './autopatcher.sh GameHub-5.1.0.apk'. Script decompiles APK, removes 11,838 telemetry files, copies 2,851 optimized WebP images, applies 201 code patches, rebuilds and signs APK (takes 2-3 minutes). Privacy wins: zero telemetry, no location tracking, no audio/video surveillance, no device fingerprinting, no behavioral analytics, no data to Chinese servers. Required repos: gamehub-worker (main API proxy), gamehub_api (static resources), gamehub-news (news aggregator), gamehub-login-token-grabber (token refresher). Self-host all Workers for complete privacy. External launcher support via custom intents for Daijisho, Launchbox, RetroArch. No license specified.
Use Cases:
Complete privacy-focused modification of the GameHub Android app. This project removes all tracking, authentication, and bloat while adding an automated patcher for future updates.
Want to patch a GameHub APK right now? → Use the Auto-Patcher (scroll down)
Want to understand what was changed? → Read the Security Analysis Reports
Want to self-host everything? → Check Required Repositories
Takes the official GameHub APK (114MB) and converts it into a privacy-focused Lite version (51MB):
Result: 114MB bloated APK → 51MB clean APK with zero tracking
The automated patcher applies all modifications to any GameHub APK version.
macOS:
brew install apktool
brew install openjdk@17
brew install --cask android-commandlinetools
Linux:
sudo apt-get install apktool
sudo apt-get install openjdk-17-jdk
# Install Android SDK command-line tools from https://developer.android.com/studio
./autopatcher.sh GameHub-5.1.0.apk
The script will:
Output: GameHub-Lite-20251017-003625-signed.apk (takes 2-3 minutes)
adb install -r GameHub-Lite-*.apk
Or drag the APK to your Android device and install normally.
same token for everyone100000 (shared)gamehub.lite (can install alongside original)gamehub.lite.LAUNCH_GAMEGameHub-AutoPatcher/
├── autopatcher.sh # Main auto-patcher script
├── patches/ # 201 code modification patches
├── lite_resources/ # 2,851 optimized WebP images (18MB)
├── files_to_remove.txt # List of 11,838 files to delete
├── conversion_rules.txt # Fallback removal list
├── gamehub-release.keystore # Auto-generated signing key
│
├── COMPREHENSIVE_SECURITY_ANALYSIS_REPORT.md # Full technical analysis
├── GAMEHUB_API_ANALYSIS.md # API server setup guide
└── BLOAT_REMOVAL_ANALYSIS.md # Detailed bloat analysis
Want the quick version?
→ Read COMPREHENSIVE_SECURITY_ANALYSIS_REPORT.md - Sections 1-3
Want all technical details?
→ Read the full COMPREHENSIVE_SECURITY_ANALYSIS_REPORT.md (13 sections)
Want API server details?
→ Read GAMEHUB_API_ANALYSIS.md
Want bloat removal breakdown?
→ Read BLOAT_REMOVAL_ANALYSIS.md
This project requires the following Cloudflare Worker repositories for full functionality:
gamehub-worker (https://github.com/gamehublite/gamehub-worker) - Main API proxy worker
gamehub_api (https://github.com/gamehublite/gamehub_api) - Static API resources
gamehub-news (https://github.com/gamehublite/gamehub-news) - News aggregator worker
gamehub-login-token-grabber (https://github.com/gamehublite/gamehub-login-token-grabber) - Token refresher worker
Note: You can self-host all Workers for complete privacy. Right now I'm using free Cloudflare Workers. Don't misuse the project.
Launch Steam games directly from other Android frontends:
am start -n gamehub.lite/com.xj.landscape.launcher.ui.gamedetail.GameDetailActivity \
-a gamehub.lite.LAUNCH_GAME \
--es steamAppId "292030" \
--ez autoStartGame true
This lets you use GameHub as a backend for:
"apktool not found"
brew install apktool (macOS) or sudo apt-get install apktool (Linux)"Java not found"
brew install openjdk@17 or download from Oracle"zipalign not found"
Some patches failed
App crashes on launch
adb uninstall gamehub.lite && adb install -r GameHub-Lite-*.apkPut PNG/WebP files in lite_resources/res/drawable-xxhdpi/ and they'll be included in all patched APKs.
Example: We added wine_game_loading.jpg (the blue splash screen when games launch).
Script will auto-generate a new keystore. Default password is password123.
To add new patches:
diff -u original.xml modified.xml > patches/mychange.diffOpen-source AI meeting assistant built with Tauri at 10MB. Features real-time transcription with OpenAI Whisper, GPT-4, Claude, Gemini and Grok support, translucent overlay, and undetectable in video calls.
Cross-platform M3U8/MPD video downloader built with PySide6 and QFluentWidgets featuring multi-threaded downloads, task management, fluent design GUI, FFmpeg and N_m3u8DL-RE integration, Python 3.11 conda environment, and deployment support for Windows/macOS/Linux with GPL-3.0 license.
Flutter AI voice assistant for Android and iOS with real-time conversation, Live2D characters, echo cancellation, multi-service support for Xiaozhi, Dify and OpenAI, and image messaging.
GitHub starred repository manager with AI-powered auto-sync, semantic search, automatic categorization, release tracking, one-click downloads, smart asset filters, bilingual wiki integration, and cross-platform Electron client for Windows/macOS/Linux with 100% local data storage and MIT license.
Build local AI agents that observe your screen, microphone and clipboard, process with local LLMs, and react with notifications, screen recording and memory. All data stays private. Works with Ollama and OpenAI.
PlayStation 3 emulator for Android 12+. Project discontinued at Alpha-7 and merged with RPCSX. Use RPCSX Android UI for continued development.