-
-
Notifications
You must be signed in to change notification settings - Fork 13
Home
Welcome to the official TermuxRootMods documentation! This project provides advanced tools to enhance Termux functionality with root access.
TermuxRootMods is designed for power users who want to customize their Termux environment, add powerful features, and automate tasks on Android.
To install TermuxRootMods, follow these steps:
-
Download the module from the official repository.
-
Install it with Magisk using:
magisk --install-module termuxrootmods.zip
-
Reboot the device to apply changes.
-
Verify installation by running:
sudo trm
After installing TermuxRootMods, the following commands become available:
Displays the status of currently running Android services.
Usage: servistatus
Notes:
- Requires root privileges.
- Provides a quick overview of active services without modifying them.
Reads thermal information from the system and displays device temperatures.
Usage: temps
Notes:
- Monitors CPU, RAM, and other sensor temperatures.
- Useful for tracking thermal behavior and preventing overheating.
Clears cache directories of selected Android applications.
Usage: cleaner
Notes:
- Only removes cached files; does not delete app data or system files.
- Helps free storage space on your device.
Launches a fake root environment inside Termux using proot.
Usage: fsu
Notes:
- Simulates a root shell inside Termux; does not grant real root.
- Allows running commands that require UID 0 within this sandbox.
- Safe to use and does not modify the Android system outside Termux.
To customize TermuxRootMods:
Edit the configuration file located at:
/data/data/com.termux/files/root-home/.config/TermuxRootMods/.trmModify variables such as SDCARD and ROOT_HOME based on your needs.
You can also personalize aliases in:
/data/data/com.termux/files/root-home/.aliasesDo I need root access to use TermuxRootMods?
Yes, some functionalities require root permissions to work properly.
Do changes persist after reboot?
Yes, files in /system/etc/ are mounted with Magisk and persist across reboots.
How can I uninstall the module?
To remove TermuxRootMods, use:
magisk --remove-module termuxrootmodsIf you want to contribute to TermuxRootMods, you can:
- Report issues in Issues.
- Suggest improvements and submit Pull Requests.
- Document features in the Wiki to help new users.
- Official Repository β Access the source code, releases, and issue tracker.
- TermuxRootMods Wiki β Detailed documentation, command references, and configuration guides.
- Magisk Documentation β Learn more about installing and managing Magisk modules.
- Termux Official β Official Termux app, packages, and community resources.