One binary · One contract · 67 capabilities

The AI cloud you can run yourself

One open-source binary is the whole cloud — 67 capabilities behind one API, from identity and inference to data, observability, and commerce. The same binary we run in production runs on your laptop, your GPU, or your own cluster. The network is the cloud.

$curl hanzo.sh | sh

Installs the hanzo CLI. Then hanzo login to get started.

67
Capabilities
436
Models
600+
MCP servers
7
SDK languages

Quick Start

Install the CLI, log in, and reach every capability from your terminal.

Terminal
# Install the Hanzo CLI
curl hanzo.sh | sh

# Log in (opens browser for OAuth)
hanzo login

# You're ready — try some things:
hanzo chat "Explain quantum computing"
hanzo models list
hanzo keys create my-project
hanzo deploy ./my-app
Python SDK
# Or use the Python SDK directly
pip install hanzoai

# Use with any OpenAI-compatible code
from hanzoai import Hanzo

client = Hanzo()  # reads HANZO_API_KEY
response = client.chat.completions.create(
    model="zen4",
    messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)

One binary. The whole platform.

Every capability has one name and one route. Browse by domain — click any card to go deep.

Identity
Identity & Trust
Who someone is, what they may touch, and where secrets stay safe. IAM, AuthZ, KMS, MPC, Zero-Trust.
View docs
Intelligence
Intelligence
The mind of the cloud — every model, agent, and tool you can call. Models, Agents, MCP, Embeddings, Prompts, GPUs, Functions.
View docs
Data
Data
Somewhere to put your data and read it back fast. SQL, Vector, KV, Search, Object, Base, DocDB.
View docs
Streams
Streams
Move messages and run work in the background, reliably. PubSub, Tasks, Pipelines, Crawl.
View docs
Observe
Observability
See exactly what your system is doing, live. Metrics, Logs, Traces, Sessions, Evals, Analytics.
View docs
Commerce
Commerce
Turn usage into money — meter it, price it, bill it, reward it. Commerce, Billing, Marketplace, Referrals.
View docs
Platform
Platform
Ship your code and run it anywhere. Gateway, Machines, Edge, Registry.
View docs
Apps
Applications
The finished products people use every day. Chat, Studio, Dev, Integrations, Apps.
View docs

Developer Tools

SDKs, APIs, and protocols for every stack.

The Network
Run the whole cloud yourself
SDKs
Python, TypeScript, Go, Rust, C++, Swift, Kotlin
API Reference
Every /v1 endpoint, live
Architecture
One binary, one contract

Every model, one API

436 models across every major provider — call any of them with one credential, one request shape.

Zen
Open weights
OpenAI
GPT
Anthropic
Claude
Qwen
Open
Llama
Open
DeepSeek
Open
Mistral
Open
Gemma
Open
SDKs in every language
Generated from one contract — the same /v1 surface, typed for your stack.
PythonTypeScriptGoRustC++Dart
SDK reference
Every tool, one MCP surface
Native connectors + the open MCP registry — Slack, GitHub, Notion, Stripe, and more — exposed as MCP tools any agent can call.
SlackGitHubNotionStripeGoogleLinear+700 more
MCP tools
The hanzo CLI
A ~15 MB Rust client for any live cloud — prod, laptop, or self-host
hanzo chat
Chat with any model interactively
hanzo models list
Browse every available model
hanzo keys create
Create and manage API keys
hanzo deploy
Deploy apps with git push
hanzo logs
Stream logs from any service
hanzo storage
Manage S3-compatible storage
hanzo secrets
Manage secrets and env vars
hanzo bot
Deploy and manage AI bots
hanzo flow
Run workflow automations
Zen
44 models

Frontier AI models from 4B edge to 1T+ reasoning. MoDE (Mixture of Diverse Experts) architecture. Text, code, vision, audio, video, 3D, and safety. Open weights on HuggingFace.

zen4
~400B MoDE
zen4-coder
~200B MoDE
zen4-thinking
Deep CoT
zen3-omni
72B Multimodal
zen3-nano
4B Edge
zen3-guard
8B Safety

Start building

Free tier with generous limits. No credit card required.

curl hanzo.sh | sh

Meet the complete Hanzo AI platform

Explore productsOpen Chat