Hanzo CLI · Developers

A senior engineer in your shell

One CLI for the whole stack. Plan, edit, and ship code with a model in your terminal — then build, deploy, and tail logs on Hanzo Cloud without leaving the shell.

Open source (Apache-2.0). One binary — macOS, Linux, and CI.

What is Hanzo CLI

Your terminal, now agentic

The same command line you already live in, with a model that understands your repo and a direct line to Hanzo Cloud.

01

AI pair programmer

Natural language in, working diffs out — every step explained. The CLI grounds itself in your repo before it writes a line.

02

Deploy from the shell

One command from your branch to production on Hanzo Cloud — build, deploy, tail logs, and roll back.

03

Scriptable by design

Pipes, exit codes, and JSON output. Drop it into Makefiles, CI jobs, and git hooks like any other Unix tool.

Capabilities

Everything the stack needs, one command away

Repo-aware

Reads your code, conventions, and tests before it writes — no copy-paste prompts.

Debug, don’t guess

Stack trace in, root cause out. Reproduce, narrow, patch, and verify without leaving your shell.

Any coding agent

Run dev or any coding agent from the terminal, grounded in the current repository.

Build & deploy

Build images and deploy to Hanzo Cloud; tail logs and roll back with a single command.

Cloud login

Authenticate once; the CLI carries your Hanzo identity to every command and surface.

Automation-ready

Structured output and stable exit codes make it a first-class citizen in CI.

Get started

From install to deploy in four lines

bash
# Install the Hanzo CLI
curl -fsSL hanzo.sh | bash

# Log in to Hanzo Cloud
hanzo login

# Run a coding agent against your repo
hanzo dev "add rate limiting to the /v1/chat endpoint"

# Build and deploy the current project
hanzo deploy

Install once. Use it everywhere.

Local repos, CI, remote machines, hot fixes at 2am — the CLI comes with you.

Open source

License: Apache-2.0hanzoai/cli

Get CLI

One CLI for the whole stack