Install Calyptia CLI

Calyptia CLI is compatible with Linux, macOS, and Windows for both arm64 and x86_64 architectures. Use one of the following methods to install Calyptia CLI:

MethodLinuxmacOSWindows
Homebrew
Curl
Direct download

If you deployed Calyptia Core on a Linux server, Calyptia CLI was already installed locally on your behalf. You don't need to install it again.

Homebrew

To install Calyptia CLI using Homebrew, run the following commands:

brew tap calyptia/tap
brew install calyptia

These commands always fetch the latest version of Calyptia CLI.

Curl

To install Calyptia CLI using curl, run the following command, which is the same for both Zsh and Bash:

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

This command always fetches the latest version of Calyptia CLI.

Direct download

To install Calyptia CLI by downloading its files directly:

  1. Go to the Calyptia CLI release page (opens in a new tab).
  2. Locate the latest release artifact and download the .tar.gz archive that corresponds to your operating system and architecture.
  3. Extract the Calyptia CLI binary from the archive that you downloaded.
  4. Run the executable file to install Calyptia CLI.

Alternatively, you can download the Calyptia CLI source code from its release page and compile it yourself.

Update Calyptia CLI

To update Calyptia CLI, use any of the previous methods to run the Calyptia CLI installation process again. If you use the direct download method, be sure to download the release artifact for the latest version of Calyptia CLI.