Quickstart (Community edition)
Goal: a Community instance running locally, in ten minutes, with Docker.
Prerequisites
Section titled “Prerequisites”- Docker and Docker Compose
- A free port (8500 by default)
Install
Section titled “Install”git clone https://github.com/Joopinhontas/tokenveil-oss.git tokenveilcd tokenveilSet the minimum configuration (local accounts, encryption key) by following the “Minimal configuration” section of the install guide, then start:
docker compose up -d --buildThe build is light (no model to download). Check that the service answers:
curl http://localhost:8500/healthzLog 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.
Next steps
Section titled “Next steps”- The full step-by-step guide: Installation
- Authentication, providers, business keywords, reverse proxy: Configuration
- Threat model and guarantees: Security