Drisse is a remote-control application that lets you pilot AI coding agents running on your own infrastructure. This policy describes what data the Drisse mobile app and the optional hosted relay handle, and what stays exclusively on devices you control.
TL;DR. Drisse uses a Bring-Your-Own-Server model. Your code, your prompts, your shell sessions, and your AI agent's responses all live on machines you operate. Drisse never reads them, copies them, or trains on them. The hosted relay only forwards encrypted traffic between your phone and your servers.
The Drisse iOS app stores the following locally on your device:
The relay (the control-plane your agent connects to) forwards real-time messages between the mobile app and the agent. By default, this is the public relay at drisse.app; you can also self-host the relay binary.
The public relay handles the following data in transit and stores a small amount at rest:
The relay does not store: your source code, full file contents, your AI agent's reasoning text outside the ring buffer window, your shell history, your SSH credentials, or any data from the machines you connect to beyond what the agent explicitly streams over the active session.
The agent binary you install on your own machine has full access to that machine's filesystem and shell — that is the point. None of the following is ever transmitted to the relay or to Drisse:
Drisse uses the following services strictly to operate the app:
drisse.app.No analytics SDK, no advertising SDK, no crash reporting that ships data outside your device. Drisse does not sell, share, or rent any data to third parties.
Drisse uses iOS Face ID / Touch ID to gate sensitive operations such as approving an AI tool call. Biometric data never leaves your device — Drisse only receives a yes/no result from the OS.
Drisse is a developer tool not directed at children under 13. We do not knowingly collect data from children.
All client-relay-agent traffic is end-to-end TLS. Agent authentication is Ed25519 certificate-based, with per-device keys generated locally. Approvals are gated by iOS biometric prompts. The relay enforces per-pairing rate limits and audits sensitive actions.
If this policy materially changes, the new version will be published at this URL with an updated date. Continued use of Drisse after a change constitutes acceptance.
Questions, requests for deletion, or security disclosures: olivier@devivie.fr.