Application image
Immutable. Updating means running a new tag; rolling back means running the previous one.
Docker edition
Docker is a first-class way to run AI Stays Local, not a technical footnote. The same runtime that powers the desktop app runs in a container with explicit volumes, explicit limits and a loopback port.
Immutable. Updating means running a new tag; rolling back means running the previous one.
Weights live in a volume you control, so a container rebuild does not re-download gigabytes.
Mounted read-only. The runtime can read what you grant and cannot write to it.
The local index is a separate volume, so you can remove it without touching your documents.
Bound to localhost by default. Exposing it on a network is a decision you make explicitly.
GPU where it is available and validated; CPU mode otherwise.
So an orchestrator can tell a slow start from a failed one.
Memory and CPU limits, because an inference process without a ceiling will find one.
Preview interface — image access is currently invite-only.
The validated platform. Measurements on this site were taken here.
ValidatedTarget for the same image. Under validation.
Under validationWhere the accelerator is present and the profile has been validated.
Under validationAvailable wherever the container runs; speed depends on the machine.
ValidatedContainers on macOS cannot reach Metal acceleration, so a container is CPU-bound there. The desktop app is the right route on a Mac.
Known limitationSubject to validation.
Under validation