package icon

Termux-Boot

Add-on for Termux allowing programs to be run at boot
New in version 0.7
* Update documentation.
* Fix running of multiple jobs at boot.
* Fix incorrect re-run of jobs.
The Termux:Boot add-on provides functionality to run programs under Termux when the device boots up.

Usage:

- Start the Termux:Boot app once by clicking on its launcher icon. This allows the app to be run at boot.
- Create the ~/.termux/boot/ directory.
- Put scripts you want to execute inside the ~/.termux/boot/ directory.
- If there are multiple files, they will be executed in a sorted order.
- Note that you may want to run termux-wake-lock as first thing if you want to ensure that the device is prevented from sleeping.

Example:
To start an sshd server and prevent the device from sleeping at boot, create a file at ~/.termux/boot/start-sshd containing the two lines:

termux-wake-lock
sshd

Join the Termux Google+ community:
https://termux.com/community

Report issues:
https://github.com/termux/termux-boot/issues

Donate

Packages

Although APK downloads are available below to give you the choice, you should be aware that by installing that way you will not receive update notifications and it's a less secure way to download. We recommend that you install the F-Droid client and use that.

Download Store App
  • Version 0.7 (7) suggested Added on 2020-06-21

    This version requires Android 5.0 or newer.

    It is built and signed by the original developer.

    Permissions
    • run at startup
      Allows the app to have itself started as soon as the system has finished booting. This can make it take longer to start the phone and allow the app to slow down the overall phone by always running.
    • prevent phone from sleeping
      Allows the app to prevent the phone from going to sleep.

    Download APK 9 KiB PGP Signature | Build Log

  • Version 0.6 (6) - Added on 2019-08-16

    This version requires Android 5.0 or newer.

    It is built and signed by the original developer.

    Permissions
    • run at startup
      Allows the app to have itself started as soon as the system has finished booting. This can make it take longer to start the phone and allow the app to slow down the overall phone by always running.
    • prevent phone from sleeping
      Allows the app to prevent the phone from going to sleep.

    Download APK 9 KiB PGP Signature | Build Log