Skip to main content
Version: v0.11.x

CLI Installation

The OpenChoreo CLI (occ) is the command-line interface for managing OpenChoreo resources, projects, and deployments.

Installation​

First, download the appropriate binary from the GitHub release:
  • macOS (Intel): occ_v0.11.0_darwin_amd64.tar.gz
  • macOS (Apple Silicon): occ_v0.11.0_darwin_arm64.tar.gz
  • Linux (x64): occ_v0.11.0_linux_amd64.tar.gz
  • Linux (ARM): occ_v0.11.0_linux_arm64.tar.gz
macOS/Linux:
tar -xzf occ_v0.11.0_<platform>.tar.gz
chmod +x occ
sudo mv occ /usr/local/bin/

Verify Installation​

occ version

See Also​