GamerX Performance Manager is a cutting-edge Magisk module with a Powerful app that provides intelligent performance optimization for Android devices. Designed for gamers and power users, it offers 4 performance profiles with real-time hardware monitoring.
- 🎮 Gaming-Optimized: Profiles specifically tuned for maximum gaming performance.
- 📊 Real-Time Monitoring: Live CPU, GPU, RAM, and thermal stats.
- ⚡ Lightning Fast: Instant profile switching using app.
- 🔄 Quick Settings: Toggle profiles directly from quick settings panel.
- 🛡️ Thermal Safety: Built-in temperature monitoring and protection
- 🔌 Cross-SoC: Works on Snapdragon, MediaTek, Exynos, and more
- 📱 Android 7.0+: Compatible with Android 7.0 to Android 16
| Profile | Use Case | Optimization |
|---|---|---|
| 🔋 Battery Saver | Maximum battery life | CPU throttled, reduced frequencies |
| ⚖️ Balanced | Daily usage | Optimized balance of power & performance |
| 🎮 Gaming | Gaming & heavy tasks | CPU/GPU boosted, reduced latency |
| 🚀 Turbo Gaming | Maximum performance | All cores maxed, thermal limits raised |
- CPU Usage: Accurate delta-based calculation
- CPU Frequencies: Individual frequency for each core (CPU0-CPU7)
- CPU Temperature: Multi-zone thermal detection
- GPU Frequency: Real-time GPU clock speed
- RAM Usage: Memory consumption
- Thermal Zones: Monitors up to 15 thermal sensors
- Quick Settings Tile: Control profiles without opening app
- Profile Persistence: Restores last profile on boot
- Boot Service: Applies profile at system startup
- Thermal Protection: Prevents overheating with safety checks
- ✅ Rooted Android device (Android 7.0+)
- ✅ Magisk 20.4+ / KernelSU / APatch installed
- Download the latest
.zipfrom Releases - Open Magisk Manager
- Tap on Modules → Install from storage
- Select the downloaded
.zipfile - Reboot your device
- Open GamerX app from launcher
- Open GamerX app
- Navigate to Profiles screen
- Tap any profile card to apply any profiles
- Switch profiles using Quick Settings Panel.
- Navigate to Monitor screen
- View live hardware stats
magisk-development/
├── apk-projects/
│ └── gamerx_performance_manager/ # Flutter app source
│ ├── lib/
│ │ ├── main.dart # App entry & navigation
│ │ ├── screens/ # UI screens
│ │ └── utils/ # Theme & utilities
│ ├── assets/ # Icons & images
│ └── android/ # Android config
│
├── modules/
│ └── performance-manager/ # Magisk module
│ ├── system/
│ │ └── bin/
│ │ └── gamerx_perf_engine # Performance script
│ ├── module.prop # Module metadata
│ ├── customize.sh # Install script
│ ├── service.sh # Boot service
│ └── GamerXPerformanceManager.apk
│
├── screenshots/ # App screenshots
├── README.md # This file
├── .gitignore # Git ignore rules
└── LICENSE # MIT License
# Install Flutter SDK
git clone https://github.com/flutter/flutter.git
export PATH="$PATH:`pwd`/flutter/bin"
# Install Android SDK
# Download from https://developer.android.com/studio
# Set environment variables
export ANDROID_HOME=~/Android/Sdk
export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-toolscd apk-projects/gamerx_performance_manager
# Get dependencies
flutter pub get
# Build release APK
flutter build apk --release
# Output: build/app/outputs/flutter-apk/app-release.apkcd ../../
# Make build script executable
chmod +x build_final_module.sh
# Build module (includes APK)
./build_final_module.sh
# Output: output/GamerX-Performance-Manager-v2.23-Enhanced.zipFound a bug or have a suggestion? Please open an issue.
| Metric | Stock | Battery Saver | Balanced | Gaming | Turbo |
|---|---|---|---|---|---|
| AnTuTu Score | 450K | 380K | 470K | 520K | 550K |
| Geekbench Single | 800 | 650 | 820 | 900 | 950 |
| Geekbench Multi | 2200 | 1800 | 2300 | 2600 | 2800 |
| 3DMark | 3500 | 2800 | 3600 | 4100 | 4400 |
| Battery Life | 6h | 9h | 6.5h | 4.5h | 3.5h |
| Avg Temperature | 38°C | 33°C | 37°C | 42°C | 45°C |
Results may vary based on device and SoC
- ✅ Snapdragon 695,730
- ✅ Stock Android
- ✅ MIUI / HyperOS
- ✅ One UI
- ✅ OxygenOS
- ✅ AOSP-based ROMs (Custom Roms)
- ✅ Magisk (20.4+)
- ✅ KernelSU
- ✅ APatch
This project is licensed under the MIT License - see the LICENSE file for details.
MIT License
Copyright (c) 2025 Mangesh Choudhary (GamerX3560)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
If you find this project useful, please consider giving it a ⭐!

