File Information
| Package Name | com.topjohnwu.magisk |
|---|---|
| Version Name | 30.3 |
| Version Code | 30300 |
| Architecture | arm64-v8a, armeabi-v7a, x86, x86_64 |
| Min Android Version | Android 23 (API 36) |
| Main Activity | com.topjohnwu.magisk.ui.MainActivity |
| Framework | Native (Java/Kotlin) |
| File Size | 12.19 MB |
| Signature (SHA1) | DC0F2B61CBD7E9D3DBBE060B2B870D46BB060211 |
| File Hash (SHA256) | bd080c811d8cc228f33017d2cd9d713d5aaa5bdd67000180d71264999cdd8caa |
What's New
[General] Support installing Magisk into vendor_boot partition
[MagiskPolicy] Support new sepolicy binary format introduced in Android 16 QPR2
[Core] Migrate much more code into Rust
[MagiskSU] Fallback to older implementation when the kernel doesn't support zero userspace copy APIs
Diffs to v29.0
[General] Various minor bug fixes
[General] Support installing Magisk into vendor_boot partition
[General] Migrate a significant portion of the codebase to Rust
[Core] Improve Magisk specific files injection logic
[MagiskSU] Add ability to restrict Linux capabilities even if running as root (uid=0)
[MagiskSU] Fallback to older implementation when the kernel doesn't support zero userspace copy APIs
[MagiskPolicy] Support new sepolicy binary format introduced in Android 16 QPR2
[resetprop] Reduce property modification traces
Full Changelog:
here
[MagiskPolicy] Support new sepolicy binary format introduced in Android 16 QPR2
[Core] Migrate much more code into Rust
[MagiskSU] Fallback to older implementation when the kernel doesn't support zero userspace copy APIs
Diffs to v29.0
[General] Various minor bug fixes
[General] Support installing Magisk into vendor_boot partition
[General] Migrate a significant portion of the codebase to Rust
[Core] Improve Magisk specific files injection logic
[MagiskSU] Add ability to restrict Linux capabilities even if running as root (uid=0)
[MagiskSU] Fallback to older implementation when the kernel doesn't support zero userspace copy APIs
[MagiskPolicy] Support new sepolicy binary format introduced in Android 16 QPR2
[resetprop] Reduce property modification traces
Full Changelog:
here
App Description
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.
Useful Links
Installation Instruction
Building and Development
Magisk Documentation
Zygisk module sample
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/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 .
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.
Useful Links
Installation Instruction
Building and Development
Magisk Documentation
Zygisk module sample
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/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 .
Download Magisk APK
Fast, free and safe download.
APK Permissions 11
- android.permission.ACCESS_NETWORK_STATE
- android.permission.FOREGROUND_SERVICE
- android.permission.HIDE_OVERLAY_WINDOWS
- android.permission.INTERNET
- android.permission.POST_NOTIFICATIONS
- android.permission.QUERY_ALL_PACKAGES
- android.permission.READ_EXTERNAL_STORAGE
- android.permission.REQUEST_INSTALL_PACKAGES
- android.permission.RUN_USER_INITIATED_JOBS
- android.permission.UPDATE_PACKAGES_WITHOUT_USER_ACTION
- android.permission.WRITE_EXTERNAL_STORAGE
APK Verified
The cryptographic signature guarantees that the file is safe to install and was not tampered with in any way.
Other Variants
This release has multiple variants (e.g. diff architectures).
arm64-v8a, armeabi-v7a, x86, x86_64