We collect nothing.
ArgoCD Mobile has no servers, no accounts, and no telemetry. Your credentials and deployment data live on your device and travel only between your phone and the Argo CD server you point it at.
- No analytics SDKs
- No crash reporting
- No user accounts
- No third-party tracking
- No advertising
- Open source & auditable
What we collect
Nothing on our side. ArgoCD Mobile does not operate any servers and does not transmit any data to the developer. There are no analytics services, no crash reporters, no advertising SDKs, and no user accounts.
The only data the app handles is information you explicitly enter or that your Argo CD server returns:
- The URL of your Argo CD instance
- Authentication credentials (OIDC tokens or username/password)
- Application data returned by the Argo CD API (manifests, statuses, logs, events)
Data storage
All sensitive data is stored locally on your device:
- OIDC tokens and refresh tokens are stored in the iOS
Keychain, hardware-protected by the Secure Enclave on supported devices. - Server URLs and non-sensitive preferences are stored in standard iOS app storage (
UserDefaults). - Application data from your Argo CD instance is held in memory while the app is running and is not persisted to disk.
Username/password credentials, if used, are also kept in the iOS Keychain. Removing the app from your device removes all stored data.
Network communication
The app communicates only with two destinations, both of which you control:
- The Argo CD server at the URL you configure.
- Your identity provider, when signing in via OIDC/PKCE.
All communication uses HTTPS. The app does not route traffic through any proxy operated by the developer or any third party.
Third parties
ArgoCD Mobile is built with React Native and does not embed any analytics, advertising, or tracking SDKs. It depends only on standard React Native networking and storage modules plus a small number of open-source libraries that run entirely on-device. None of them transmit data off the device.
The App Store itself is operated by Apple and is subject to Apple's Privacy Policy.
Children's privacy
ArgoCD Mobile is a developer tool intended for IT and engineering professionals. It is not directed at children under 13 and we do not knowingly collect any data from anyone, regardless of age.
Changes to this policy
If this policy changes in any meaningful way, the change will be committed to the public GitHub repository with full version history. The "Last updated" date below will also change.
Contact
Questions or concerns about privacy are welcome as GitHub Issues on the project repository — public, traceable, and answered in the open.
LAST UPDATED · 2026-05-04