Emulator-native root engine

The fox that lives inside the box.

Kyubi is the root payload your emulator actually runs. A lean, system-mode-only distribution based on Magisk, with everything phone-specific cut away. Lean, evasive, yours.

Download Kyubi Read the install guide based on Magisk · GPL
root · su Zygisk DenyList that works ADB auto-grant system-mode only
48px
36px
24px
// what ships

The trio that matters. Nothing that doesn't.

Magisk's battle-tested core underneath, credited. Every phone-only mechanism removed so there's less to break inside an emulator.

01 / su

Root, on tap

A real superuser daemon. Grant, deny, and log root the way you expect, with ADB auto-grant baked in so flashing needs zero taps.

su · superuser
02 / zygisk

Zygisk process injection

Runs in the Zygote process so LSPosed and Zygisk modules load cleanly. The extension surface you already build against.

LSPosed-ready
03 / denylist

DenyList that actually hides

Per-app hiding that holds up. The mask over root. This is the product's real job, and why the icon is a mask.

hiding · evasion
// system-mode only

Built for the box, not the phone.

  • No boot ramdisk to patch. Emulators don't have one, so Kyubi installs straight into the system image. That single choice is what makes it lean and hard to break.
  • Generalizes across emulators. Proven on the popular emulator, and the method carries to LDPlayer / MEmu-class instances.
  • A real app in the drawer. The manager sits in the app list where you toggle modules, Zygisk and DenyList, so the name and icon have to survive at small size.
// what a phone rooter carries vs. Kyubi
boot image / ramdisk patchingremoved
recovery & DTB machineryremoved
vbmeta / AVB handlingremoved
root · su daemonkept
Zygisk process injectionkept
DenyList hidingkept
ADB auto-grantadded
install target = /system · mode = system-only
// the on-screen face

A manager that reads like a shipped app.

Not a codename, not a tool. Toggle Zygisk, manage superuser grants, install modules, and build a DenyList, in the emulator's own app drawer. Sentence case, monospace for the technical bits, one fox-orange accent.

See the manager Jump to DenyList
// the nine-tails story

A kitsune earns a tail for every measure of power.

At nine tails it reaches its final form. The payload you're replacing is the young fox. Kyubi is the nine-tail form. The evolved kitsune, purpose-built and yours. The icon stays a single clean mask; the tails live in the story.

tail 01 → 09 · final form
// install

Kyubi installs itself. You barely touch it.

Kyubi is the payload. BlueStacks-Root-GUI is the Windows app that flashes it. ADB auto-grant means the flow roots and flashes with zero taps.

step 01

Run the GUI on Windows

The desktop tool patches your emulator instance and hands the Kyubi payload to it. That app keeps its own name.

step 02

Kyubi flashes to /system

System-mode install. No boot image, no recovery. It writes straight into the system image and reboots the instance.

step 03

Open Kyubi in the drawer

The manager appears in the app list. Superuser, Zygisk and DenyList are already live; the first grant is auto-approved over ADB.

step 04

Toggle and hide

Install modules, flip Zygisk, and add sensitive apps to the DenyList. Root is on; the mask does the rest.

# flashed by BlueStacks-Root-GUI, payload = Kyubi
 detect instance ......... android 9 · x86_64 · emulator
 boot ramdisk ............ none (expected), system-mode
 patch /system ........... ok
 install su · zygisk ..... ok
 denylist ................ enforcing
 adb auto-grant .......... granted
✓ Kyubi v1.0.0 ready, reboot the instance
// downloads

Get Kyubi

Grab the payload the GUI installs, or clone the source. The GUI installs it in system mode.

kyubi-1.0.0

system-mode·apk · 6.8 MB·x86 / x86_64
Get it on GitHub
sha256 6bff0cc8…f6f3 · based on Magisk core · GPL-3.0

// changelog

  • v1.0.0First Kyubi release. Rebrand from the prior payload; system-mode installer, DenyList enforcing by default, ADB auto-grant.
  • v0.9Nine-tail preview. Zygisk stabilized on emulator Zygote; manager UI reskin.
  • v0.8Stripped boot-image / recovery / DTB machinery. System-image install path proven.