GA
Open Source
Free Tier

Hanzo Chat

AI chat interface

Beautiful chat interface for AI assistants. Multi-model support, MCP integration, conversation memory.

Chat
gpt-4o

What's the weather in Tokyo?

get_weathercompleted
{ "city": "Tokyo" }

The weather in Tokyo is currently 18C and partly cloudy. Perfect for a walk!

Code Examples

Chat Quick Start

Get started in minutes with your language of choice

Run Hanzo Chat with Docker Compose

# docker-compose.yml
services:
  chat:
    image: ghcr.io/hanzoai/chat:latest
    ports:
      - "3081:3081"
    environment:
      - OPENAI_API_KEY=${OPENAI_API_KEY}
      - ANTHROPIC_API_KEY=${ANTHROPIC_API_KEY}
    volumes:
      - ./data:/app/data

# Start
docker compose up -d

Features

Everything you need to get started

Multi-model
MCP support
Conversation memory
File uploads
Code execution
SDKs & Libraries

Official Chat SDKs

Use our official SDKs to integrate Chat into your application

Hanzo Python SDK

PyPI
pip install hanzoai

Hanzo TypeScript SDK

npm
npm install @hanzo/ai

Hanzo Go SDK

Go Modules
go get github.com/hanzoai/go-sdk

Hanzo Rust SDK

crates.io
cargo add hanzoai
Community

Join the Chat Community

Get help, share ideas, and contribute to the project

Want to Contribute?

We welcome contributions of all kinds: bug reports, feature requests, documentation improvements, and code contributions.

Read our Contributing Guide
Built on Open Source

Powered by LibreChat

20k+

Hanzo Chat is built on top of LibreChat, an open-source project.Enhanced ChatGPT Clone with multi-model support, plugins, and advanced features.

Licensed under MIT

We're grateful to the LibreChat maintainers and community for their incredible work.

Ready to get started with Chat?

Deploy in minutes with Hanzo Cloud or self-host with our open-source release.