⚡ Blazing fast GKI kernel for Android with KernelSU, SuSFS, NetHunter, NTSync, performance optimizations, battery improvements, and advanced security features.
Important
- This is a GKI kernel, not a custom kernel. It works on ANY device that ships with a matching GKI Linux version.
- Supported GKI versions: 5.10, 5.15, 6.1, 6.6, 6.12 (see Supported GKI Kernel Versions below).
Your donations keep this project alive! I spend countless hours maintaining kernel builds for 5 different versions, fixing bugs, adding features, and supporting users. Every donation matters! 🙏
ReSuSFS – Root hiding made simple, powerful when you need it. A KernelSU module and WebUI that turns SuSFS into clean config files and toggle switches for everyday use, with strong hiding applied out of the box via built-in spoofing and hiding scripts for one-tap protection, plus a script manager for power users who want more, all without leaving the WebUI.
- Check your kernel version in Settings → About Phone
- Download matching variant from Releases
- Flash using KernelSU app or custom recovery
- Manage SuSFS with ReSuSFS
| Linux | Android |
|---|---|
| 5.10 | 12 |
| 5.15 | 13 |
| 6.1 | 14 |
| 6.6 | 15 |
| 6.12 | 16 |
| Variant | Root | SuSFS | LTO | Compat |
|---|---|---|---|---|
| Vanilla | ❌ | ❌ | Full | ❌ |
| Vanilla+NoLTO | ❌ | ❌ | ❌ | ❌ |
| KernelSU | ✅ | ❌ | Full | ❌ |
| KernelSU+SuSFS | ✅ | ✅ | Full | ❌ |
| KSU+SuSFS+MM | ✅ | ✅ | Full | ❌ |
| ReSukiSU+SuSFS | ✅ | ✅ | Full | ❌ |
| Compat+KSU+SuSFS | ✅ | ✅ | ❌ | ✅ |
| Compat+ReSukiSU+SuSFS | ✅ | ✅ | ❌ | ✅ |
Optional features (enable on any variant):
- 🐳 DroidSpaces - Linux userspace support
- 🐉 NetHunter - Wireless penetration testing
- 🥷 NoMount - NoMount integration
| Feature | Description |
|---|---|
| 300Hz Timer | Reduced input latency for snappier UI response |
| MGLRU | Multi-generational LRU for smoother multitasking |
| zRAM | LZ4 compression with writeback for memory efficiency |
| CPU Governors | schedutil + ondemand for smart power scaling |
| I/O Scheduler | mq-deadline optimized for UFS 4.0 storage |
| F2FS Tuning | 50ms GC sleep for buttery smooth I/O |
| Memory Optimizations | 50% faster memcpy/memset/memcmp operations |
| ext4 Tuning | Extended commit age reducing unnecessary writes |
| NTSync Driver | Faster Windows games/apps on Winlator/GameHub |
What this means for you:
- Apps launch faster
- UI feels more responsive
- Gaming has less stutter
- Multitasking is smoother
- Better framerates in games
| Feature | Description |
|---|---|
| Wakelock Cap | 500ms cap prevents excessive battery drain |
| Freeze Timeout | 20s → 1s for faster deadlock detection |
| F2FS Optimization | Reduced GC overhead saves CPU cycles |
| Alarm Wakeups | Minimized to reduce standby battery drain |
| ext4 Commit Age | 30s commit age reduces write operations |
| Power Management | Improved suspend/resume for better idle drain |
What this means for you:
- Better standby time
- Less battery drain during use
- Overnight battery lasts longer
- Gaming doesn't kill battery as fast
- All-day battery life
| Feature | Description |
|---|---|
| TCP BBRv3 | Default congestion control for maximum speed |
| Westwood+ | Alternative congestion control for WiFi |
| FQ CoDel | Fair queuing with controlled delay |
| IP Set | Efficient IP/network address management |
| IPv4/IPv6 NAT | Full NAT support for tethering |
| IPsec/ESP | VPN and secure tunneling support |
| Netfilter | Advanced firewall and packet filtering |
What this means for you:
- Faster WiFi and mobile data
- Better VPN performance
- Improved tethering speeds
- Lower gaming latency
- Smoother streaming
| Feature | Description |
|---|---|
| SuSFS | Advanced filesystem and process hiding |
| Baseband Guard | Blocks unauthorized partition writes |
| Kernel LSM | SELinux + Baseband Guard integration |
| Symbol Hiding | Kernel symbol protection from detection |
| uname Spoofing | System information hiding |
| Open Redirect | Protected file operations |
| SUS MAP/PATH/MOUNT | Complete filesystem hiding |
What this means for you:
- Stronger root hiding
- Better banking app compatibility
- Improved security against detection
- Safe from unauthorized system modifications
| Feature | Description |
|---|---|
| KernelSU | Stable kernel-based root with excellent hiding |
| ReSukiSU | ReSukiSU kernel integration |
| Multiple Managers | Run multiple KernelSU managers simultaneously |
| Vanilla | No root for banking and corporate apps |
What this means for you:
- Reliable root access
- Apps don't detect root
- Pass SafetyNet/Play Integrity
- Choose your root implementation
Linux NTSYNC interface for Windows gaming:
- Winlator
- GameHub
- ExaGear
- Other Windows emulation
What this means for you:
- Better Windows game performance
- Lower latency in emulators
- GKI compatibility patches included
Complete Linux userspace support:
- System V IPC and POSIX message queues
- IPC and PID namespaces
- devtmpfs with xattrs
- POSIX ACLs
- Netfilter and IP Set
- UFW and Fail2ban requirements
What this means for you:
- Run Linux apps on Android
- Better container support
- Chroot and proot work better
Wireless penetration testing features:
- cfg80211, mac80211, RFKILL
- Realtek rtw88, R8188EU drivers
- Atheros, MediaTek, Ralink, Zydas
- Bluetooth HCI and USB networking
- Monitor mode and packet injection
What this means for you:
- Kali NetHunter works perfectly
- External WiFi adapters supported
- Wireless auditing capabilities
- Monitor mode for packet capture
Separate KernelSU module containing wireless drivers and firmware when built as modules. Flash alongside the main kernel for full NetHunter support.
| Option | Description | Best For |
|---|---|---|
| FullLTO | Maximum performance, slower build | Gaming, performance |
| ThinLTO | Faster build, good performance | Balanced |
| NoLTO | Build compatibility | Problem devices |
Use Compat if:
- You experience boot issues
- Standard variants don't boot
All releases: GitHub Releases
Each release includes:
- 📦 AnyKernel3 flashable packages
- 📦 WirelessKSU modules (when applicable)
- 🔐 SHA256 and MD5 checksums
- 📝 Build information and changelogs
Switch congestion control algorithms (temporary, resets on reboot):
# Westwood+ - better for WiFi and mobile data
su -c "sysctl -w net.ipv4.tcp_congestion_control=westwood"
# BBRv3 - default, best for speed
su -c "sysctl -w net.ipv4.tcp_congestion_control=bbr"Make permanent: Create a script in /data/adb/service.d/ with the sysctl command or use ReSuSFS.
- Star the Repository ⭐ - Helps others discover this project
- Share 📢 - Spread the word in your community or forums
- Report Issues 🐛 - Found a bug? Open an issue with detailed logs
- Contribute 🔧 - Pull requests, suggestions, and feedback are always welcome
- Telegram: @ahmed_alnassif_tg
- Discussions: GitHub Discussions
- Issues: GitHub Issues
See LICENSE.
