# RikkaApps/Sui

Modern super user interface implementation on Android.

Repository: https://github.com/RikkaApps/Sui
Canonical: https://ross.abutalabs.com/products/rikkaapps-sui
Language: Java
License: GPL-3.0
License Family: copyleft
Topics: riru
Last push: 2024-08-12T04:30:55+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 2068, "days_push": 751, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4164, forks 431 (observed 2026-08-28T04:08:37.825387+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: security, sdk, developer-tools
- domain: android-tools, developer-tools, security
- platform: -
- tags: root, magisk, riru, shizuku, binder, android-framework, superuser, android

## Member repositories
- RikkaApps/Sui (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:37.825387+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:22:47.197887+00:00, confidence not recorded.
  - readme: https://github.com/RikkaApps/Sui (fetched 2026-08-28T04:08:37.825387+00:00, sha 2fea9ec8af1d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
