| AppID: | io.github.swiftstagrime.termuxrunner |
| Author: | SwiftStagRime |
| License: | GPL-3.0-only |
| InRepoSince: | 2026-02-15 |
| LastRepoUpdate: | 2026-09-01 |
| LastAppUpdate: | 2026-08-25 |
| LastVersion: | 1.8.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 and Remote Execution
You can now trigger scripts remotely via ADB or Webhook service. 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. Webhook example in settings.
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.
Compatibility
Current Status
This project is currently in early development.
Contributing
Contributions, bug reports, and feature requests are welcome! Since the app is in its early stages, feedback on how it handles different script types or OS flavors is especially va
WhatsNew:
Automation chain editor, notification actions config, webhook.
Sharing + code versions.
More behaviour settings for termux session management.
Long press opens editor, short launches script.
Klint+cleanup.