Please do not open a public issue for security problems. Instead, use GitHub's private Report a vulnerability flow, or email the maintainer.
Include steps to reproduce and the impact. We'll acknowledge as soon as we can and keep you updated on the fix.
- Voica has no backend and no telemetry. Network traffic goes only to
api.groq.com(transcription) andapi.github.com(optional update checks). - The Groq API key is stored in
%APPDATA%\Voica\credentials.dat, encrypted with Windows DPAPI (CurrentUser scope) — readable only by the same Windows user on the same machine. It is never committed to the repo. AGROQ_API_KEYenvironment variable is supported as a development fallback. - Transcription history and audio live under
%APPDATA%\Voica\. Use Delete all data… in Settings to wipe everything (history, audio, key, settings). - Releases are currently unsigned; SmartScreen may warn. Verify you downloaded
Voica.exefrom the official releases page. Code signing via SignPath is planned.
This is an early‑stage project; only the latest release is supported. Please update before reporting an issue.