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
| Project | Focus | Path | Canonical EuConform Evidence Format artifacts |
|---|---|---|---|
| Ollama Chatbot | Local inference, disclosure, audit logging | examples/ollama-chatbot | docs/spec/examples/local-ollama/ |
| RAG Assistant | Retrieval, vector store, local inference | examples/rag-assistant | docs/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.