Skip to content

Quickstart (Community edition)

Goal: a Community instance running locally, in ten minutes, with Docker.

  • Docker and Docker Compose
  • A free port (8500 by default)
Fenêtre de terminal
git clone https://github.com/Joopinhontas/tokenveil-oss.git tokenveil
cd tokenveil

Set the minimum configuration (local accounts, encryption key) by following the “Minimal configuration” section of the install guide, then start:

Fenêtre de terminal
docker compose up -d --build

The build is light (no model to download). Check that the service answers:

Fenêtre de terminal
curl http://localhost:8500/healthz

Log in, link an AI account (Claude, Gemini, OpenAI, Mistral…) and send a message containing something sensitive: the preview shows exactly what leaves for the provider.