Hermex Android

Native Android client for self-hosted Hermes servers

View the Project on GitHub ComputerByte/hermex-android

Hermex Android — Privacy Policy

Applies to: the Hermex Android app distributed as com.hermex.android.

Developer: Brent Duarte

Last updated: 2026-07-17

Canonical URL: https://computerbyte.github.io/hermex-android/privacy/

1. Overview

Hermex Android is an Android client for the Hermes self-hosted AI server, developed in collaboration with Hermes WebUI. The app does not provide a hosted service of its own. It connects only to servers that the user (or someone on their behalf) has configured. The user is the operator of those servers and is responsible for understanding what those servers do with the data they receive.

The app itself:

2. Data the app transmits to a user-configured server

When the user signs in to a server (manually or via a share-target / deep link), the app transmits to that server only what is necessary to make the user-selected feature work:

Anything the server does with that data — including retention, logging, training on conversations, or onward sharing — is governed by the server’s privacy and terms policies, not this one. Hermex is not a party to that relationship.

3. Data the app stores on the device

The app stores the following data locally in Android private app storage:

The app disables Android application backup. Selected attachment bytes are held in memory while they are uploaded; Hermex does not create its own durable local copy of the selected file. The receiving server may retain an uploaded attachment under its own policy.

Retention and deletion

4. Permissions

Hermex may request or declare the following Android permissions to provide core functionality:

Internet (INTERNET)

Used to communicate with AI servers that you configure.

Hermex supports connections to both HTTPS servers and, where enabled by the application, HTTP servers. Because HTTP connections are not encrypted in transit, users should only connect to trusted servers when using HTTP.

Notifications (POST_NOTIFICATIONS)

Used to display notifications generated by the application.

Microphone (RECORD_AUDIO)

Used only when you choose to use voice input or speech recognition features. Speech recognition is provided by your device’s configured recognition service, which may process audio on-device or transmit it to its own servers according to its own privacy practices.

Foreground Service (FOREGROUND_SERVICE and FOREGROUND_SERVICE_DATA_SYNC)

Declared so Hermex can perform long-running tasks, such as maintaining active synchronization or streaming operations while the app is in use. These are normal Android permissions and are not runtime permissions that require user approval.

The app uses Android’s system document or photo picker for attachments and therefore does not request broad storage or media-library permission. It does not request location, contacts, SMS, call logs, camera, or device-identifier permissions.

5. Network Security

Hermex communicates only with AI servers that you explicitly configure.

The application supports secure HTTPS connections and may also permit HTTP connections, depending on your server configuration. HTTPS encrypts data in transit. HTTP does not provide transport encryption and should only be used with servers and networks that you trust.

All conversation data, attachments, and requests are transmitted only to the server that you choose to connect to. Hermex does not route your requests through developer-operated servers.

6. Custom HTTP headers

Advanced users can configure custom HTTP headers per server (for example, to send a reverse-proxy token). Any value the user puts in a custom-header field is sent verbatim to that server on every request. Header names and values are trimmed and invalid blank rows are discarded, but Hermex does not determine whether a header value is safe or appropriate for the selected server. Custom headers are stored in Android private app storage but are not separately encrypted at the application layer (see Section 3).

7. Microphone / voice input

If the user taps voice input and grants microphone permission, Hermex invokes Android’s installed speech-recognition service using the standard SpeechRecognizer API. Depending on the device and the selected recognition service, speech may be processed on the device or transmitted to that service’s provider. That processing is governed by the provider’s privacy policy and device settings.

Hermex receives the resulting text and places it in the message composer. The text is not sent to the user-configured Hermes server until the user sends the message. Hermex does not create a persistent audio recording, but it cannot control whether the installed speech-recognition service retains data.

If microphone permission is denied, voice input is unavailable; the rest of the app continues to work.

8. Notifications

If the user has granted POST_NOTIFICATIONS (Android 13+), the app posts notifications for chat events such as a long-running turn completing while the user is in another app. Notification content is taken from the local app state — the notification surface is rendered by the Android system, not by Hermex.

If POST_NOTIFICATIONS is denied, the app does not post notifications; everything else continues to work. The user can change this in the app’s settings or in Android Settings → Apps → Hermex → Notifications.

9. System file picker

When the user attaches a file, the app launches the Android system file picker (ACTION_OPEN_DOCUMENT or the photo picker). The app only sees files the user explicitly selects. It does not enumerate, read, or upload any other files on the device.

10. What this app does not do

11. Children

The app is a general-purpose tool for connecting to a user-configured server. It does not target children as an audience.

12. International transfers

Because the app does not operate its own backend, international data transfers may occur when the user connects to a server outside their jurisdiction or when the device’s speech-recognition provider processes optional voice input elsewhere. Those transfers are governed by the configured server operator’s or recognition provider’s policies.

13. Changes to this policy

If the app’s data handling changes materially (for example, a new optional telemetry feature), this policy and the in-app privacy-policy link will be updated. The Play Store listing will reflect the new wording.

14. Contact

For privacy questions about the Hermex Android app, contact:

Developer: Brent Duarte

Email: brentduarte28@gmail.com

Subject line prefix: [Hermex Android privacy]

For privacy questions about the underlying Hermes server, contact the operator of the server the user is connecting to.


This policy is intended to remain publicly available at its canonical HTTPS URL. It should be reviewed whenever Hermex’s data handling changes.