vera-app¶
vera-app is the VERA desktop product: an Electron and React interface backed
by a local Python sidecar. It composes vera-doc for retrieval and
vera-ingest for conversion; it does not use the CLI as its backend.
The Python package root intentionally exports no public API. Sidecar, LLM provider, mode, and cancellation modules are implementation details and are therefore documented in the architecture guide rather than generated as public API reference.
Install the Windows app¶
Download VERA Setup <version>.exe from the
latest GitHub Release.
First workflow¶
- Open Convert PDF and convert one PDF or a directory.
- Use File > Open Folder to activate a document library.
- Open Search for fully local hybrid retrieval.
- To use Ask, configure a provider under File > LLM Providers.
- Select a citation in an answer to inspect the highlighted source passage.
Search and conversion do not require a model-provider account. A provider is only required for generated Ask responses.
Documentation¶
- Run and package the desktop app.
- Desktop app architecture — Electron, renderer, sidecar protocol, and process boundaries.
- Document libraries — index behavior shared with the desktop app.
- Search documents.
- General troubleshooting.
Developer entry point¶
The supported packaged target is currently Windows. Use the CLI for Sentence Transformers embedding models or explicit OCR controls.