Zygisk Next is a standalone implementation of Zygisk that provides Zygisk API support for KernelSU and serves as a replacement for Magisk's built-in Zygisk functionality.
The tool addresses the need for process injection capabilities on Android systems running KernelSU or Magisk without relying on each root manager's native Zygisk implementation. It works by providing a standalone Zygisk runtime that can inject code into init-oriented processes, exposing an API through which modules can hook into application lifecycle events. The project also supports application callbacks for HyperOS Rust Runtime as a native-only API distinct from standard Zygisk module compatibility.
Adoption requires meeting specific version minimums: KernelSU users need at least version 10940 with ksud at 11575 or higher, while Magisk users require version 26402 with built-in Zygisk disabled. The tool is incompatible with systems running multiple root implementations simultaneously. Developers building modules for this implementation can reference the provided API header and sample module repository for integration patterns. The project maintains a translation contribution workflow through a dedicated branch for WebUI localization.
The project shows active maintenance with ongoing development and documentation updates. The codebase includes comprehensive API documentation and example implementations to guide module developers. The team has established clear licensing terms and contribution guidelines, including a dedicated translation workflow that accepts community contributions.