EuConform Reference Projects

April 13, 2026 ยท View on GitHub

These projects are intentionally small OSS builder targets for euconform scan, euconform verify, and the Web Viewer.

Included projects

ProjectFocusPathCanonical EuConform Evidence Format artifacts
Ollama ChatbotLocal inference, disclosure, audit loggingexamples/ollama-chatbotdocs/spec/examples/local-ollama/
RAG AssistantRetrieval, vector store, local inferenceexamples/rag-assistantdocs/spec/examples/rag/

Golden path

pnpm --filter @euconform/cli build

node packages/cli/dist/index.js scan examples/ollama-chatbot --scope production --output /tmp/euconform-ollama
node packages/cli/dist/index.js verify /tmp/euconform-ollama/euconform.bundle.json

node packages/cli/dist/index.js scan examples/rag-assistant --scope production --output /tmp/euconform-rag
node packages/cli/dist/index.js verify /tmp/euconform-rag/euconform.bundle.zip

Open the generated artifacts in the EuConform web app to inspect the report visually after verification.