Magisk module that installs kexec-tools for Android. Installs kexec to /system/bin/ via Magisk's systemless overlay.
Supported architectures: ARM64, ARM, x86_64, x86.
- Android device with Magisk v20.4+ installed
- Download the latest
kexec-*.zipfrom the releases page - Open Magisk → Modules → Install from storage → select the zip → Reboot
Supports auto-update via Magisk's built-in update mechanism.
git clone https://github.com/evdenis/kexec
cd kexec
make build-kexec-all
make installRequires Docker (for cross-compilation), adb with USB debugging enabled, and root access on the device.