Automic VaultAutomic Vault

brew

argocd mit Homebrew, apk, MacPorts, Nix, pacman, scoop, winget installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für argocd in AI-Agent-Workflows.

Agent-Sicherheit

Antwort zur Agent-Sicherheit

argocd controls GitOps applications and live cluster deployment state.

Credential-Zugriff

Reads Argo CD tokens, kubeconfig, and repository credentials.

Änderungen an Remote-Zustand

Can sync, rollback, delete, and change applications.

Publish-/Artefakt-Risiko

Can deploy Git-sourced artifacts into clusters.

Empfohlene Kontrolle

Gate sync, app delete, rollback, and credential commands.

Hinweise für Agent-Nutzung

Allow app status reads; require approval for syncs, deletes, and project changes.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install argocd

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install argocd

MacPorts ports tree · devel/argocd/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add argocd

Alpine Linux edge package indexes · argocd · Quelle: dl-cdn.alpinelinux.org

Nixverifiziert · 92%
nix profile install nixpkgs#argocd

nixpkgs package indexes · pkgs/by-name/ar/argocd/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S argocd

Arch Linux sync databases · argocd · Quelle: geo.mirror.pkgbuild.com

Windows

Scoopverifiziert · 92%
scoop install main/argocd

Scoop official bucket manifest trees · bucket/argocd.json · Quelle: api.github.com

Windows Package Managerverifiziert · 92%
winget install --id argoproj.argocd -e

Windows Package Manager source index · argoproj.argocd · Quelle: cdn.winget.microsoft.com

Überblick

Paketzusammenfassung

GitOps Continuous Delivery for Kubernetes

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 2020-03-26: Argo accepted into CNCF at Incubating maturity.
  • 2022-12-06: Argo promoted to CNCF Graduated maturity.
  • Current: Upstream README lists Argo CD as declarative GitOps continuous delivery for Kubernetes and links official docs, user list, releases, and community channels.

Related projects

  • Other Argo projects include Argo Workflows, Argo Rollouts, and Argo Events.
  • Argo CD Image Updater, ApplicationSet, Helm, Kustomize, and config-management plugins are common ecosystem companions.

Sicherheitslage

Risikostufe: orange

infrastructure mutation or orchestration signal.

Risikoklassifikator

orange Risiko · mittel Konfidenz · infrastructure

Warum

  • infrastructure mutation or orchestration signal

Signale

  • text:kubernetes

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Build-Metadaten listen 3 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/.argocd/config$XDG_CONFIG_HOME/argocd/config~/.config/argocd/config

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.argocd/config$XDG_CONFIG_HOME/argocd/config~/.config/argocd/config

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
argocdcliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-25
Manager-Version3.4.5
Manager aktualisiert2026-07-09
lokale DatenOK
Upstreamnot checked
neueste erkannte Versionnicht erkannt

https://github.com/argoproj/argo-cd

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:argocd
Version3.4.5
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/argocd
Homepagehttps://argoproj.github.io/cd/
Repositoryhttps://github.com/argoproj/argo-cd
Upstream-Dokumentationhttps://argo-cd.readthedocs.io/
LizenzApache-2.0
Quellarchivhttps://github.com/argoproj/argo-cd.git
Zuletzt aktualisiert2026-07-09T18:54:40Z
Pulseupdated
Build-Abhängigkeitengo, node, yarn
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameargocd
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Nix95%

argocd

nix profile install nixpkgs#argocd
  • normalized package name match
  • Abgeglichen nach: Argocd
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ar/argocd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

argocd 3.4.1-r1

Declarative continuous deployment for Kubernetes

https://argo-cd.readthedocs.io/

sudo apk add argocd
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: argocd
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Argocd
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: argocd from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

argocd-bash-completion 3.4.1-r1

Bash completions for argocd

https://argo-cd.readthedocs.io/

sudo apk add argocd-bash-completion
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: argocd
  • normalized package name match
  • Abgeglichen nach: Argocd
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: argocd-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

argocd-doc 3.4.1-r1

Declarative continuous deployment for Kubernetes (documentation)

https://argo-cd.readthedocs.io/

sudo apk add argocd-doc
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: argocd
  • normalized package name match
  • Abgeglichen nach: Argocd
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: argocd-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

argocd-zsh-completion 3.4.1-r1

Zsh completions for argocd

https://argo-cd.readthedocs.io/

sudo apk add argocd-zsh-completion
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: argocd
  • normalized package name match
  • Abgeglichen nach: Argocd
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: argocd-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
pacman95%

argocd 3.4.2-1

Declarative continuous deployment for Kubernetes

https://argo-cd.readthedocs.io/en/stable/

sudo pacman -S argocd
  • License: Apache-2.0
  • Architecture: x86_64
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Argocd
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: argocd from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

argocd

sudo port install argocd
  • normalized package name match
  • Abgeglichen nach: Argocd
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/argocd/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/argocd

scoop install main/argocd
  • normalized package name match
  • Abgeglichen nach: Argocd
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/argocd.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

argoproj.argocd

winget install --id argoproj.argocd -e
  • normalized package name match
  • Abgeglichen nach: Argocd
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: argoproj.argocd from https://cdn.winget.microsoft.com/cache/source.msix

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated agent safety answer
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment