Feature Description
A native desktop/mobile client app for Hermes Agent that interacts directly with the local Gateway/API Server, without relying on third-party messaging platforms as intermediaries.
Motivation
Current interaction methods each have limitations imposed by the platforms themselves:
- URLs in tool output get truncated, making links unclickable
- Message length limits force HTML file workarounds
- Interactive approval buttons degrade to plain text across versions
- Gateway restarts disconnect the session
- Technical config must be done via CLI separately
A native client would provide a purpose-built interface for AI agent interaction.
Proposed Solution
Cross-platform native app (Tauri/Flutter) reusing existing API Server + Gateway:
- Desktop: Windows/macOS/Linux
- Mobile: iOS/Android
- Shared sessions, skills, memory with CLI/Web UI
- Native push notifications, file handling, proper URL rendering
Feature Description
A native desktop/mobile client app for Hermes Agent that interacts directly with the local Gateway/API Server, without relying on third-party messaging platforms as intermediaries.
Motivation
Current interaction methods each have limitations imposed by the platforms themselves:
A native client would provide a purpose-built interface for AI agent interaction.
Proposed Solution
Cross-platform native app (Tauri/Flutter) reusing existing API Server + Gateway: