The Magic Mask for Android
  • Kotlin 43.6%
  • Rust 27.6%
  • C++ 16.7%
  • Java 6.5%
  • Shell 3.2%
  • Other 2.3%
Find a file
2026-05-05 02:15:16 +08:00
.github Run CI on API 37.0 2026-04-19 19:27:47 -07:00
app Update to ONDK r30.0 2026-04-20 01:36:36 -07:00
docs Update Samsung download mode documentation 2026-04-14 03:25:38 -07:00
native Fix sepolicy parsing for hyphenated identifiers 2026-05-05 02:15:16 +08:00
scripts Update to ONDK r30.0 2026-04-20 01:36:36 -07:00
tools Use Rust elf-cleaner implementation 2025-04-01 18:32:54 -07:00
.gitattributes Use Rust elf-cleaner implementation 2025-04-01 18:32:54 -07:00
.gitignore Replace Fragment navigation with Navigation3 and Compose-based UI 2026-03-16 02:48:46 -07:00
.gitmodules Use lzma-rust2 for xz and lzma compression and decompression 2025-08-24 00:23:55 -07:00
AGENTS.md Add basic AGENTS.md for application code 2026-04-08 05:29:57 +00:00
build.py Fix compilation database generation when sccache is enabled 2026-04-20 01:17:00 -07:00
config.prop.sample Support setting custom ABI list 2024-08-01 14:33:08 -07:00
LICENSE Use GPL v3 license and update copyright messages 2017-04-22 17:12:54 +08:00
README.MD Move stub resources into its own module 2026-04-08 05:29:57 +00:00

Downloads

This is not an officially supported Google product

Introduction

Magisk is a suite of open source software for customizing Android, supporting devices higher than Android 6.0.
Some highlight features:

  • MagiskSU: Provide root access for applications
  • Magisk Modules: Modify read-only partitions by installing modules
  • MagiskBoot: The most complete tool for unpacking and repacking Android boot images
  • Zygisk: Run code in every Android applications' processes

Downloads

Github is the only source where you can get official Magisk information and downloads.

Bug Reports

Only bug reports from Debug builds will be accepted.

For installation issues, upload both boot image and install logs.
For Magisk issues, upload boot logcat or dmesg.
For Magisk app crashes, record and upload the logcat when the crash occurs.

Translation Contributions

Default string resources for the Magisk app and its stub APK are located here:

  • app/core/src/main/res/values/strings.xml
  • app/stub-res/src/main/res/values/strings.xml

Translate each and place them in the respective locations ([module]/src/main/res/values-[lang]/strings.xml).

License

Magisk, including all git submodules are free software:
you can redistribute it and/or modify it under the terms of the
GNU General Public License as published by the Free Software Foundation,
either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.