termux

Termux is an android terminal emulator and Linux environment application that works directly with no rooting or setup required. A minimal base system is installed automatically, additional packages are available using the package manager.

Installed Termux on the Note6Pro on 2024-03-20 to run hugo_server to display the Org Roam content properly. Using the http serving by rcx did not work properly.

Downloaded termux-app_v0.118.0+github-debug_arm64-v8a.apk from github.

Issued the following commands in the termux terminal to run hugo_server to serve Org Roam content in mobile in offline manner.

termux-setup-storage
pkg upgrade
pkg install hugo
cd ~/storage/shared/quickstart
hugo server

source: https://wiki.termux.com/wiki/Termux-setup-storage ↗


© Prabu Anand K 2020-2026