Skip to main content
Don’t want to self-host? Use meepachat.ai — same features, no setup required. The rest of this page covers self-hosted installation.

System Requirements

  • OS: macOS or Linux (x86_64 or arm64)
  • Docker: Required for meepachat init (manages Postgres, Redis, MinIO, and the auth service)

Install

The script detects your OS and architecture, downloads the latest release binary, verifies the checksum, and installs it to /usr/local/bin/meepachat.

Setup

Initialize Postgres, Redis, MinIO, and the auth service via Docker:

Start

Your instance is now running at http://localhost:8091. The first user to register becomes admin.

Verify

Update

Or via Homebrew:

Uninstall

Stop services and remove all data, then delete the binary:
Via Homebrew:

Next Steps

Quickstart

Run meepachat init and meepachat start to get your instance running.