Ever wanted to truly own your Android device but got blocked by SafetyNet, banking apps, or other root detection? Magisk solves this with its “Magic Mask” approach - it provides full root access while hiding itself from detection mechanisms that would normally block rooted devices.

What sets Magisk apart is its systemless approach: instead of modifying system partitions directly, it uses clever tricks to overlay changes that appear real to apps but leave the actual system untouched. MagiskSU handles root permissions, modules let you modify read-only partitions without touching them, MagiskBoot handles boot image manipulation, and Zygisk lets you inject code into any app’s process. With 58K+ stars and millions of downloads, it’s become the de facto standard for Android power users.

Whether you’re a security researcher analyzing app behavior, a developer testing root detection bypasses, or just someone who wants their banking apps to work on a rooted phone, Magisk delivers. The modular architecture means you can customize exactly what you need, and the active community ensures compatibility with the latest Android versions.


Stars: 58626
💻 Language: Rust
🔗 Repository: topjohnwu/Magisk