Module Overview
KernelSU is a kernel-based root solution for Android devices. Instead of modifying the user-space ramdisk, it works directly inside the Linux kernel. This approach grants superuser privileges to chosen applications while keeping the root binary completely hidden from system checks.
Running this on my daily driver changed how I handle banking apps and games with strict security checks. Because the root manager sits inside the kernel, you never have to play cat-and-mouse with hiding tools. Apps simply launch normally without throwing any tampered system errors.
Core Features
- Kernel-level operation: The framework runs deeper than standard methods, making detection nearly impossible for external software.
- Strict su isolation: Installed apps see a completely stock device until you manually grant them superuser access.
- Systemless module flashing: You can still load custom tweaks and system modifications without permanently breaking read-only partitions.
- Native GKI compatibility: Modern phones using Generic Kernel Images can flash this directly via the patched boot image.
Support & Requirements
- Supported Android: Android 12 and newer (Requires GKI 5.10+ kernel)
- Root Type: KernelSU
How to Install
- Extract the stock
boot.imgorinit_boot.imgmatching your phone's current firmware. - Open the KernelSU Manager app and patch the extracted image file.
- Boot your phone into Fastboot mode and flash it using your PC with the command
fastboot flash boot patched_image.img.
Rate this Module
Share your experience with the community.
* You will be prompted to login via Google in one click to verify your rating.