How-To Series · Episode 04 / 59 · Module 1: Get Running
Hermes · On Your Phone (Termux)
Real terminal CLI on Android via Termux. Same hermes command. Same tools.
After this videoYou can now run Hermes natively on Android.
Termux gives you a real Linux shell on Android. Hermes installs into it almost the same way it does on a desktop. The curl one-liner auto-detects Termux, switches to the .[termux] extra, and skips Android-incompatible dependencies. Get Termux from F-Droid or GitHub, not the Play Store — the Play Store version is years out of date. Three caveats on Android: voice mode, browser automation, and persistent background gateway don't work yet.
About these resources. Two docs pages contributed facts: the Android / Termux page (F-Droid/GitHub install path, the
.[termux] bundle, the list of features blocked on Android) and the Quickstart (the curl one-liner the Termux installer reuses).Sources · What this video distills
2 docs pages · every command below is traceable to one of themCommands shown · Copy and paste
each shows the source doc it came fromcurl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bashhermes setup --portalhermesGoing deeper · Related Hermes docs
further reading · not sources of facts shown aboveNext in the series · Episodes that build on this
E03
Your First Chat
E24
Hermes on Telegram