GameHub Lite: Privacy-focused Android gaming modification
Modified GameHub Android app with tracking removed. Includes automated patcher for privacy-focused APK conversions.
Learn more about GameHub Lite
GameHub Lite is a modification of the GameHub Android application that strips tracking and analytics components while maintaining core functionality. The project uses APK decompilation and recompilation techniques to remove telemetry files, redirect network calls to self-hosted endpoints, and bypass authentication systems. It includes an automated shell script that applies over 200 code patches and removes nearly 12,000 tracking-related files from the original APK. The modified application supports external launcher integration through Android intents and can function offline without internet connectivity.
Automated Patching
Includes a shell script that automatically decompiles APKs, applies 201 code patches, removes 11,838 telemetry files, and rebuilds signed APK files. The patcher works across different GameHub versions and handles the complete modification process.
Network Redirection
Redirects all API calls to self-hostable Cloudflare Workers instead of original servers. Includes companion repositories for API proxying, news aggregation, and token management to maintain functionality while preserving privacy.
External Integration
Provides Android intent filters for launching games from external frontends like Daijisho and Launchbox. Changes the package name to allow side-by-side installation with the original application.
Final update removing dead telemetry and cloud gaming components while fixing crashes and performance issues.
- –Removed Dead Telemetry Files – Umeng, Firebase, WeChat
- –Cloud Gaming Components Removed – TYMoving SDK, Xbox, PlayStation Remote Play
- –Manifest Cleanup – 27 unused activities, services, and providers removed
- –PS Launch Strategy Fix – Added stub to prevent game launch crashes
- –Exit Crash Fix – Implemented missing Umeng method
Adds offline mode support, free game giveaways section, and adaptive icons while fixing controller layout issues.
- –Offline Mode Support
- –Ensure all necessary drivers and components are pre-downloaded and run once online before enabling Offline Mode
- –For Steam games, make sure Offline Mode is enabled in Steam settings
Adds auto-patching capabilities, performance optimizations, and emulation frontend support.
- –Auto Patcher Added
- –Performance Enhancements
- –Emulation Frontend Integration
- –Fixed maximum brightness issue
Top in Mobile & Desktop
Related Repositories
Discover similar tools and frameworks used by developers
ReVanced Manager
Flutter Android app that applies ReVanced patches to modify apps without requiring desktop tools.
YTDLnis
Android app for downloading video/audio from 1000+ websites using yt-dlp with Material UI.
Magisk
Android root solution with systemless modifications and boot image management for Android 6.0+.
Bluesky Social
React Native app for Bluesky social network on web, iOS, and Android using AT Protocol.
React Native SVG
Native SVG rendering for React Native applications.
Related Reading
Guides and comparisons from the Greptile content library
How to ACTUALLY Think About Code Reviews: The 3-Layer Checklist
A code review checklist and best practices organized around three layers — Mechanical, Structural, and Narrative — that help any team improve code quality without slowing reviews down.
What is Shift Left Testing? Everything Engineering Leaders Need to Know
The five types of shift-left testing, the benefits and limitations of each, and how the approach changes when agents write and review a growing share of your code.
Best Security-Focused AI Code Review Tools [2026 Guide]
The six best security-focused AI code review tools, compared on SAST, SCA, DAST, and full-repo context, so you can pick the one that fits your codebase and your cycle times.
Best Developer Productivity Tools in 2026
The best developer productivity tools in 2026, compared by the workflow problem they solve: code review, autocomplete, AI-native editing, terminal agents, code search, observability, and security.