← holler

Privacy policy

Effective date: August 24, 2026

This is the privacy policy for Holler, an Android SSH client ("we", "us").

What data the app collects

The app collects the minimum data needed to function as an SSH client.

DataWhenWhere it's storedSent to us?
SSH hostname, port, usernameWhen you fill in the connect formOn your device only (Android DataStore)No
SSH passwordWhile a session is activeIn memory only by default. If you tick "Remember password" on a profile, written on-device through androidx.security.crypto.EncryptedFile (AES-256-GCM, master key in Android Keystore). Unticking the box deletes the ciphertext immediately.No
SSH private keys (if you import any)When you import themOn your device, encrypted via androidx.security.crypto.EncryptedFile (AES-256-GCM, master key in Android Keystore)No
Private-key passphrasesWhen prompted during connectIn memory only — never written to diskNo
SSH host-key fingerprintsAfter the first successful connect to each serverOn your device only (DataStore), used to detect host-key changes on later connectsNo
Terminal session contents (commands, output)While a session is activeIn memory onlyNo
Microphone audio (voice typing)When you tap Gboard's micHandled entirely by Google's Gboard, not HollerNo (Gboard's privacy policy applies)

The app does not collect or transmit:

What the app sends over the network

When you initiate an SSH connection, the app opens a TCP connection to the hostname and port you specified, and conducts the SSH protocol with that server. No traffic goes to any third party, including us.

If you enable Gboard voice dictation, the audio is captured and transcribed by Gboard (a Google product) before the resulting text is delivered to Holler. Holler has no visibility into the audio. Gboard's data handling is governed by Google's privacy policy.

Background SSH sessions

When you have at least one active SSH connection, Holler runs a foreground service so Android won't kill the process while you switch to another app. This is what keeps tmux sessions, long-running commands, and Claude Code instances alive while you're not looking at the app.

The service:

If you want zero background activity, close all session tabs (Ctrl+W or the × on each tab). The service stops and Android treats the app as ordinary foreground-only.

Third-party libraries

The app is built on:

None of these libraries make network calls of their own beyond the SSH connection you initiate. They do not phone home.

Permissions the app requests

Holler does not request microphone permission. Voice typing runs entirely inside Gboard, which already has its own permissions; the app never receives audio.

Data retention and deletion

To delete all data the app has stored, uninstall the app. Android removes all app-private storage on uninstall, which includes connection details and any imported keys.

Children's privacy

The app is not directed at children under 13 and does not knowingly collect data from them.

Contact

Questions: support@hollerssh.com

Changes to this policy

If we change this policy, the new version will be published at this URL with a new effective date. Material changes (e.g. the app starts collecting new data) will be announced in the app's release notes.