Install

Install Libra with Homebrew or the official installer script

Install

Official Installer

Alternatively, use the official installer:

curl --proto '=https' --tlsv1.2 -sSf https://download.libra.tools/install.sh | sh

Homebrew

Install Libra with Homebrew on macOS or Linux:

brew tap libra-tools/libra
brew install libra

Verify

Verify the installation:

libra --version
libra --help

If you prefer to review the installer before running it:

curl -fsSL https://download.libra.tools/install.sh