Ross ROSS = Recommend OSS · open-source software intelligence for agents

Shizuku

Using system APIs directly with adb/root privileges from normal apps through a Java process started with app_process. observed · 2026-08-28

github.com/RikkaApps/Shizuku · Kotlin · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

35/100

  • Activity 27
  • 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: 3388
  • days_rel: 465
  • days_push: 441
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

29367 stars · 2946 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Shizuku lets normal Android apps call system APIs with elevated ADB or root privileges by running a server process via app_process and proxying binder IPC calls. It includes an API library developers integrate to access privileged operations without shelling out to su commands.

Use cases

  • call android system apis with adb privileges from a normal app
  • enable or disable app components without root shell commands
  • grant my app elevated permissions via adb
  • replace slow su shell command execution with direct binder calls
  • build an android app that needs root-level operations but works with adb only
  • access hidden android system services from a third-party app

When to choose

  • your Android app needs privileged system API access and you want to avoid parsing su command output
  • you want apps to work with either ADB or root, whichever the user has
  • you need fast, reliable IPC to system services with shell-level permissions

When to avoid

  • your app only needs standard SDK permissions available to normal apps
  • you cannot require the user to start a server via ADB or root first
  • you target use cases where ADB's limited permissions are insufficient and root is unavailable

Facets

library · maturity active

developer-tools security sdk plugin-system android-tools developer-tools operating-systems jvm cli android adb root binder system-apis privilege-escalation app_process

1 source

Member repositories

RepositoryRoleHealth v2
RikkaApps/Shizukumain35
RikkaApps/Shizuku-APIsdk34

For agents

markdown · JSON · MCP: product_card(name="RikkaApps/Shizuku")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem