RikkaApps/Sui
Modern super user interface implementation on Android. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2068
- days_rel: n/a
- days_push: 751
- n_releases_24m: 0
Adoption not part of the score
4164 stars · 431 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Sui is a modern superuser (root) interface implementation for Android, installed as a Magisk/Riru module. It provides Java APIs (Shizuku API) that let root apps call Android framework APIs directly as root instead of shelling out to 'su' commands.
Use cases
- call Android framework APIs as root from a Java app
- run an AIDL-style service under root on Android
- develop root apps without parsing 'su' command output
- avoid root detection by not installing a manager app or PATH binaries
- grant and manage root access for apps on a rooted Android device
When to choose
- you are developing an Android root app in Java and want structured Binder-based API access instead of shell commands
- you want root capability that is harder for apps to detect than traditional su binaries
- your device already runs Magisk and you want a cleaner superuser interface
When to avoid
- you need a full standalone root solution without Magisk
- you only need to run occasional shell commands as root and existing su tools suffice
- your app must support devices without Magisk/Riru installed
Facets
library · maturity maintenance
security sdk developer-tools android-tools developer-tools security root magisk riru shizuku binder android-framework superuser android
1 source
- readme: https://github.com/RikkaApps/Sui · fetched 2026-08-28 · 2fea9ec8af1d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| RikkaApps/Sui | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem