A unified TUI dashboard for managing headless Android devices in Termux. One binary, zero dependencies, full control.
Everything you need to manage your Android server, right from your pocket terminal.
Real-time monitoring of battery health, CPU usage, and thermal states using Termux API. Auto-refreshes every 5 seconds.
F1Control SSH, HTTP file servers, and wake-locks with one toggle. Prevent Android from killing your background services.
F2Receive sensor data from ESP32, Arduino, or any HTTP device via webhooks. Persist events to SQLite. View in real-time.
F3Single statically-linked Go binary. No Python, no Node, no runtime. wget, chmod, run. Pure Go with no CGO required.
Cross-platformNo configuration files, no setup wizards, no dependencies to install.
Grab the latest binary from GitHub Releases. One file, one command.
Run chmod +x and you're done. No install scripts, no package managers.
Launch the TUI dashboard. Your headless Android is now under control.
Choose your preferred method to get started.
# Download the latest release
wget https://github.com/Mr-Dark-debug/termnode/releases/latest/download/termnode
chmod +x termnode
./termnode
Works on any aarch64 Android device with Termux.
# Build from source
git clone https://github.com/Mr-Dark-debug/termnode.git
cd termnode
go build -o termnode .
./termnode
Requires Go 1.22+ and Termux with termux-api package.
go install github.com/Mr-Dark-debug/termnode@latest
Installs to $GOPATH/bin. Make sure it's in your $PATH.
TermNode is MIT licensed and built in the open. Contributions welcome.
Meet the people building TermNode. Every contribution matters, from code to documentation.
Tracking stars and engagement on GitHub.
Turn your old Android into a powerful headless server. One download, zero configuration.