Rootless ADB for Android

Shizuku Download — Latest APK v13.6.0

Shizuku lets Android apps use powerful ADB-level permissions without root. Download the official v13.6.0 APK below, then follow our tested activation and setup guides.

MFWritten by Marcus Feld, Android Systems WriterIndependent editorialUpdated July 2026Tested on real devices
100% free & open-source No root needed SHA-256 verified Android 7.0+
Shizuku v13.6.0 Latest stable
Released May 25, 2025 · by RikkaApps · Apache-2.0
File size2.45 MB
RequiresAndroid 7.0+
Packagemoe.shizuku.privileged.api
Buildr1086 · 2650830c
Download APK (2.45 MB)
SHA-256: 6e273ab0e991c4e79bc8b1bbb9b9dd739ccac1a8712a541a214078886b7b790f

What is Shizuku?

Shizuku is a free, open-source Android app that gives other apps access to system-level (ADB) permissions without rooting your phone. It starts a privileged background process using Android Debug Bridge — through wireless debugging or a one-time PC connection — and lets supported apps borrow those elevated privileges through a secure, per-app interface. Developed by RikkaApps under the Apache 2.0 licence, it has over 1.9 million GitHub downloads.

Normally, an Android app is sandboxed and can only touch its own data. A handful of powerful actions — uninstalling system apps, toggling hidden settings, or reading another app’s components — require the shell user (UID 2000) that ADB runs as. Rooting grants that and more, but it voids warranties, trips security checks, and can brick a device. Shizuku is the middle path: it runs one privileged helper process as the ADB shell user, and apps that support it request only the specific permissions they need. When the service stops, the privileges disappear.

Because Shizuku never modifies the system partition, it is safe by design and works alongside Google Play’s integrity checks far more gracefully than root. It is the foundation for popular tools like Canta (debloating), and companion projects such as Dhizuku and the rish shell.

Always download the GitHub release — not the Play Store

The Google Play version of Shizuku is dangerously out of date. If Shizuku “stopped working” after an Android update, this is almost always why.

The Play Store build of Shizuku has not been updated since March 2024 and is stuck near version 13.5.x. It has no Android 16 support and misses the newest activation fixes, so it fails on modern phones. The GitHub release (v13.6.0, May 25, 2025) is over a year newer and is the version every guide on this site assumes.

 GitHub release recommendedGoogle Play outdated
Versionv13.6.0~v13.5.x
Last updatedMay 25, 2025March 2024 (14+ months behind)
Android 16 supportYesNo — common cause of failures
Trusted-Wi-Fi auto-startYes (Android 13+)No
Update speedSame day as sourceFrozen
CostFreeFree
Migrating from the Play version?

Uninstall the Play Store copy first, then install the GitHub APK above. Your app permissions are re-requested on first launch — nothing else to migrate. If an app still reports Shizuku as missing, force-stop and reopen it.

How Shizuku works

Shizuku uses ADB to launch a privileged service, then delegates specific permissions to apps that ask for them. You start that service once — over wireless debugging, from a PC, or with root — and it keeps running until the phone reboots or you stop it. Apps connect to it through a Binder interface and call system APIs as the ADB shell user, never gaining root and never touching system files.

The flow is the same regardless of method:

  1. Install the Shizuku APK and open it once so Android registers the app.
  2. Start the Shizuku service using wireless debugging (Android 11+), an ADB command from a computer, or root. This is the only step that needs ADB.
  3. Open a supported app (for example a debloat or automation tool) and choose “Shizuku” as its permission source.
  4. Approve the request in Shizuku. The app now runs its privileged actions until the service stops.

File details & verification

Every fact below is taken from the official GitHub release. We downloaded the APK and computed the hash ourselves.

App nameShizuku
Latest versionv13.6.0
Release dateMay 25, 2025
File nameshizuku-v13.6.0.r1086.2650830c-release.apk
File size2.45 MB (2,571,773 bytes / 2,511 KB)
SHA-2566e273ab0e991c4e79bc8b1bbb9b9dd739ccac1a8712a541a214078886b7b790f
Package IDmoe.shizuku.privileged.api
Minimum Android7.0 (Nougat, API 24)
DeveloperRikkaApps
LicenceApache License 2.0 (open source)
Sourcegithub.com/RikkaApps/Shizuku
How to verify your download

After downloading, you can confirm the file is authentic by checking its SHA-256 hash matches the value above. On a PC run sha256sum shizuku-v13.6.0.r1086.2650830c-release.apk (Linux/macOS) or certutil -hashfile shizuku-v13.6.0.r1086.2650830c-release.apk SHA256 (Windows). The build fingerprint 2650830c is also baked into the file name.

Frequently asked questions

Yes. Shizuku is open-source (Apache-2.0) and does not modify your system partition, so it cannot brick your phone. It only grants apps the same ADB-level permissions you could grant from a computer, and those privileges reset when the Shizuku service stops or the phone reboots. Only install the official APK from the RikkaApps GitHub and only approve apps you trust.
No. That is the entire point of Shizuku — it delegates elevated permissions using Android's own ADB (Android Debug Bridge) instead of root. On Android 11 and newer you can activate it wirelessly with no PC at all. Rooted users get a smoother experience because the service can auto-start on boot, but root is optional.
The Google Play build of Shizuku has not been updated since March 2024 and is stuck around version 13.5.x. It lacks support for Android 16 and the newest activation changes, which is the single most common cause of “Shizuku not working” reports. Uninstall the Play version and install the latest GitHub release (v13.6.0) instead.
Open the app and pick one of three methods: wireless debugging (Android 11+), ADB from a computer, or root. The wireless method needs no PC. Our activation guide walks through each one with exact steps and screenshots of where the settings live on different phones.
Only if your phone is rooted. On non-root setups the ADB-started service ends when the device restarts, because Android does not let an ADB session survive a reboot. You simply re-run the activation. Android 13+ adds a “wireless debugging on trusted networks” option that makes re-activation faster. See the troubleshooting guide.
The latest stable release is Shizuku v13.6.0, published May 25, 2025. It is a 2.45 MB APK, supports Android 7.0 and up, and adds Android 16 support plus the trusted-Wi-Fi auto-start feature. Always compare the version number in the app against the GitHub release page before assuming yours is current.
Almost. Shizuku v13.6.0 runs on Android 7.0+ (a PC is needed below Android 11), across Samsung, Xiaomi, Pixel, OnePlus, Motorola and more. A few devices need extra steps — Samsung One UI has battery quirks, Xiaomi HyperOS kills background services, and Pixels on Android 17 currently have a known bug. See our per-device guides.
Apps that support Shizuku can call privileged system APIs — uninstalling pre-loaded bloatware, changing hidden settings, reading detailed app data, or automating tasks — all without root. The permission is scoped per app and you approve each one. See our list of the best Shizuku apps.