Air-gapped installation
Install on an isolated server using a transferred Docker image and a local model.
Prepare the image
On a connected machine with the same CPU architecture, pull and export the image:
docker pull ghcr.io/omnimatch/omnimatch-agents:onprem-stable
docker save -o omnimatch.tar ghcr.io/omnimatch/omnimatch-agents:onprem-stable
Transfer and start
Transfer the image and compose.yaml to your server, then import and start without pulling:
docker load -i omnimatch.tar
docker compose up -d --pull never
Configure local services
Use the same setup wizard, choosing a local LLM and local APIs only. Install Docker and provision your local model beforehand.