Hurozo is a platform for building modular AI agents and orchestrating real workflows with shared context, approvals, and reusable automation.
hurozo-cli brings that experience into the terminal as an agentic assistant. It lets you work directly from your shell while calling the agents you built in Hurozo as tools, so research, execution, and coordination stay in one flow.
This repository stores release binaries for hurozo-cli.
Download binaries from the Releases page:
Published assets follow this naming scheme:
hurozo-cli-darwin-arm64-<version>hurozo-cli-darwin-amd64-<version>hurozo-cli-linux-amd64-<version>
Example for v0.1.0:
hurozo-cli-darwin-arm64-0.1.0hurozo-cli-darwin-amd64-0.1.0hurozo-cli-linux-amd64-0.1.0
VERSION=0.1.0
curl -L -o hurozo-cli "https://github.com/hurozo/hurozo-cli/releases/download/v${VERSION}/hurozo-cli-darwin-arm64-${VERSION}"
chmod +x hurozo-cli
sudo mv hurozo-cli /usr/local/bin/hurozo-cliVERSION=0.1.0
curl -L -o hurozo-cli "https://github.com/hurozo/hurozo-cli/releases/download/v${VERSION}/hurozo-cli-darwin-amd64-${VERSION}"
chmod +x hurozo-cli
sudo mv hurozo-cli /usr/local/bin/hurozo-cliVERSION=0.1.0
curl -L -o hurozo-cli "https://github.com/hurozo/hurozo-cli/releases/download/v${VERSION}/hurozo-cli-linux-amd64-${VERSION}"
chmod +x hurozo-cli
sudo mv hurozo-cli /usr/local/bin/hurozo-clihurozo-cli login
hurozo-cli