Skip to content

evdenis/kexec

Repository files navigation

Kexec tools for Android

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.

Prerequisites

  • Android device with Magisk v20.4+ installed

Installation

From release (recommended)

  1. Download the latest kexec-*.zip from the releases page
  2. Open MagiskModulesInstall from storage → select the zip → Reboot

Supports auto-update via Magisk's built-in update mechanism.

From source

git clone https://github.com/evdenis/kexec
cd kexec
make build-kexec-all
make install

Requires Docker (for cross-compilation), adb with USB debugging enabled, and root access on the device.

Support