Skip to content

Repository files navigation

English · 简体中文

Aexon

Root/system management companion for Android


About Aexon

Aexon is a companion application for managing system-level shell daemons on Android, complete with native watchdog, signature verification, and dynamic theming (HCT/CAM16-based). Aexon's own code — native daemon, JNI, theming system, UI components — is written in-house. Some functionality integrates third-party open-source components; see Third-Party Components below for full attribution.

Inspiration

Aexon's interface design was inspired by several projects:

The inspiration listed above is on the design/UI side. For code-level integrations, see below.

Third-Party Components

Aexon integrates the following third-party open-source components. Each retains its original license; inclusion here does not change Aexon's own GPL-3.0 licensing.

Shizuku

Aexon uses the official Shizuku libraries (via Gradle dependencies) for permission/privilege integration. The app depends on the Shizuku API/provider packages and interacts with Shizuku at runtime; no upstream Shizuku source code is copied into Aexon's own codebase. The upstream Shizuku components remain under the Apache License 2.0.

BusyBox

Aexon can optionally invoke BusyBox-style utilities at runtime. The app contains code paths that will call a BusyBox binary (or a bundled native helper) if present on the device or included in the app's native libraries. If BusyBox binaries are distributed together with this APK, they must be accompanied by the corresponding source or distribution notices required by BusyBox's GPL-2.0 license. If BusyBox is not bundled, Aexon will attempt to use the system/provided BusyBox when the user enables that mode.

License

This project is licensed under the GNU General Public License v3.0 (GPL-3.0).

This means:

  • Free to use, study, modify, and redistribute
  • Every derivative/fork must remain open-source with the same license (GPL-3.0)
  • No warranty for the use of this application

Third-party components listed above retain their own original licenses (see Third-Party Components).

See the LICENSE file for the full text.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages