Skip to content

Installation

Homebrew (macOS)

brew tap withakay/ito
brew install ito-cli
ito --version

Note: the Homebrew formula name is ito-cli (it installs the ito binary).

Prebuilt Binary (macOS/Linux)

curl -fsSL https://raw.githubusercontent.com/withakay/ito/main/scripts/install.sh | sh
ito --version

Build From Source

make rust-install
ito --version