Installation

Hwaro is written in Crystal. You can install it from source or use a pre-built binary.

Homebrew

brew tap hwaro/hwaro
brew install hwaro

From Source

Prerequisites

Build

git clone https://github.com/hahwul/hwaro
cd hwaro
shards install
shards build --release

The binary is created at ./bin/hwaro.

Add to PATH (Optional)

# Copy to a directory in your PATH
sudo cp ./bin/hwaro /usr/local/bin/

# Or add the bin directory to PATH
export PATH="$PATH:$(pwd)/bin"

Verify Installation

hwaro --version

Next Steps