Boost system responsiveness, improve gaming performance, and smooth out UI interactions — automatically. Task Optimizer intelligently adjusts CPU affinity, priority, and I/O scheduling for critical Android system processes.
- High-priority tuning for essential Android services (
system_server
,zygote
,surfaceflinger
, etc.) - Real-time performance boost for graphics and touch input threads
- Background process throttling to free up resources for active tasks
- Launcher optimization for smoother home screen animations
- Touch & display IRQ tuning for faster input response
- Automatic logging for transparency and troubleshooting
- Download the latest release ZIP.
- Open Magisk Manager.
- Tap Modules → Install from storage.
- Select the downloaded ZIP and install.
- Reboot your device.
-
Detects running processes and threads using
/proc
-
Matches them against a curated list of high, real-time, and low priority patterns
-
Applies:
- CPU affinity masks (performance vs. efficiency cores)
- Nice values (process scheduling priority)
- Real-time scheduling for critical rendering/touch threads
- I/O scheduling classes for background tasks
-
Logs all actions to:
/data/adb/modules/task_optimizer/logs/main.log
/data/adb/modules/task_optimizer/logs/error.log
- Root access via Magisk
- Android 8.0+ recommended
- BusyBox - No need (Magisk has its inbuilt)
Caution
I am not responsible for any kind damage of software or hardware
Use at your own risk!
Note
All changes are temporary — they reset after reboot unless the module runs again.
Safe to uninstall from Magisk at any time.
May have no effect on heavily customized vendor kernels that override CPU settings.
This project is licensed under the MIT License