A powerful, elegant desktop application for taking complete control of your Android device.
A.S.C.E.N.D. is a professional tool that wraps the power of ADB (Android Debug Bridge) and Scrcpy into a beautiful and intuitive graphical interface. Stop memorizing cryptic commands and start managing your device with the efficiency and style it deserves.
Feature | Description |
---|---|
🚀 The Command Deck Debloater | A completely reimagined debloating experience. View all app details upfront in expandable cards, perform batch uninstalls/disables with a floating action bar, and use powerful integrated filters to pinpoint exactly what you want to remove. |
📈 At-a-Glance Dashboard | A clean, real-time overview of your device's most critical stats, including model info, Android version, battery status, CPU load, and RAM usage. |
🖥️ Seamless Scrcpy Integration | Mirror your device's screen with extensive options. Record, go fullscreen, show touches, or keep the device awake—all configurable from a simple, clean UI. |
📂 Integrated File Explorer | A full-featured file manager for your device. Browse, download, rename, and delete files and folders with a familiar, dual-pane (list/icon) view and full context menu support. |
⚡ Power User Toolkit | Execute advanced functions with a single click. Reboot into recovery or bootloader, enable Wireless ADB, take screenshots, and toggle developer settings like GPU overdraw and layout bounds. |
🎮 Virtual Remote Control | A handy remote to control your device's media, navigation, and volume. Includes a D-Pad for TV boxes and a text input field for convenience. |
To allow A.S.C.E.N.D. to connect to your device, you must enable USB Debugging.
-
Enable Developer Options:
- Go to
Settings
>About phone
. - Tap on
Build number
7 times until you see a "You are now a developer!" message.
- Go to
-
Enable USB Debugging:
- Go to
Settings
>System
>Developer options
. - Scroll down and enable the
USB debugging
toggle.
- Go to
-
Authorize Your Computer:
- Connect your device to your computer via USB.
- A prompt will appear on your device asking to "Allow USB debugging?".
- Check the "Always allow from this computer" box and tap "Allow".
Get up and running in seconds.
- Navigate to the Releases Page.
- Download the latest
A.S.C.E.N.D-Setup-x.x.x.exe
installer. - Run the installer and follow the on-screen instructions.
Want to contribute or build your own version?
- Node.js (which includes
npm
)
# 1. Clone the repository
git clone https://github.com/Md-Siam-Mia-Man/A.S.C.E.N.D.git
# 2. Navigate into the project directory
cd A.S.C.E.N.D
# 3. Install dependencies
npm install
# 4. Run the app in development mode (with DevTools)
npm start
# 5. Build the distributable installer
npm run build
The packaged application will be located in the dist
directory.
Contributions are welcome! If you have an idea for a new feature or have found a bug, please feel free to:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourAwesomeFeature
). - Commit your changes (
git commit -m 'Add some AwesomeFeature'
). - Push to the branch (
git push origin feature/YourAwesomeFeature
). - Open a Pull Request.
This project is licensed under the MIT License. See the LICENSE.md
file for details.
Disclaimer: This is a powerful tool. Deleting or disabling the wrong system packages can lead to device instability or bootloops. The user assumes all risk. When in doubt, do not remove a package without researching it first.