Documentation
Everything you need to run Eparch on your own infrastructure — from a two-minute local quickstart to an air-gapped production install.
sh
$ git clone https://github.com/eparchai/eparch && cd eparch && make quickstart# requires only Docker + openssl→ open http://localhost:8080Getting Started (Self-Host)
This guide brings Eparch up on a single host with Docker Compose, verifies it is healthy, applies migrations, and opens the UI. For the per-variable referenc…
Configuration Reference
Every Eparch service is configured entirely through environment variables, read at startup by each service's config.Load(). This page consolidates the meanin…
Model Providers
Eparch routes each model to a provider through a registry, so you can use any mix of self-hosted and hosted models at once. Almost every option is OpenAI-com…
Operations Runbook
Day-2 operations for a self-hosted Eparch deployment: backup/restore, upgrades, migrations, logs, and troubleshooting. Commands assume the ten-container topo…
Air-Gapped / Offline Deployment
Eparch is designed to run inside a regulated or classified boundary with no outbound network access. Nothing in the running system needs to reach the public …
Eparch MCP Server
eparch-mcp is a Model Context Protocol server that exposes your Eparch instance's agent-management API as tools. Point any MCP client — Claude Desktop, Curso…