macOS · Apple Silicon
merido-aarch64-apple-darwin.tar.gz
One command drops the merido binary on your machine. It self-hosts the
gateway, the dashboard, and this site from a single port. macOS, Linux, and Windows
are all prebuilt — no toolchain required.
curl -fsSL https://merido.dev/install.sh | sh
Run this in a PowerShell prompt. It downloads the latest x86_64 build and
puts merido.exe on your PATH.
irm https://merido.dev/install.ps1 | iex
Prefer not to pipe a script to your shell? Every release is a self-contained archive at
https://merido.dev/dl/<asset>, and the release manifest lives at
https://merido.dev/dl/latest.json.
Unpack it, then move the merido binary somewhere on your PATH.
merido-aarch64-apple-darwin.tar.gz
merido-x86_64-apple-darwin.tar.gz
merido-x86_64-unknown-linux-gnu.tar.gz
merido-aarch64-unknown-linux-gnu.tar.gz
merido-x86_64-pc-windows-msvc.zip
merido self-updates from the same host you installed it from. No package manager, no reinstall.
# download & install the latest release
merido update
# just check whether a newer version exists
merido update --check
Launch the gateway, or run merido with no arguments for an interactive menu.
# start the gateway (embedded SQLite)
merido start
→ http://127.0.0.1:8788
# or launch the interactive menu
merido New to merido? Read the quick start to create a gateway key, add a provider, and make your first request. The install guide covers every platform in detail.