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

curl -fsSL https://meepa.ai/install-meepachat.sh | sh
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:
meepachat init

Start

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

Verify

meepachat version

Update

meepachat update
Or via Homebrew:
brew upgrade bogpad/tap/meepachat

Uninstall

Stop services and remove all data, then delete the binary:
meepachat uninstall
sudo rm /usr/local/bin/meepachat
Via Homebrew:
meepachat uninstall
brew uninstall meepachat

Next Steps

Quickstart

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