Open-source AI Cloud for builders.

A vertically integrated
AI platform.

Agents, models, data, and deployment—with Team, IAM, KMS, and Audit built in.

Agents
Models
Vector/SQL/KV
Deploy anywhere
cloud.hanzo.ai

Project Overview

All systems operational
Deployments
24
+3 this week
Agent Runs
1.2K
Today
Vector Indexes
8
2.4M vectors
Keys/Secrets
47
Encrypted
Recent Deployments
docs-apius-east-1
2m ago
chat-serviceeu-west-1
1h ago
ml-pipelineus-west-2
now

Investors & Partners

Backed by world-class partners

Techstars logo
NVIDIA logo
Google Cloud logo
AWS logo
DigitalOcean logo
Nebius logo
Zoo Labs Foundation Inc logo
Lux Network logo

Trusted By

TrillerDamonBellabeatUnikrnCoverCasperMyleDrumpantsCoveAuraKANOASKULLYZoo Labs Foundation IncLux Industries IncLux NetworkLux PartnersTrillerDamonBellabeatUnikrnCoverCasperMyleDrumpantsCoveAuraKANOASKULLYZoo Labs Foundation IncLux Industries IncLux NetworkLux Partners

Why Hanzo Wins

Ship code that actually works.

Stop gambling on single-model outputs. Race multiple AI agents against each other, and let test results pick the winner. Evidence over vibes.

Supported agents:
OpenAI
Anthropic
Google
Qwen
Gemini
Mistral
Kimi
Moonshot

Race multiple agents

One task, multiple agents racing. GPT-4, Claude, Gemini, and Qwen compete in parallel.

Automatic winner selection

Diffs scored by test pass rate, code quality, and performance. Best patch wins.

Persistent sandboxes

Full dev environments that persist. Install deps, refactor, iterate until CI goes green.

Complete audit trail

Every run, every decision, every artifact. Full visibility for your entire team.

Start building now

Your Wedge

Autonomy you can dial. Evidence you can trust.

Move fast without giving agents the keys. Every step is explicit, reviewable, and enforceable.

Agents don't get admin. They get policies.

Comparison

Why Hanzo vs agents + glue

Production software needs more than autocomplete.

Capability
Hanzo
Others
Multi-agent parallelism + consensus
Best patch wins
Policy / approvals / audit by default
Humans + agents
Self-host and air-gapped options
On-prem ready
Evidence-driven output
Diffs + tests + traces, not screenshots
Long-running sandboxes
Install, refactor, iterate
Full support
Partial / varies
Not available

Works where developers live

VS Code. JetBrains. Terminal. Remote.

Hanzo reads your repo structure first, edits across files coherently, and executes tasks step-by-step—locally or in isolated remote sandboxes.

Install the IDE extension
VS Code - Hanzo Extension
Reading repo structure...
Edited 4 files cohesively
All tests passing
terminal
$ curl -fsSL hanzo.sh | bash
$ hanzo dev "Fix rate limiting. Add metrics. Add tests. Open a PR."
Plan created
Implementation complete
Tests passing (12/12)
PR opened: #247

Hanzo Dev

AI coding agent in your terminal.

Install @hanzo/dev and @hanzo/cli via curl.

  • Generate APIs, scripts, components, and tests
  • Debug and fix using your real codebase context
  • Scaffold CI/CD and release workflows
  • No framework lock-in

Unified AI Platform

One platform. Every AI tool. Shared everything.

Stop context-switching between AI tools. Hanzo unifies memory, history, and context across all your AI interactions—terminal, IDE, browser, and API.

Shared Memory

Context persists across all tools and sessions

Vector Search

Semantic search over your entire codebase

Master Large Codebases

Navigate millions of lines with ease

Auto Tool Discovery

Automatically adds tools as you need them

Unified History

Every prompt, every response, searchable

Team Sync

Share context and memory across your team

260+ MCP Tools

Browser, file, code, git, and more built-in

Any Model

GPT-4, Claude, Gemini, Qwen, Llama, local

How Hanzo Unifies Your AI Stack

All your tools, one shared brain

Terminal
VS Code
Browser
API

Hanzo Core

Unified memory • Vector index • Tool registry

MemoryContextHistoryTools

Remote Agents

Secure remote execution for teams

Parallel runs

Execute across repos simultaneously

Shared workspaces

Collaborate via shared environments

Quality gates

Enforce policy before PR/merge

Isolation

Safe installs and builds

Hanzo AI API

One API for models + tools.

Streaming, tool calling, and agent execution behind a single endpoint. Compatible with existing OpenAI SDKs by switching the base URL.

View API reference
import { Hanzo } from "@hanzo/ai";

const hanzo = new Hanzo({
  apiKey: process.env.HANZO_API_KEY,
});

const response = await hanzo.chat.completions.create({
  model: "claude-sonnet-4-20250514",
  messages: [{ role: "user", content: "Hello!" }],
});

console.log(response.choices[0].message.content);
Open Source

Built in the open

We believe the future of AI infrastructure should be open. View our code, contribute, or self-host the entire platform.

100%

Open Source Core

Every core component is open source and MIT/Apache 2.0 licensed

Community Driven

Built with and for the developer community

Self-Hostable

Run the entire platform on your own infrastructure

Templates & Starters

View all templates
ai-chat

Full-featured AI chat application

rag-starter

RAG application with vector search

agent-toolkit

Multi-agent application starter

Hanzo Network

Decentralized AI compute

Join the Hanzo Network to contribute GPU power for AI inference and training. Earn rewards while powering the next generation of AI applications.

Read our research papers and technical specifications

zenlm.org - AI Research & Philosophy

Pricing

Scale forever

No credit card required. Upgrade when you're ready.

Free Forever

$0/month

Everything you need to start building. No strings attached.

  • 100K API calls / month
  • 1GB vector storage
  • 10GB file storage
  • Community support
  • All core features
  • Unlimited projects
Start Building FreeView all plans

No credit card required
Cancel anytime

Need custom limits, SLAs, or dedicated support? Talk to sales

Start free. Scale forever.

Ready to build?

Pick your favorite way to start. Terminal, desktop, browser, or IDE—Hanzo works wherever you do.

RECOMMENDED

Terminal

AI coding agent in your terminal

Desktop App

Native app for Mac, Windows & Linux

Download

VS Code

Extension for Visual Studio Code

Install

Browser

Chrome, Firefox, Safari extensions

Get Extension
terminal
$ curl -fsSL hanzo.sh | bash
✓ Installed hanzo CLI, MCP, and agents
$ dev
Hanzo Dev v2.1.0
What would you like to build?
$"Add user auth with OAuth2 and session management"

Or explore everything we offer