Skip to content

HAIAI CLI v0.1.10

Choose a tag to compare

@github-actions github-actions released this 24 Mar 09:02
· 175 commits to main since this release
69a0a3e

HAIAI CLI v0.1.10

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.1.10/haiai-cli-0.1.10-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.1.10/haiai-cli-0.1.10-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