Shizuku icon

Shizuku for Android

13.5.4 Apache-2.0

using system APIs directly with adb/root privileges from normal apps

Download APK (3.3 MB)


Version
13.5.4 (1037)
Update
Developer
Rikka apps
Category
System
License
Apache-2.0
Source Code
Code Repository

Shizuku app

Shizuku is System application that is open source under the Apache-2.0 license.

When developing apps that requires root, the most common method is to run some commands in the su shell. For example, there is app uses pm enable/disable command to enable/disable components. This method has very big disadvantages:

  • Extremely slow (Multiple process creation)
  • Needs to process texts (Super unreliable)
  • The possibility is limited to available commands
  • Even if adb has sufficient permissions, the app requires root privileges to run

Shizuku uses a completely different way. The most important feature Shizuku provides is something like be a middle man to receive requests from the app, sent to the system server, and send back the results. To the app, it is almost identical to the use system APIs directly. But it's much faster as it hooks into the system directly.

Several apps already use Shizuku. If you want to integrate it with yours, take a look at the Developer guide. For users, there's also a User guide.


Issues and comments

Submit Issue

Old Versions