tiann/kernelsu

A Kernel based root solution for Android

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 37 minutes ago
Added to GitGenius on September 3rd, 2026
Created on December 9th, 2022
Open Issues & Pull Requests: 61 (+0)
GitHub issues: Enabled
Number of forks: 3,997
Total Stargazers: 18,278 (+0)
Total Subscribers: 142 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 7.0 hours
Mean response time: 8.5 days
90th percentile: 12.9 days
Tracked items: 384

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 95% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 11% of issues opened in the past year have been closed. Three people close 68% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 22
New in 7 days: 2
Closed in 7 days: 4
Avg open age: 266 days
Stale 30+ days: 18
Stale 90+ days: 10

Recent activity

Opened in 7 days: 0
Closed in 7 days: 2
Comments in 7 days: 1
Events in 7 days: 3

Top labels

  • add-device (25)
  • bug (5)
  • enhancement (2)
  • invalid (2)
  • stupid (1)

Most active issues this week

Detailed Description

KernelSU is a kernel-based root solution for Android devices that provides superuser access and system-level privilege management.

The tool addresses the need for root access on Android by implementing a kernel-based approach rather than relying on userspace solutions. It operates through kernel integration, offering a `su` command and root access management system. The project includes a module system based on metamodules that enables systemless modifications to the system, and an app profile feature that allows fine-grained control over which applications can exercise root privileges.

KernelSU officially supports Android GKI 2.0 devices running kernel 5.10 and later, with backward compatibility for kernel 4.14 and above when manually built. The tool works on arm64-v8a and x86_64 architectures and extends support to WSA, ChromeOS, and container-based Android environments. Developers should be aware that recent kernel versions have introduced breaking changes affecting x86_64 compatibility that may cause kernel panics. Anyone considering adoption should verify device compatibility and review the installation and build documentation on the project website.

The project maintains active engagement with its user base, with nearly all open issues originating from external users rather than the core team, indicating substantial real-world adoption. Maintainers respond to new issues and pull requests within a day. Development activity centers on device support additions, bug fixes, and feature enhancements.