Credential access
Reads Argo CD tokens, kubeconfig, and repository credentials.
brew
GitOps Continuous Delivery for Kubernetes. Version 3.4.4 via Homebrew; verified 2026-06-18.
agent safety
argocd controls GitOps applications and live cluster deployment state.
Reads Argo CD tokens, kubeconfig, and repository credentials.
Can sync, rollback, delete, and change applications.
Can deploy Git-sourced artifacts into clusters.
Gate sync, app delete, rollback, and credential commands.
Allow app status reads; require approval for syncs, deletes, and project changes.
install
brew install argocdlocal Homebrew formula metadata
sudo port install argocdMacPorts ports tree · devel/argocd/Portfile · source: api.github.com
sudo apk add argocdAlpine Linux edge package indexes · argocd · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#argocdnixpkgs package indexes · pkgs/by-name/ar/argocd/package.nix · source: api.github.com
sudo pacman -S argocdArch Linux sync databases · argocd · source: geo.mirror.pkgbuild.com
scoop install main/argocdScoop official bucket manifest trees · bucket/argocd.json · source: api.github.com
winget install --id argoproj.argocd -eWindows Package Manager source index · argoproj.argocd · source: cdn.winget.microsoft.com
overview
GitOps Continuous Delivery for Kubernetes
history
Argo CD is a declarative GitOps continuous delivery system for Kubernetes. It continuously compares application definitions stored in Git with the live cluster state and drives Kubernetes resources toward the declared desired state.
Argo CD is part of the Argo project family. The upstream README describes the project as declarative continuous delivery for Kubernetes and emphasizes version-controlled application definitions plus automated, auditable lifecycle management.
CNCF records Argo as accepted on March 26, 2020 at the Incubating maturity level and promoted to Graduated on December 6, 2022. That graduation is the official marker that Argo, including Argo CD as the best-known GitOps component, had become stable and broadly adopted in cloud-native production environments.
Argo CD adoption grew with GitOps and Kubernetes platform engineering. The upstream repository maintains an official users list with hundreds of organizations and the CNCF project page links case studies and project insights, indicating use by large enterprises, cloud-native vendors, universities, and platform teams.
Its package-manager footprint reflects that adoption: the input records Homebrew, apk, MacPorts, Nix, pacman, Scoop, and WinGet packages, which is typical for a CLI that developers run locally while operators deploy the controller in clusters.
The `argocd` CLI is used to log in to an Argo CD API server, manage application definitions, sync or inspect applications, switch contexts, and configure local client state. Official command docs show the client config path defaulting to an XDG-style `argocd/config` file and the `argocd configure` command managing local configuration.
Operationally, package users often install the CLI with Homebrew for day-to-day interaction while installing the controller via manifests or Helm in Kubernetes. The package is therefore both a workstation tool and a control-plane companion.
Argo CD is one of the packages that made `brew install argocd` feel normal for Kubernetes operators: a Go CLI with frequent releases, completions, auth material in a local config file, and tight coupling to a Kubernetes-native controller.
It also represents a modern packaging split: the formula supplies the CLI binary, while most runtime deployment happens through Kubernetes YAML or Helm charts. That split is common for cloud-native tools but still important for reproducible developer laptops and automation runners.
security posture
infrastructure mutation or orchestration signal.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.argocd/config$XDG_CONFIG_HOME/argocd/config~/.config/argocd/configCredential-bearing paths to review before unattended agent runs.
~/.argocd/config$XDG_CONFIG_HOME/argocd/config~/.config/argocd/configexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
argocd | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/argoproj/argo-cd
install metadata
| Package key | brew:argocd |
|---|---|
| Version | 3.4.4 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/argocd |
| Homepage | https://argoproj.github.io/cd/ |
| Repository | https://github.com/argoproj/argo-cd |
| Upstream docs | https://argo-cd.readthedocs.io/ |
| License | Apache-2.0 |
| Source archive | https://github.com/argoproj/argo-cd.git |
| Last updated | 2026-06-18T13:22:09Z |
| Pulse | updated |
| Build dependencies | go, node, yarn |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | argocd |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
argocd
nix profile install nixpkgs#argocdargocd 3.4.1-r1
Declarative continuous deployment for Kubernetes
https://argo-cd.readthedocs.io/
sudo apk add argocdargocd-bash-completion 3.4.1-r1
Bash completions for argocd
https://argo-cd.readthedocs.io/
sudo apk add argocd-bash-completionargocd-doc 3.4.1-r1
Declarative continuous deployment for Kubernetes (documentation)
https://argo-cd.readthedocs.io/
sudo apk add argocd-docargocd-zsh-completion 3.4.1-r1
Zsh completions for argocd
https://argo-cd.readthedocs.io/
sudo apk add argocd-zsh-completionargocd 3.4.2-1
Declarative continuous deployment for Kubernetes
https://argo-cd.readthedocs.io/en/stable/
sudo pacman -S argocdargocd
sudo port install argocdmain/argocd
scoop install main/argocdargoproj.argocd
winget install --id argoproj.argocd -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.