Rooting your Android device unlocks powerful customization options, but it can also trigger app restrictions especially from banking, streaming, or security apps. That’s where Zygisk NoHello comes in. This module helps you hide root and Zygisk from apps, making your rooted device more usable without compromising on features.
Whether you’re using Magisk, KernelSU, or APatch, Zygisk NoHello offers a flexible and effective way to stay hidden from root detection. In this blog, we’ll walk you through everything you need to know from features and setup to troubleshooting and tips.

Table of Contents
What Is Zygisk NoHello?
Zygisk NoHello is a Zygisk-based module designed to hide root access and Zygisk itself from apps that detect and block rooted devices. It works with various root management tools and supports advanced configuration through a system called Mount Rule System.
Key Features of Zygisk NoHello
- Root & Zygisk Hiding: Prevents apps from detecting root or Zygisk.
- Mount Rule System (MRS): Allows custom rules for auto-unmounting mount points.
- Whitelist Mode: Offers an alternative to deny lists by allowing only selected apps.
- Flexible Compatibility: Works with Magisk, KernelSU, APatch, and their forks.
- Performance Optimization: Designed to minimize overhead and improve stability.
Requirements
Before installing Zygisk NoHello, make sure your device meets the following:
- A rooted Android device using Magisk (v28.0+), KernelSU, or APatch.
- ZygiskNext or ReZygisk module installed.
- Root manager app with unmount settings enabled.
- Basic knowledge of file paths and root file system (for advanced configuration).
Download Zygisk NoHello
To get started, download the latest release of Zygisk NoHello from the official source.
Download
Click the button below to download the latest stable version:
How to Use Zygisk NoHello
Here’s a simple guide based on your root setup:
For KernelSU & KernelSU Next Users
- Install ZygiskNext or ReZygisk.
- Enable unmount setting for the target app in your root manager.
- Disable Umount modules in manager settings (if available).
- Turn off Enforce DenyList in ZygiskNext/ReZygisk settings.
For APatch Users
- Same steps as KernelSU users.
- Make sure Enforce DenyList is disabled.
For Magisk Users
- Update Magisk to v28.0 or newer.
- Turn on Zygisk (optional) or install ZygiskNext/ReZygisk.
- Disable Enforce DenyList in Magisk and ZygiskNext/ReZygisk.
- Add target apps to the deny list (or whitelist if using a fork).
Advanced Configuration: Mount Rule System
Starting from version 0.0.5, Zygisk NoHello supports Mount Rule System (MRS). This lets you define rules for auto-unmounting based on mount properties.
Rule Format
Each rule uses keywords and values like this:
<keyword> { <value1> <value2> ... }
Supported keywords:
| Keyword | Matches Against | Wildcards | Description |
|---|---|---|---|
| root | Root path | Yes | Path in /proc/self/mountinfo |
| point | Mount point path | Yes | Where the filesystem is mounted |
| fs | Filesystem type | No | e.g., ext4, erofs |
| source | Source device | Yes | e.g., /dev/block/xyz |
Example Rules
- Match all tmpfs under
/data/adb:
fs { "tmpfs" } point { "/data/adb/*" }
- Match source ending with “data”:
source { "*data" }
Whitelist Mode
To enable whitelist mode, create this empty file:
/data/adb/nohello/whitelist
Warning: Using whitelist with MRS may cause overheating. To fix this, create:
/data/adb/nohello/umount_persist
Troubleshooting Tips
- App still detects root? Double-check deny list or whitelist settings.
- Performance issues? Avoid using whitelist with MRS unless absolutely necessary.
- Module not working? Use the release build, not debug, unless reporting bugs.
- Mount rules not applying? Ensure correct syntax and case-sensitive values.
FAQs
It’s recommended to update to v28.0 or newer for better hiding.
Both are forks that improve Zygisk hiding. Choose based on compatibility with your setup.
Yes, but avoid experimental settings unless you know what you’re doing.
Absolutely! Fork the repo, make changes, and submit a pull request.
Final Thoughts
Zygisk NoHello is a powerful tool for rooted Android users who want to stay under the radar. With flexible configuration, support for multiple root systems, and advanced features like Mount Rule System, it’s a must-have for privacy-conscious users.
Whether you’re a casual root user or a power tweaker, this module gives you the control you need without compromising performance. Just follow the setup guide, tweak your rules carefully, and enjoy a smoother experience with your favorite apps.
If you found this guide helpful, consider sharing it with others in the Android modding community.
Use nohello or shamiko
Can’t use them same time!!!
And can’t use rezygisk for shamiko