AI Stays Local

DocumentationHow it behaves

Folder permissions

The runtime reads what you grant and nothing else. That is enforced by what it is given, not by a setting you have to trust.

  • Folders are granted explicitly, one at a time. Nothing is read until you do.
  • Under Docker, documents are mounted read-only: the runtime cannot write to them even if it tried.
  • Symbolic links are not followed, so a link cannot walk the runtime out of the folder you granted.
  • System directories are refused outright.
  • Your original documents are never modified. The index is a separate thing, and removing it leaves them alone.

Revoking a folder does not yet remove its index by itself. Removing the collection does. We would rather say that than describe a behaviour we have not built.

Last updated 2026-09-22T10:05:46-04:00 · Request access

These pages describe the contract: ports, endpoints, volumes, the permission model and the behaviour you can expect. The command reference for the CLI is published with the build each tester receives, so that it matches the binary in their hands rather than a page written ahead of it.

Available through a controlled private beta. Larger model profiles are added as they complete hardware validation.