// Support

Need a hand? We're on GitHub.

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.

Report an issue

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/issues

Discussions

Have 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/discussions
// FAQ

Frequently asked.

Is ArgoCD Mobile really free? Will that change?

Yes, 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.

Do you have access to my Argo CD data?

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.

How do I connect to my Argo CD instance?

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.

Which Argo CD versions are supported?

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.

Can I use a self-signed certificate?

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.

Is this an official Argo project?

ArgoCD Mobile is an independent, community-built client for the Argo CD project. Argo CD is a trademark of its respective owners.

How can I contribute?

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.