| AppID: | io.github.swiftstagrime.termuxrunner |
| Author: | SwiftStagRime |
| License: | GPL-3.0-only |
| InRepoSince: | 2026-02-15 |
| LastRepoUpdate: | 2026-03-07 |
| LastAppUpdate: | 2026-03-07 |
| LastVersion: | 1.6.0 |
| Categories: | System |
| APK source: | Github |
| Google Play: | Check if it's there |
Requires Termux to be installed to execute scripts.
A secure Android bridge for managing and executing scripts via Termux. This app allows you to automate tasks, manage environment variables, and create home screen shortcuts for your favorite scripts with a focus on security and ease of use.
Features:
ADB Remote Execution
You can now trigger scripts remotely via ADB. To use this feature, ensure you have set an "ADB Code" in the script settings (this is empty by default). Run command: adb shell am start \ -n io.github.swiftstagrime.termuxrunner/io.github.swiftstagrime.termuxrunner.ui.features.adbtrigger.AdbTriggerActivity \ --es io.github.swiftstagrime.termuxrunner.adb_code "YOUR_CODE_HERE"
YOUR_CODE_HERE is supposed to be the code name of the script, like "test2" for example.
Security First
I know that scripts often handle sensitive information—whether it's API keys in environment variables or private logic. * Encrypted Storage: All script data and configurations are stored in an encrypted database using SQLCipher.
Small onboarding is present for easier setup. Note on Permissions: During setup, you will be asked to grant the com.termux.permission.RUN_COMMAND permission. While the system warning may look intimidating, this is the standard and necessary way for third-party apps to securely send commands to Termux.
Compatibility
Current Status
This project is currently in early development.
WhatsNew:
Added:
1) Widgets for scripts and automation. Their theme depends on app, but update is somewhat awkward
2) 2 buttons for selecting all and pasting in editor bar
3) Automation that runs on each boot, which hopefully works
4) Ability to add "monochrome" shortcuts, which in all honesty works bad
5) Fixed focus for editor when used with hardware keyboard