Automic VaultAutomic Vault

brew

使用 Homebrew, apk, MacPorts, Nix, pacman, scoop, winget 安装 argocd

查看 argocd 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

代理安全

代理安全回答

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.

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install argocd

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install argocd

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

Linux

Alpine Linux apk已验证 · 92%
sudo apk add argocd

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

Nix已验证 · 92%
nix profile install nixpkgs#argocd

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

Arch Linux pacman已验证 · 92%
sudo pacman -S argocd

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

Windows

Scoop已验证 · 92%
scoop install main/argocd

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

Windows Package Manager已验证 · 92%
winget install --id argoproj.argocd -e

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

概览

软件包摘要

GitOps Continuous Delivery for Kubernetes

命令和别名

  • argocd

历史

项目历史与用法

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.

时间线

  • 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.

安全态势

风险级别:orange

infrastructure mutation or orchestration signal.

风险分类器

orange 风险 · 中 置信度 · infrastructure

原因

  • infrastructure mutation or orchestration signal

信号

  • text:kubernetes

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 构建元数据列出 3 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

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

可执行文件

已安装的可执行文件

命令类型暴露范围备注
argocdcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-25
管理器版本3.4.5
管理器更新时间2026-07-09
本地数据OK
上游not checked
检测到的最新版本未检测到

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

安装元数据

软件包元数据

软件包键brew:argocd
版本3.4.5
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/argocd
主页https://argoproj.github.io/cd/
仓库https://github.com/argoproj/argo-cd
上游文档https://argo-cd.readthedocs.io/
许可证Apache-2.0
源码归档https://github.com/argoproj/argo-cd.git
最后更新2026-07-09T18:54:40Z
Pulseupdated
构建依赖go, node, yarn
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

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

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

argocd

nix profile install nixpkgs#argocd
  • normalized package name match
  • 匹配方式: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 提供
  • normalized package name match
  • 匹配方式: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
  • 匹配方式: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
  • 匹配方式: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
  • 匹配方式: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 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式: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
  • 匹配方式: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
  • 匹配方式: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
  • 匹配方式: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

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • 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