An enhanced fork of Shizuku — adds Root/ADB/Dhizuku unification, a Plus API suite, and OneUI/Android 16+ compatibility fixes, while staying fully compatible with existing Shizuku apps.
950
stars
2,307
commits
Kotlin
primary language
Sep 10, 2026
updated
I've finished moving my development environment and am now on a new device! Goodbye S22 Ultra, Hello S26 Ultra!
Please keep submitting issues you're experiencing, and feel free to open pull requests if you think you can help improve the codebase! I'm looking for contributors and collaborators to keep the vision alive and stabilize the project, so feel free to reach out!
The advanced privileged-process manager for Android.
An enhanced version of Shizuku built on top of thedjchi/Shizuku, with quality-of-life improvements, backported optimizations, and exclusive Plus APIs.
Shizuku lets normal apps use system-level APIs directly via a privileged process started with adb or root. Shizuku+ keeps full compatibility while adding features for power users and developers.
Get the latest release from GitHub Releases — see the release notes there for what's changed recently.
su bridge commands, with app icons and real-time updates.Shizuku+ provides exclusive system interfaces for advanced automation and tools — none of these exist in stock Shizuku:
/data/data/, /data/app/) for backups and file management. (added)Shizuku+ makes regular Shizuku apps faster and more compatible without any code changes:
pm, am, and settings commands through faster native APIs.su drop-in for non-rooted apps that support a custom root path.plus CLI Helper: A privileged command-line utility, available inside rish.Everything in Shizuku+ is optional. Use the Plus Features category in Settings to toggle:
Shizuku+ installs under its own package (af.shizuku.plus.api) so it can coexist with stock Shizuku. Because most Shizuku-aware apps look specifically for the moe.shizuku.privileged.api package, Shizuku+ ships a lightweight Compat Hub — a tiny companion app that registers that package name and forwards binder/permission requests to Shizuku+.
If third-party apps don't detect Shizuku+:
Alternatively, install the drop-in build, which registers as moe.shizuku.privileged.api directly (do not install it alongside stock Shizuku).
Minimum: Android 7+ · Fully supported through Android 17 (SDK 37)
On Android 16+, Shizuku+ requests the new Local Network Protection permissions so wireless-debugging discovery and pairing keep working; on Android 17, it transparently handles the hidden-API deviceId change so authorized apps still appear and permission grants still apply.
See the Shizuku+-API repository for documentation on the exclusive Plus APIs.
Shizuku+ is a community-driven enhancement and fork of thedjchi/Shizuku, which is itself a fork of the original RikkaApps/Shizuku. This project is not affiliated with the original RikkaApps team.
Thanks to the following upstream contributors and projects whose work makes Shizuku+ possible:
deviceId compatibility approach (the Android17Compat / InstalledPackagesCompat reflection layer) and Local Network Protection handling that this fork's A17 support descends from.deviceId) and UI modernizations.| Project | Author | License | Role |
|---|---|---|---|
| Shizuku | RikkaApps / Rikka | Apache 2.0 | Foundational privileged-process architecture |
| Shizuku (fork) | thedjchi | Apache 2.0 | Intermediate fork with QoL improvements; carried the Android 17 compat work Shizuku+ adapted |
| Nightzuku | kerneldroid | Apache 2.0 | Origin of the Android 17 hidden-API deviceId + Local Network Protection compatibility approach |
| Shizuku (fork) | pascua28 | Apache 2.0 | Samsung UID 1000 system execution exploit |
| Nightzuku | kerneldroid | Apache 2.0 | Android 16/17 API resilience & UI modernizations |
| ShizukuExt-SystemUID | ShizukuExt Team | Apache 2.0 | System UID privilege escalation concepts |
| Dhizuku | iamr0s | Apache 2.0 | Device Owner binder sharing (Dhizuku Mode) |
| AndroidAppProcess | iamr0s | LGPL-3.0 | Standalone high-privileged Java process wrapper |
| Library | Author | License |
|---|---|---|
| AndroidX Jetpack | Google / AOSP | Apache 2.0 |
| Material Components | Apache 2.0 | |
| Material Symbols | Apache 2.0 | |
| Kotlin / Coroutines / Serialization | JetBrains | Apache 2.0 |
| RikkaX Libraries (appcompat, material, insets, html, recyclerview, preference, lifecycle, parcelablelist) | Rikka | Apache 2.0 |
| Hidden API / Refine | Rikka | Apache 2.0 |
| Mavericks (MvRx) | Airbnb | Apache 2.0 |
| Lottie | Airbnb | Apache 2.0 |
| Coil | Coil Contributors | Apache 2.0 |
| Koin | Koin Contributors | Apache 2.0 |
| Timber | Jake Wharton | Apache 2.0 |
| libsu | topjohnwu | Apache 2.0 |
| AndroidHiddenApiBypass | LSPosed | Apache 2.0 |
| libcxx | LSPosed / LLVM | Apache 2.0 + LLVM Exception |
| AppIconLoader | Zhang Hai | Apache 2.0 |
| BoringSSL (NDK) | vvb2060 / Google | Apache 2.0 / ISC |
| Gson | Apache 2.0 | |
| LeakCanary | Square | Apache 2.0 |
| AboutLibraries | Mike Penz | Apache 2.0 |
| Bouncy Castle | Legion of Bouncy Castle | MIT |
| Sentry Android SDK | Sentry | MIT |
| SQLite (C Recovery API / CLI) | D. Richard Hipp / SQLite Consortium | Public Domain |
Full license texts and per-library details: OPEN_SOURCE_LICENSES.md | NOTICE
(top 30 of 127)
Kotlin
63.6%
Java
19.2%
HTML
11.6%
Shell
2.2%
C++
1.4%
Python
1.1%
An enhanced fork of Shizuku — adds Root/ADB/Dhizuku unification, a Plus API suite, and OneUI/Android 16+ compatibility fixes, while staying fully compatible with existing Shizuku apps.
950
stars
2,307
commits
Kotlin
primary language
Sep 10, 2026
updated
I've finished moving my development environment and am now on a new device! Goodbye S22 Ultra, Hello S26 Ultra!
Please keep submitting issues you're experiencing, and feel free to open pull requests if you think you can help improve the codebase! I'm looking for contributors and collaborators to keep the vision alive and stabilize the project, so feel free to reach out!
The advanced privileged-process manager for Android.
An enhanced version of Shizuku built on top of thedjchi/Shizuku, with quality-of-life improvements, backported optimizations, and exclusive Plus APIs.
Shizuku lets normal apps use system-level APIs directly via a privileged process started with adb or root. Shizuku+ keeps full compatibility while adding features for power users and developers.
Get the latest release from GitHub Releases — see the release notes there for what's changed recently.
su bridge commands, with app icons and real-time updates.Shizuku+ provides exclusive system interfaces for advanced automation and tools — none of these exist in stock Shizuku:
/data/data/, /data/app/) for backups and file management. (added)Shizuku+ makes regular Shizuku apps faster and more compatible without any code changes:
pm, am, and settings commands through faster native APIs.su drop-in for non-rooted apps that support a custom root path.plus CLI Helper: A privileged command-line utility, available inside rish.Everything in Shizuku+ is optional. Use the Plus Features category in Settings to toggle:
Shizuku+ installs under its own package (af.shizuku.plus.api) so it can coexist with stock Shizuku. Because most Shizuku-aware apps look specifically for the moe.shizuku.privileged.api package, Shizuku+ ships a lightweight Compat Hub — a tiny companion app that registers that package name and forwards binder/permission requests to Shizuku+.
If third-party apps don't detect Shizuku+:
Alternatively, install the drop-in build, which registers as moe.shizuku.privileged.api directly (do not install it alongside stock Shizuku).
Minimum: Android 7+ · Fully supported through Android 17 (SDK 37)
On Android 16+, Shizuku+ requests the new Local Network Protection permissions so wireless-debugging discovery and pairing keep working; on Android 17, it transparently handles the hidden-API deviceId change so authorized apps still appear and permission grants still apply.
See the Shizuku+-API repository for documentation on the exclusive Plus APIs.
Shizuku+ is a community-driven enhancement and fork of thedjchi/Shizuku, which is itself a fork of the original RikkaApps/Shizuku. This project is not affiliated with the original RikkaApps team.
Thanks to the following upstream contributors and projects whose work makes Shizuku+ possible:
deviceId compatibility approach (the Android17Compat / InstalledPackagesCompat reflection layer) and Local Network Protection handling that this fork's A17 support descends from.deviceId) and UI modernizations.| Project | Author | License | Role |
|---|---|---|---|
| Shizuku | RikkaApps / Rikka | Apache 2.0 | Foundational privileged-process architecture |
| Shizuku (fork) | thedjchi | Apache 2.0 | Intermediate fork with QoL improvements; carried the Android 17 compat work Shizuku+ adapted |
| Nightzuku | kerneldroid | Apache 2.0 | Origin of the Android 17 hidden-API deviceId + Local Network Protection compatibility approach |
| Shizuku (fork) | pascua28 | Apache 2.0 | Samsung UID 1000 system execution exploit |
| Nightzuku | kerneldroid | Apache 2.0 | Android 16/17 API resilience & UI modernizations |
| ShizukuExt-SystemUID | ShizukuExt Team | Apache 2.0 | System UID privilege escalation concepts |
| Dhizuku | iamr0s | Apache 2.0 | Device Owner binder sharing (Dhizuku Mode) |
| AndroidAppProcess | iamr0s | LGPL-3.0 | Standalone high-privileged Java process wrapper |
| Library | Author | License |
|---|---|---|
| AndroidX Jetpack | Google / AOSP | Apache 2.0 |
| Material Components | Apache 2.0 | |
| Material Symbols | Apache 2.0 | |
| Kotlin / Coroutines / Serialization | JetBrains | Apache 2.0 |
| RikkaX Libraries (appcompat, material, insets, html, recyclerview, preference, lifecycle, parcelablelist) | Rikka | Apache 2.0 |
| Hidden API / Refine | Rikka | Apache 2.0 |
| Mavericks (MvRx) | Airbnb | Apache 2.0 |
| Lottie | Airbnb | Apache 2.0 |
| Coil | Coil Contributors | Apache 2.0 |
| Koin | Koin Contributors | Apache 2.0 |
| Timber | Jake Wharton | Apache 2.0 |
| libsu | topjohnwu | Apache 2.0 |
| AndroidHiddenApiBypass | LSPosed | Apache 2.0 |
| libcxx | LSPosed / LLVM | Apache 2.0 + LLVM Exception |
| AppIconLoader | Zhang Hai | Apache 2.0 |
| BoringSSL (NDK) | vvb2060 / Google | Apache 2.0 / ISC |
| Gson | Apache 2.0 | |
| LeakCanary | Square | Apache 2.0 |
| AboutLibraries | Mike Penz | Apache 2.0 |
| Bouncy Castle | Legion of Bouncy Castle | MIT |
| Sentry Android SDK | Sentry | MIT |
| SQLite (C Recovery API / CLI) | D. Richard Hipp / SQLite Consortium | Public Domain |
Full license texts and per-library details: OPEN_SOURCE_LICENSES.md | NOTICE
(top 30 of 127)
Kotlin
63.6%
Java
19.2%
HTML
11.6%
Shell
2.2%
C++
1.4%
Python
1.1%