Skip to main content

Installation

Anemos is a single binary CLI tool that can be installed by downloading the latest release from the GitHub releases page. Download the appropriate binary for your operating system and architecture, and place it in a directory that is included in your system's PATH.

You can use the following commands to download the latest release of Anemos:

curl -L -o anemos.tar.gz https://github.com/ohayocorp/anemos/releases/latest/download/anemos-linux-amd64.tar.gz && \
tar -xzf anemos.tar.gz && \
rm anemos.tar.gz && \
chmod +x anemos && \
sudo mv anemos /usr/local/bin/