Thanks to visit codestin.com
Credit goes to github.com

Skip to content

AxManager is an Android application designed to provide deeper control over apps and the system.

License

Notifications You must be signed in to change notification settings

AMHHAM/AxManager

 
 

Repository files navigation

Axeron Manager (AxManager) (Not-Final)

Hi! This project is still in early development. I’m learning and experimenting while building it, so things may not be complete or could change later.
Thanks for checking it out!

AxManager is an Android application designed to provide deeper control over apps and the system.
Unlike tools such as KernelSU or other root-based “Managers,” AxManager is dedicated to ADB/Non-Root mode — while still allowing execution with Root access if available. Learn More

✨ Features

  • 🖥️ Shell Executor
    Run shell commands directly from the app.

    • Supports ADB / Non-Root execution.
    • Optional Root execution if the device has root access.
  • Plugin (Unrooted Module)
    Manage third-party modules with unrooted access. Learn more

  • 🌐 WebUI (Unrooted Version)
    Execute shell commands with a web-based interactive interface. Learn More

📱 Key Difference from Root Managers

  • 🚫 Does not depend on Root access.
  • ✅ Focused on ADB/Non-Root first, making it usable on a wider range of devices.
  • 🔑 Root support is optional, not a requirement.
  • 🌐 Provides WebShell UI as a unique feature.

📖 Roadmap

  • Wireless Debugging Activator.
  • Command-line / Root Activator.
  • Shell Executor basic support (ADB/Non-Root).
  • Auto active when use Wireless Debugging (Test)
  • WebUI with multi-session support.
  • Plugin system for third-party extensions.
  • Developer Mode & Advanced Debugging tools.
  • App optimization based on profiles.

🔧 Build & Install

Clone the repository and build using Android Studio or Gradle:

git clone https://github.com/username/AxManager.git
cd AxManager
./gradlew assembleDebug

Install to your device via ADB:

adb install app/build/outputs/apk/debug/app-debug.apk

🤝 Contribution

Contributions are welcome!
Feel free to open issues, submit pull requests, or start a discussion for new ideas and improvements.

🙏 Credits

  • Magisk "BusyBox and Plugin (Unrooted module) ideas"
  • Shizuku / API "Starting point and reference for learning Android IPC and ADB-based permission handling"
  • KernelSU / Next "Inspiration for the UI and WebUI features."

⚠️ Notices & Legal Disclaimer

This project includes adapted portions of code from:

AxManager does not include or distribute any original Shizuku Manager visual assets or claim to be an official replacement. All adapted code is used strictly for educational and experimental purposes, with clear attribution and compliance with the Apache License 2.0.

📜 License

Licensed under the Apache License 2.0.http://localhost:5001/api/v1/pages

About

AxManager is an Android application designed to provide deeper control over apps and the system.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 64.6%
  • Java 29.2%
  • C++ 3.3%
  • Shell 1.3%
  • AIDL 0.7%
  • JavaScript 0.3%
  • Other 0.6%