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://meepachat.bogpad.io/install.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.

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 reset --hard   # wipes all Docker volumes and config
sudo rm /usr/local/bin/meepachat
Via Homebrew:
meepachat reset --hard
brew uninstall meepachat

Next Steps

Quickstart

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