Install Calyptia CLI

You can download the latest release artifacts of the various operating systems from the release page of the Calyptia CLI repository.

Brew

You can use Homebrew to install Calyptia CLI by running the following command:

brew tap calyptia/tap
brew install calyptia

Curl

To install Calyptia CLI using curl, use the following commands.

Linux and macOS

For Linux, macOS, and other Bash-enabled operating systems, use the installation script by running the following command:

curl -sSfl https://raw.githubusercontent.com/calyptia/cli/main/install.sh | bash

Microsoft Windows

To install Calyptia CLI on Windows using PowerShell, use the following command:

curl -sSfL https://raw.githubusercontent.com/calyptia/cli/main/install.ps1 | Invoke-Expression

Last updated