Skip to main content
The Argo CD CLI (argocd) is a powerful command-line tool for managing Argo CD applications, repositories, clusters, and projects. This page covers installation methods for all major operating systems.

Linux and WSL

ArchLinux

Install via the package manager:

Homebrew

If you have Homebrew installed on Linux:

Download With Curl

Download and install the latest release:

macOS

The easiest way to install on macOS:

Download With Curl

Windows

Download With PowerShell

Download the latest version:

Add to PATH

Add the Argo CD CLI to your PATH environment variable:
Replace C:\Path\To\ArgoCD-CLI with the actual directory where you saved argocd.exe.

Verify Installation

After installation, verify that the CLI is working:
You should see output similar to:

Next Steps

CLI Overview

Learn CLI basics and authentication

App Commands

Manage applications with the CLI