Wear OS client for Hermes Agent.
Hermes Watch Client keeps the smallest useful Hermes control surface on the wrist: voice prompts, quick text prompts, compact session access, and a status check that can use either a public Hermes URL or a local PC hotspot gateway.
- Native Wear OS app, package
local.hermes.wear. - Voice-first prompt flow for fast requests.
- Compact text prompt mode for short commands.
- Recent sessions view.
- Public HTTPS endpoint support.
- Local PC hotspot gateway fallback.
- Simple install helper for ADB-paired watches.
app/ Wear OS app source
scripts/ Build/install helper scripts
docs/ Architecture, setup, and release notes
.\gradlew.bat :app:assembleDebug --console=plain
.\scripts\install-hermes-watch.ps1To compile local debug defaults without hardcoding secrets:
$env:HERMES_DEFAULT_URL='https://mobile.example.com'
$env:HERMES_DEFAULT_TOKEN='...'
.\gradlew.bat :app:assembleDebug --console=plainDo not commit real tokens or signing keys.