Skip to content

HAIAI CLI v0.2.2

Choose a tag to compare

@github-actions github-actions released this 08 Apr 16:36
· 68 commits to main since this release

HAIAI CLI v0.2.2

Unified haiai binary with CLI + built-in MCP server.

Install

From crates.io:

cargo install haiai-cli

From prebuilt binary:

# macOS (Apple Silicon)
curl -LO https://github.com/HumanAssisted/haiai/releases/download/rust/v0.2.2/haiai-cli-0.2.2-darwin-arm64.tar.gz
tar xzf haiai-cli-*.tar.gz
sudo mv haiai-cli /usr/local/bin/haiai

# Linux (x86_64)
curl -LO https://github.com/HumanAssisted/haiai/releases/download/rust/v0.2.2/haiai-cli-0.2.2-linux-x64.tar.gz
tar xzf haiai-cli-*.tar.gz
sudo mv haiai-cli /usr/local/bin/haiai

Start MCP server (stdio):

haiai mcp

Verify checksums

shasum -a 256 -c sha256sums.txt