Magisk 8e82113b beta (Android Icon

Download Magisk 8e82113b beta (Android APK 29.0 arm64-v8a, armeabi-v7a, x86, x86_64 · Android 23+

By topjohnwu • Updated September 05, 2026
Tools arm64-v8a, armeabi-v7a, x86, x86_64 Native (Java/Kotlin) 11.26 MB
Download APK
Verified Safe

This is the arm64-v8a, armeabi-v7a, x86, x86_64 build of Magisk 8e82113b beta (Android 29.0. Pick this build if your device's primary ABI matches.

File size: 11.3 MB   •   Min Android: 23   •   Target Android: 36   •   Version code: 29000   •   Framework: Native (Java/Kotlin)   •   Permissions: 11

File Information

Package Namecom.topjohnwu.magisk
Version Name29.0
Version Code29000
Architecturearm64-v8a, armeabi-v7a, x86, x86_64
Min Android VersionAndroid 23 (API 36)
Main Activitycom.topjohnwu.magisk.ui.MainActivity
FrameworkNative (Java/Kotlin)
File Size11.26 MB
Signature (SHA1)DC0F2B61CBD7E9D3DBBE060B2B870D46BB060211
File Hash (SHA256)99d40df1a68a05a5e78452a9cd4f2d753434d7622baeeb44ea14ae8238c1a9ca

What's New

This release looks minor at the surface, however, the entire codebase has gone through significant refactoring and migration. The native code in Magisk used to be mainly C++, but several contributors and I have been steadily rewriting parts of the code in Rust since April 2022. After years of effort, the Rust-ification of the project slowly began picking up steam, and at the moment of this release, over 40% of the native code has been rewritten in Rust, with several major subsystem rewrites in the PR queue, planned to be merged for the next release.
Many might wonder, why introduce a new language to the project? My reason is actually not to reduce memory safety issues (although it is a nice side benefit), but to be able to develop Magisk using a more modern programming language. After using Rust for a while, it's clear to me that using Rust allows me to write more correct code and makes me happier compared to dealing with C++. People share the
same sentiment as I do
.
Changelog
[General] Massive internal refactoring and code migration
[App] Support downloading module zip files with XZ compression
[App] Disable app animations when system animations are disabled
[MagiskMount] Support systemlessly deleting files with modules using blank file nodes
[MagiskInit] Redesign sepolicy patching and injection logic
[MagiskSU] Better TTY/PTY support
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.

Click the icon below to download Magisk apk.

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 8e82113b beta (Android 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.

Frequently Asked Questions about Magisk 8e82113b beta (Android APK

This variant is built for devices that report `arm64-v8a, armeabi-v7a, x86, x86_64` as their primary ABI. If your device's CPU matches, this is the smallest, fastest version to install.

Yes — the APK's signature has been cryptographically verified against the publisher's signing key. The SHA-256 hash is shown in the File Information panel so you can independently confirm the file matches the original release.

Android 23 (API level 36) or newer. Older devices will refuse the install.

Install a free app like 'CPU-Z' or 'Droid Hardware Info' from the Play Store and look at the ABI / Instruction Set row. Most phones made after 2017 are arm64-v8a; if in doubt, download the universal variant.

All variants are functionally identical — same features, same version. They differ only in which CPU architectures the native code is compiled for, and (sometimes) which screen densities the included graphics target. Pick the one that matches your device for the smallest install size, or pick 'Universal' if you're unsure.