Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

hurozo-cli binaries

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.

Releases

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.0
  • hurozo-cli-darwin-amd64-0.1.0
  • hurozo-cli-linux-amd64-0.1.0

Install

macOS (Apple Silicon)

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-cli

macOS (Intel)

VERSION=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-cli

Linux (x86_64)

VERSION=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-cli

Quick start

hurozo-cli login
hurozo-cli

About

Hurozo Agentic Assistant

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors