AI Development
Everywhere You Code

Access Hanzo's parallel AI agents from desktop, mobile, browser, IDE, or command line. Powered by Hanzo Zen for cost-effective local orchestration.

🖥️

Desktop App

Windows • macOS • Linux

Native desktop experience with full system integration

📱

Mobile Apps

iOS • Android

AI assistance on the go with mobile optimization

🌐

Browser Extension

Chrome • Firefox • Edge • Safari

AI assistance while browsing and researching

💻

VS Code Extension

Visual Studio Code

Deep IDE integration with IntelliSense support

🧩

JetBrains Plugin

IntelliJ • PyCharm • WebStorm

Full JetBrains IDE integration

⌨️

Dev CLI

Terminal • Command Line

Powerful CLI for automation and scripting

📚 CLI Docs
🔧

MCP Server

Model Context Protocol

Use with Claude Desktop and MCP-compatible tools

📚 MCP Docs
☁️

Cloud Platform

Web • API • Teams

Web-based access with team collaboration

More Platforms

Coming Soon

Expanding to more platforms

Quick Start in 30 Seconds

Choose your preferred method and start shipping faster

# Option 1: CLI (Recommended)
npm install -g @hanzo/dev
dev login
dev enhance "add user authentication"

# Option 2: MCP Server for Claude Desktop
npm install -g @hanzo/mcp
npx @hanzo/mcp configure

# Option 3: Cloud Platform
# Visit cloud.hanzo.ai and sign up

One Platform, Every Device

Access the same powerful AI capabilities anywhere you work

Parallel AI Agents

Run 100+ AI agents simultaneously for instant results

🧠

Unified Memory

Your entire codebase indexed and accessible

🔄

Cross-Device Sync

Seamless experience across all your devices

🤖

200+ AI Models

Access every major AI model through one interface

🔧

4000+ MCP Tools

File ops, search, browser automation, and more

💰

Hanzo Zen Local AI

Cost-effective local MoE model for orchestration. Run on laptop or mobile.

🌐

Peer Agent Networks

All agents can recursively call each other with full MCP support

👥

Team Collaboration

Share context and work together efficiently

Cost-Effective AI Orchestration

Hanzo Zen: Local MoE model for intelligent agent coordination

90%

Cost reduction using local Zen for orchestration

Recursive agent calls with full MCP support

1B-1T

Scalable from edge to exascale deployment

# Peer network with Hanzo Zen orchestration
swarm:
  network_type: peer
  local_llm:
    model: hanzo-zen
    endpoint: http://localhost:8080
  instances:
    orchestrator:
      model: zen # Local, cost-effective
      connect_to_agents: [architect, developer, reviewer]
    architect:
      model: opus # API-based for complex tasks
      expose_as_mcp: true