Hanzo CLI
Code, deploy, debug from the shell
A terminal AI engineer that reads your repo, writes the diff, runs the tests, and ships to Hanzo Cloud — without leaving your shell.
The shell is the IDE
Stay in your terminal. The CLI handles the rest.
AI Pair Programmer
Plan, edit, and ship code with a model in your terminal. Natural language in, working diffs out, every step explained.
Repo-Aware
Reads your code, conventions, and tests before it writes. No copy-paste prompts — the CLI grounds itself in your repo.
Debug, Don't Guess
Stack trace in, root cause out. Reproduce, narrow, patch, and verify — without leaving your shell.
Deploy From the Shell
One command from your branch to production on Hanzo Cloud. Build, deploy, tail logs, roll back — all in the CLI.
Scriptable
Compose with pipes, exit codes, and JSON output. Drop it into Makefiles, CI jobs, and git hooks like any other Unix tool.
Git-Native
Branch, commit, review, and PR with one prompt. The CLI follows your conventions and writes commits you'd actually merge.
One install. Every workflow.
From curl to your first deploy in under a minute.
# Install
curl -sSL https://hanzo.sh | sh
# Sign in
hanzo login
# Ask the CLI to do anything
hanzo "add JWT auth to this Express app and write tests"
# Deploy from the current branch
hanzo deploy
# Tail production logs
hanzo logs --followYour shell. Now with a senior engineer in it.
Install once. Use it everywhere — local repos, CI, remote machines, hot fixes at 2am.