Hermes Mobile ☤
A mobile AI agent for Android. Port of Hermes Agent by Nous Research.

What is this?
Hermes Mobile puts a full AI agent on your phone. It’s not a ChatGPT wrapper — it’s the same streaming tool-calling loop from Hermes Desktop, running as a native Android APK. It can search the web, run terminal commands, read and write files, delegate tasks to subagents, load skills, execute cron jobs, and connect to a remote Hermes backend over JSON-RPC.
Community port. Not affiliated with or endorsed by Nous Research.
Quick Start
- Install the APK or build from source
- Configure a provider — OpenRouter is the easiest (one key, 300+ models)
- Start chatting. Tools activate automatically when needed.
Pages
Highlights
- 41 tool handlers with zero schema divergence — every tool the model can call has a real implementation
- 7 runtime-switchable providers with encrypted credential store
- Transactional Settings — changes stay in draft until you explicitly save. No accidental misconfiguration.
- Hermes Remote — same JSON-RPC protocol as Hermes Desktop: create sessions, resume conversations, run tools on the backend
- Offline support — works with Ollama for local models
- 803 tests on Python 3.12 and Python 3.9
View on GitHub →