Skip to content

Instantly share code, notes, and snippets.

@natew
Created July 2, 2026 21:19
Show Gist options
  • Select an option

  • Save natew/2598152e8dbde960d7e78c91ed46b6c8 to your computer and use it in GitHub Desktop.

Select an option

Save natew/2598152e8dbde960d7e78c91ed46b6c8 to your computer and use it in GitHub Desktop.
Agentbus iOS app privacy policy

Agentbus Privacy Policy

Last updated: July 2, 2026

Agentbus is a client for the agentbus daemon you run on your own computer. It shows and controls the AI coding agent sessions on machines you pair with. We designed it so your data stays yours.

What the app collects

Nothing is sent to us. There are no accounts, no sign-in, and no cloud service operated by the Agentbus developers. The app has no third-party analytics or tracking SDKs.

All session data — transcripts, summaries, activity, diffs, terminal output — lives on the machines you pair and moves directly between your device and your own daemon over a connection you configure (local network, your own Tailscale tailnet, or a tunnel you set up). It never passes through our servers, because we don't have any.

What stays on your device

  • Pairing credentials (your daemon's URL, access token, and optional PIN) are stored in the iOS Keychain on your device.
  • Voice dictation: if you use the microphone for dictation, the audio is sent only to your own paired daemon, which transcribes it locally (Whisper) and discards the audio. Nothing is sent to a third-party speech service.

What Apple collects

If you install the app through TestFlight or the App Store, Apple may collect crash logs and usage diagnostics and share them with us according to your iOS settings and Apple's privacy policy. That data does not include your session content.

Your agents' providers

Agentbus wraps CLI coding agents (Claude Code, Codex, and others) that you install and authenticate yourself. Those tools talk to their own providers under the terms you agreed to with them; Agentbus does not add any data sharing of its own.

Changes and contact

If this policy changes, the update will appear in this file with a new date.

Questions or concerns: nate@tamagui.dev, or open an issue on this repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment