A native C gaming daemon for Android. Eliminates stutter, jank, and thermal throttle — in real time, without scripts or overhead.
Every subsystem is hand-tuned in C — no JVM overhead, no shell forks, no polling scripts. Just a tight daemon that reacts in milliseconds.
Tested across all major Android SoC families. If your device is rooted and on Android 10+, AniOptimizer will work.
| Android | 101112131415 |
| Root | MagiskKernelSUAPatch |
| Architecture | arm64-v8aarm32x86 |
| Module type | Magisk Module |
AniOptimizer ships as a standard Magisk module. No manual setup, no editing config files — flash and reboot.
.zip from the Downloads section. Always use the latest stable build.All builds are fetched live from the server. Stable builds are recommended for all users; beta and alpha are for testers.
Have a question not listed here? Reach out on Telegram.
Started life as a janky shell script that set the governor and called it a day. Rewrote it in C when the script overhead became the bottleneck. Been growing since.