This tool allows you to toggle root access and enable read/write (R/W) permissions for your BlueStacks instances. It automatically detects both master and cloned instances, eliminating the need to manually edit configuration files as described in my original guide: Root BlueStacks with Kitsune Mask.
- Auto-detection: Quickly identifies BlueStacks instances from the Windows Registry.
- Root Toggle: Enables or disables root access (
Root: On/Off
) inbluestacks.conf
. - Read/Write Permissions: Easily sets filesystem permissions (
R/W: On/Off
) per instance. - Dynamic Status Updates: Real-time GUI updates reflect current root and R/W states.
- Download the latest executable (
.exe
) from the Releases page. - Run the downloaded
.exe
file (portable—no formal installation needed). - Prerequisites:
Fully Uninstall BlueStacks:
- Use the official tool to completely uninstall all previous BlueStacks installations.
- Download the latest BlueStacks version from the official website: BlueStacks.
- Launch the downloaded
.exe
file. - The GUI auto-detects and lists all available BlueStacks instances.
- Select the instances you wish to modify.
- Use provided toggles:
- Toggle Root – Switch this ON only until you have installed Kitsune to
/system
. - Toggle R/W – This must be ON for the instance to remain rooted.
- Toggle Root – Switch this ON only until you have installed Kitsune to
- Download the Kitsune Mask apk file.
- Launch the instance from the Multi-Instance Manager and install the apk.
- You should see the Kitsune Mask application; click on it to run.
- Root using Kitsune Mask:
- Once open, look to the top under the Kitsune Mask section and select the Install option.
- At the top right, tap the Next link to proceed.
- Select the Direct Install to /system option.
Note
If the Direct Install to /system option is missing, do not select Direct Install.
Completely close and reopen the Kitsune Mask app. This usually resolves the issue.
- Click Next and watch the install log for any errors.
- Allow Kitsune Mask to finish installing, then close the BlueStacks emulator.
- Use the provided toggles:
- Toggle Root – Switch this OFF once the Kitsune Mask install has been completed.
- Toggle R/W – This must be ON for the instance to remain rooted.
- Close the BlueStacks-Root-Gui.
- Configuration not found: Fully Uninstall BlueStacks: - Use the official tool to completely uninstall all previous BlueStacks installations. - Download the latest BlueStacks version from the official website: BlueStacks.
- Permissions errors: Run the GUI as an administrator.
Clone the repo:
git clone https://github.com/RobThePCGuy/BlueStacks-Root-GUI.git
cd BlueStacks-Root-GUI
Install dependencies:
pip install -r requirements.txt
Run the application:
python main.py
Build executable:
pyinstaller --onefile --windowed --icon=main.ico main.py
The built executable will be located in the dist/
folder.
Contributions are highly encouraged! Please open issues or submit pull requests to enhance this project.