Everything happens in the open — no support tickets, no inboxes that go to /dev/null. File an issue, start a discussion, or scan the FAQ below.
Found a bug, crash, or unexpected behavior? Open a GitHub Issue with steps to reproduce. Triaged in the open, fixed in the open.
github.com/issuesHave a question, feature idea, or want to share how you use the app? Start a thread — the community is friendly and the maintainer reads every post.
github.com/discussionsYes, fully free — no ads, no in-app purchases, no premium tier. The app is MIT-licensed and the source is on GitHub. There are no plans to monetize it.
No. There is no developer-operated backend. The app talks directly from your phone to the Argo CD server URL you configure. Nothing transits any third-party servers.
See the Privacy Policy for the full breakdown.
Open the app, tap Add Server, and enter the URL of your Argo CD server (for example https://cd.apps.example.com). The app supports OIDC/PKCE for SSO sign-in or username/password as a fallback.
Your server must be reachable from the device — that may mean being on a corporate VPN, a Tailscale net, or having the Argo CD endpoint exposed to the internet behind your existing auth.
The app targets the public Argo CD HTTP API and works with any reasonably recent version (2.x and later). If something breaks against a specific version, please file an issue with the version number and steps to reproduce.
iOS only trusts certificates signed by a CA in the system trust store. To use a self-signed cert, install the root CA on your device as a trusted profile (Settings → General → VPN & Device Management → Certificate Trust). Beyond that, the app uses standard URLSession validation.
ArgoCD Mobile is an independent, community-built client for the Argo CD project. Argo CD is a trademark of its respective owners.
Pull requests are welcome. The app is built with React Native. Browse open issues labeled good-first-issue, or open a discussion first if you want to scope a larger change.