Claude Code Remote (“the App”) is an open-source mobile application that connects to a self-hosted server you operate on your own infrastructure. This policy explains what data the App handles and how.
Architecture & Data Flow
The App communicates directly with a server you run on your own hardware over your private Tailscale network. There is no cloud relay, no third-party proxy, and no account system operated by us. Your code, prompts, and session history travel only between your device and your server — encrypted end-to-end by Tailscale’s WireGuard mesh.
Data We Do Not Collect
We do not collect, store, transmit, or have access to any of the following:
- Source code, prompts, or session content
- Personal information (name, email, location)
- Usage analytics or behavioral telemetry
- Device identifiers or advertising IDs
- Server addresses or network configuration
Push Notifications
Push notifications are the one area where data leaves your private network, by design. When enabled, notification payloads route through Expo’s push service and Apple’s (APNs) or Google’s (FCM) notification infrastructure. These payloads contain only operational metadata — session name, tool name, and status — never code or prompt content.
Push notifications are entirely optional. You can disable them at any time in the App’s settings or at the OS level.
Expo Push Token
When you enable push notifications, the App registers an Expo push token with your self-hosted server. This token is used solely to deliver notifications to your device. It is stored on your server — not by us. If you disable notifications, the token is deregistered.
Local Storage
The App stores a small amount of configuration data locally on your device using encrypted storage (Expo SecureStore):
- Server connection details (host address and port) so you don’t have to re-enter them each time
This data never leaves your device and can be cleared by uninstalling the App.
Third-Party Services
The App itself does not integrate any third-party analytics, crash reporting, or advertising SDKs. The only external services involved are:
- Expo Push Notifications — for delivering push notifications when enabled
- Apple APNs / Google FCM — the platform notification infrastructure required by iOS and Android
Children’s Privacy
The App is not directed at children under 13 and does not knowingly collect any personal information from children.
Changes to This Policy
If this policy is updated, the revised version will be posted at this URL with an updated effective date. Since the App does not collect contact information, we cannot notify you directly — check back periodically if you have concerns.
Contact
If you have questions about this privacy policy, you can open an issue on the GitHub repository or reach out via the contact information on gldc.io.