hermes - 💡(How to fix) Fix [Feature Request] Native Mobile App (iOS & Android) with Voice Calling [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
NousResearch/hermes-agent#11911Fetched 2026-04-18 05:58:18
View on GitHub
Comments
1
Participants
2
Timeline
1
Reactions
2
Author
Timeline (top)
commented ×1
RAW_BUFFERClick to expand / collapse

Feature Description

I'd love to see an official Hermes mobile app for both iOS and Android that supports voice calling — allowing users to have real-time phone conversations with their Hermes AI assistant.

Motivation

Voice communication is the most natural and hands-free way to interact with an AI assistant, especially for:

  • Quick questions while driving, cooking, or exercising
  • Users who prefer speaking over typing
  • Accessibility (visual impairments, difficulty typing)
  • Building a more personal, human-like connection with the assistant

Proposed Solution

A native mobile app (React Native or Flutter for cross-platform) that:

  1. Voice Calls: Tap-to-call / always-listening wake word → real-time voice conversation with Hermes
  2. Text Chat: Full messaging interface mirroring existing platform integrations
  3. Push Notifications: Stay connected and receive timely updates
  4. Authentication: Secure login linking to the user's Hermes account
  5. Audio Pipeline: Uses existing Hermes TTS/STT capabilities (e.g., edge-tts, faster-whisper)
  6. Background Mode: Continue conversations when app is in background

Alternatives Considered

  • Browser-based PWA: Limited functionality, no true push notifications or background audio
  • Third-party VoIP integrations: Adds dependency and complexity; native is cleaner
  • WebRTC bridge: Could work but latency and reliability are concerns

Questions for Maintainers

  1. Is this on the roadmap?
  2. Are there technical docs on the existing voice/audio pipeline?
  3. Would you accept a community PR for this?

Feature Request | Priority: High | Labels: feature-request, mobile, voice

extent analysis

TL;DR

The proposed solution involves developing a native mobile app for iOS and Android to support voice calling with the Hermes AI assistant, utilizing existing TTS/STT capabilities.

Guidance

  • Review the existing Hermes TTS/STT capabilities (e.g., edge-tts, faster-whisper) to understand the audio pipeline and potential integration points.
  • Investigate React Native or Flutter for cross-platform development to determine the best approach for the mobile app.
  • Consider the security implications of implementing secure login and authentication for the mobile app, linking to the user's Hermes account.
  • Evaluate the feasibility of background mode functionality to continue conversations when the app is not in focus.

Example

No code snippet is provided as the issue is a feature request and does not include specific implementation details.

Notes

The proposed solution involves significant development and potential complexity, particularly with regards to audio pipeline integration and background mode functionality.

Recommendation

Apply workaround: While a native mobile app is the proposed solution, a potential workaround could be to explore WebRTC bridge options further, addressing latency and reliability concerns to provide an interim solution.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - 💡(How to fix) Fix [Feature Request] Native Mobile App (iOS & Android) with Voice Calling [1 comments, 2 participants]