Hanzo Base

Installation

Download and install Hanzo Base on macOS, Linux, or Docker.

Download

brew install hanzoai/tap/base

Or download the binary directly:

curl -fsSL https://base.hanzo.ai/install | sh

Verify Installation

base --version

Start the Server

base serve --dev

Open http://localhost:8090/_/ to access the admin dashboard.

The --dev flag enables:

  • Auto-migration on schema changes
  • Verbose logging
  • CORS for all origins
  • Hot reload for JS hooks

Last updated on

On this page