This repository serves as the official kernel deployment package for SakFi OP Kernels. It is an automated, hardened flashing utility designed to deliver GKI-compatible Android kernels seamlessly.
- Universal GKI Support: Dynamically queries and supports major GKI kernel versions before flashing (
5.1.*,6.1.*,6.6.*), preventing incompatible cross-flashing algorithms. - KernelSU Next & SUSFS Native Integration: Built-in hooks and execution paths structured for advanced root delivery and detection-hiding metrics.
- Robust CI Automation: Includes built-in GitHub Action workflows mapped to standard
scripts/validate.shverifications to mandate correct shell executions, syntactical accuracy, and LF line-ending hygiene across thousands of device matrices. - Upstream Resilience: Safely isolates user customizations from core
ak3-core.shupdates, maintaining synchronization sanity with original authors.
- Download the latest release
.zipartifact from the linked repository releases. - Boot your device into your designated custom recovery (e.g., TWRP, OrangeFox) or utilize a Kernel Flasher application natively.
- Flash the
.ziparchive. The installer automatically handles ramdisk extraction, KernelSU injection, boot repacking, and environment cleanup! - Reboot into the updated Android System.
Instead of tedious manual labor, repository maintainers can generate guaranteed release zip artifacts directly.
./build-release.shExecutes local testing suites and deterministically compiles the WildKernels-AnyKernel3-[Version].zip with a matching .sha256 artifact.
This repository would not exist without the dedication of the underlying developers.
- osm0sis: Original creator of the expansive AnyKernel3 backend.
- TheWildJames / Morgan Weedman: Core custom Wild Kernels packaging logic.
- fatalcoder524: OnePlus KernelSU & SUSFS workflow integrations.
- sidex15 and simonpunk: Creators of the SUSFS modules modifying native filesystem hooks.