Welcome to Magisk Zip

Magisk /

Created Mon, 01 Jan 0001 00:00:00 +0000 Modified Mon, 15 Dec 2025 17:15:20 +0000
289 Words

Magisk V28.1

Excitingly, Magisk has recently released its latest version, v28.0, and it’s now ready for both download and installation. Magisk is a popular root method for Android devices. Enables users to root their devices without modifying the system partition. Users can still receive OTA updates from manufacturers. Magisk supports the installation of modules. Modules add new features or modify existing ones.

Magisk Changelog

v28.1

  • [App] Fixed stub APK download link.
  • [App] Added support for Android versions lower than 8.0.
  • [General] Fixed support for MTK Samsung devices.
  • [MagiskInit] Fixed regression for 2SI (2-stage initialization) devices.
  • [MagiskPolicy] Fixed regression causing files in overlay.d to be inaccessible after replacement.

v28.0

  • [General] Added support for 16k page size.
  • [General] Introduced basic support for RISC-V (not included in official releases).
  • [General] Used a minimal libc to build static executables (magiskinit and magiskboot) for smaller sizes.
  • [Core] Removed unnecessary mirror for magic mount.
  • [Core] Updated boot image detection logic to support more devices.
  • [MagiskInit] Rewritten 2SI logic for injecting magiskinit as init.
  • [MagiskInit] Updated preinit partition detection.
  • [Zygisk] Updated internal JNI hooking implementation.
  • [MagiskPolicy] Preserved sepolicy config flag after patching.
  • [MagiskPolicy] Optimized patching rules to reduce the number of new rules injected.
  • [DenyList] Supported enforcing denylist when Zygisk is disabled.
  • [Resetprop] Improved implementation to work around property modification detections.
  • [Resetprop] Updated to properly work with property overlays.
  • [App] Major internal code refactoring.
  • [App] Supported patching Samsung firmware images larger than 8GiB.
  • [App] Replaced foreground services with user-initiated jobs on Android 14.
  • [App] Supported Android 13+ built-in per-app language preferences.
  • [App] Added action.sh support to allow modules to define actions triggered from the UI.
  • [MagiskBoot] Supported splitting kernel images without decompression.
  • [MagiskBoot] Improved support for vendor boot images.
  • [MagiskBoot] Disabled Samsung PROCA from kernel images.