ShizukuPlus

Introduction: [ HOBBY PROJECT ] Shizuku+ goes deeper than the OG Shizuku. Take a look inside, and see what you find. [WIP - Development slowed due to new job]
More: Author   ReportBugs   
Tags:

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.

Stars Downloads Latest Release

⬇️ Download

Get the latest release from GitHub Releases.

✨ Shizuku+ Core Features

  • Universal Privilege Provider: Combines Root, ADB Shell, and Dhizuku (Device Owner) into a single unified interface.
  • OneUI 8+ Theming Fix: Provides the necessary Overlay Manager Plus bridge (using stable OverlayManagerTransaction on Android 14+) to allow engines like Hex Installer or Substratum to function on Android 16/17 and OneUI 8+.
  • Dhizuku Mode (Integrated Device Owner): Share the system DevicePolicyManager binder with any app that has Shizuku permissions. Shizuku+ can now be set as a Device Owner via ADB, providing a unified rootless management platform.
  • Customizable Gestures: Configure swipe left, swipe right, and long-press actions for any app in the management list.
  • In-App Changelogs: Instantly view what's new after an update without leaving the app.
  • Bulk Management: Multi-select apps to grant/revoke permissions or hide them in one tap.
  • Activity Log: Audit trail of API calls and su bridge commands, complete with app icons and real-time dispatch.
  • Root Compatibility Hub: Dedicated dashboard to configure and manage legacy root apps with Granular Module Control (Magisk Mocking, Auto-Grant, File Interceptor, etc.).
  • Universal SU Automation: One-tap 'Magic Setup' to configure all installed root apps to use the Shizuku+ SU Bridge.
  • Service Doctor: In-app diagnostic tool to troubleshoot and fix service startup issues (now optimized for Samsung Auto Blocker on S22 Ultra).
  • Integrated Feature Guides: Every "Plus" feature now includes a dedicated Information Icon and detailed technical "About" guide to help users master advanced integrations.
  • Quick Settings Tile: Conveniently view and toggle the service status from your notification panel.

🚀 Plus API Features

Shizuku+ provides exclusive system interfaces for advanced automation and tools:

  • AICore+ Automation Bridge: A privileged AccessibilityService proxy for AI-driven automation. Supports XML UI hierarchy dumping and physical input simulation (tap/swipe) without requiring root.
  • AVF (Virtual Machine) Manager: Manage isolated Linux/Microdroid VMs with VirtIO-GPU acceleration.
  • Privileged Storage Proxy: Authenticated access to restricted paths like /data/data/ or /data/app/ for backups and file management.
  • Device Spoofing (Identity Bridge): Project hardware identities of modern flagships (Pixel 9 Pro XL, S24 Ultra, etc.) to bypass device-specific restrictions.
  • Intelligence Bridge (AI Core Plus): Privileged NPU scheduling and screen context intelligence.
  • Window Manager Plus: Force free-form resizing, manage the system "Bubble Bar," and resilient overlays.
  • System Theming Bridge (Overlay Manager Plus): Expose privileged overlay management for rootless theming (like Hex Installer).
  • Network & DNS Governor: Manage Private DNS and iptables routing for rootless ad-blockers and firewalls.
  • Deep Process Control (Activity Manager Plus): Allow advanced process managers to deeply kill apps and set standby buckets.
  • Continuity Bridge: Secure state and task handoff between Shizuku+-enabled devices.

🛠️ Backporting & Optimizations

Shizuku+ makes regular Shizuku apps faster and more compatible without any code changes:

  • Transparent Shell Interceptor: Intercepts common pm, am, and settings commands and routes them through high-performance native APIs.
  • Legacy Compatibility Bridges:
    • Local ADB Proxy: Emulates an ADB server on port 15555, allowing legacy apps to use Shizuku privileges without keeping the system Wireless ADB enabled.
    • SU Bridge (su wrapper): A Shizuku-backed su binary drop-in replacement for non-rooted apps that support custom root paths.
  • plus CLI Helper: Adds a privileged command-line utility to the rish environment for advanced terminal use.
  • Dynamic App Database: Fetches the latest app descriptions and enhancement suggestions from GitHub to keep the UI up-to-date.

⚙️ Modular Control

Everything in Shizuku+ is optional. Use the Plus Features category in Settings to toggle:

  • Transparent Shell Interception
  • Individual Plus APIs (AVF, Storage, Intelligence, etc.)
  • Home screen card visibility
  • Activity Logging

🔌 Third-Party App Compatibility

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+:

  1. Start the Shizuku+ service (ADB or root).
  2. On the home screen, use the Compat Hub card to install the companion (it's bundled in the app; installation goes through the running service, so start the service first).
  3. Re-open the third-party app — it should now detect Shizuku and receive the service binder.

Alternatively, install the drop-in build, which registers as moe.shizuku.privileged.api directly (do not install it alongside stock Shizuku).

☑️ Requirements

Minimum: Android 7+ · Fully supported through Android 17 (SDK 37)

  • Root mode: Requires a rooted device
  • Wireless Debugging mode: Android 11+ and all Android TVs
  • PC mode: All devices
  • Start on boot: Available only with Wireless Debugging or Root mode

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.

📱 Developer Guide

See the Shizuku+-API repository for documentation on the exclusive Plus APIs.

🙏 Acknowledgements & Licenses

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:

  • RikkaApps / Rikka — For the foundational Shizuku project and its elegant API design.
  • thedjchi — For the intermediate fork and quality-of-life improvements, and for carrying the Android 17 (SDK 37) compatibility work that Shizuku+'s A17 support is adapted from.
  • kerneldroid / Nightzuku — Origin of the Android 17 hidden-API deviceId compatibility approach (the Android17Compat / InstalledPackagesCompat reflection layer) and Local Network Protection handling that this fork's A17 support descends from.
  • LandonMoran — For porting Nightzuku's Android 17 support into the thedjchi fork and verifying it end-to-end on a physical Android 17 device (pairing, service start, and the authorized-apps list), which is the field validation Shizuku+'s port builds on.
  • Muntashir Akon — For the aShell You codebase, which inspired the terminal and shell automation features.
  • iamr0s — For Dhizuku, enabling the unified Device Owner privilege mode, and AndroidAppProcess for standalone Java process execution.
  • pascua28 — For native Samsung System UID 1000 escalation integration.
  • kerneldroid — For the Nightzuku fork, which inspired our Android 16/17 (SDK 37) hidden API resilience (handling deviceId) and UI modernizations.
  • ShizukuExt-SystemUID — For conceptualizing systemic UID 1000 privilege escalation beyond standard limits.

Upstream Projects

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

Open Source Libraries

Library Author License
AndroidX Jetpack Google / AOSP Apache 2.0
Material Components Google Apache 2.0
Material Symbols Google 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 Google 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

📃 License

Apache 2.0

Acknowledgments

  • Special thanks to AkayamiShurui42 for the proactive security research and stability patches (Reference: #239).
  • Thank you to AlexeiCrystal for identifying MIUI crash bugs and suggesting the Compat Hub workaround for legacy apps (#241, #242).
  • Thank you to ddnexus and kai-bash for highlighting the Device Owner factory reset trap and Google Backup conflicts (#237).
  • Thank you to Kevinco1 for feedback on root compat app detection issues (#243).
  • Thank you to aragortsantiago6-beep and Scoop2389 (Pixel 9a) and ConversionRituals (Xiaomi) for on-device Android 16/17 testing, crash reports, and logs that drove the SDK 37 hidden-API and Local Network Protection compatibility fixes (#317, #323).
Apps
About Me
GitHub: Trinea
Facebook: Dev Tools
AI Daily Digest