preste docs

Documentation

preste is a sovereign agent CLI built on the Vauban Agent SDK. It runs fully offline with a local LiteLLM instance, or connects to Groq or OpenAI-compatible providers. Every session produces an Ed25519 attestation certificate ; no Vauban infrastructure required for verification.

Quick start

# Install globally
npm install -g preste

# Configure provider (interactive wizard)
preste setup

# Start interactive chat
preste

Sections