Skip to content

hanzoai/dev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Hanzo Dev CLI

npm i -g @hanzo/dev
or pip install hanzo-dev

Hanzo Dev is an AI-powered coding agent that runs locally on your computer, based on OpenAI Codex with GPT-5 readiness.

Built by Hanzo AI - Advanced AI infrastructure and tooling
If you want Hanzo Dev in your code editor (VS Code, Cursor, Windsurf), install in your IDE
For the cloud-based version, visit hanzo.ai/dev

Codex CLI splash


Quickstart

Installing and running Codex CLI

Install globally with your preferred package manager. If you use npm:

npm install -g @hanzo/dev

Alternatively, if you use pip:

pip install hanzo-dev

Then simply run hanzo to get started:

hanzo
You can also go to the latest GitHub Release and download the appropriate binary for your platform.

Each GitHub Release contains many executables, but in practice, you likely want one of these:

  • macOS
    • Apple Silicon/arm64: codex-aarch64-apple-darwin.tar.gz
    • x86_64 (older Mac hardware): codex-x86_64-apple-darwin.tar.gz
  • Linux
    • x86_64: codex-x86_64-unknown-linux-musl.tar.gz
    • arm64: codex-aarch64-unknown-linux-musl.tar.gz

Each archive contains a single entry with the platform baked into the name (e.g., codex-x86_64-unknown-linux-musl), so you likely want to rename it to codex after extracting it.

Using Hanzo Dev with your AI provider

Hanzo Dev login

Run hanzo and select Sign in with your AI provider. Hanzo Dev supports multiple AI providers including OpenAI (GPT-5 ready), Anthropic Claude, and local models. You can sign in with your ChatGPT account to use as part of your Plus, Pro, Team, Edu, or Enterprise plan.

You can also use Hanzo Dev with an API key from any supported provider. See authentication documentation for setup details. If you're having trouble with login, please visit our support.

Model Context Protocol (MCP)

Hanzo Dev supports MCP servers with enhanced capabilities. Enable by adding an mcp_servers section to your ~/.hanzo/config.toml.

Configuration

Hanzo Dev supports a rich set of configuration options, with preferences stored in ~/.hanzo/config.toml. For full configuration options, see Configuration.


Docs & FAQ


License

This repository is licensed under the Apache-2.0 License.

About

Lightweight coding agent that runs in your terminal

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 93.6%
  • JavaScript 2.3%
  • Shell 2.1%
  • Python 0.9%
  • TypeScript 0.5%
  • PowerShell 0.2%
  • Other 0.4%