Home Pricing Features Docs Blog Support Contact Us
DocsConfigurationSettings & License

Settings & License

Settings is pinned at the bottom of the sidebar, next to the theme toggle. It has five tabs.

3 min readConfiguration

Appearance

Vooki Pro ships a dark and a light theme, both built around the product's teal accent. Switch between them here or with the toggle at the bottom of the sidebar. The choice applies immediately across every screen.

General

Application-level preferences — date formatting and other display options that affect how scans and findings are presented.

AI Model

ThreatLens is the local AI analyst. It runs on your own hardware and augments findings during a scan: demoting likely false positives, and detecting exposed secrets and personal data that pattern rules miss.

  • The model is roughly 5 GB and is downloaded separately from the installer. It is required — download it before your first scan.
  • Click Download to fetch it. The download is resumable — if it fails or you close the app, starting it again picks up where it left off.
  • It is stored in ~/.vooki-pro/models/ and used from there.
  • Until the model is downloaded, the tab shows Model not found — AI analysis disabled and scans run with the 480+ rule-based checks alone, without AI triage.
  • Running the model needs about 5 GB of RAM while a scan is active, which is why 16 GB is the minimum for the machine as a whole.
Note

The model runs entirely on your machine. Requests, responses and findings are never sent to a remote service for analysis. The only time the model touches the network is the one-off download.

Vooki Pro Settings screen on the AI Model tab showing ThreatLens model ready, the model filename Qwen3-8B-Q4_K_M.gguf at about 5 GB, its path on disk and a Re-download button
Settings → AI Model. The model downloads once and runs locally; the status dot turns green when it is ready.

License

Shows your current licence — product, variant, status and expiry — and lets you activate a new key.

  • Paste your key and click Activate. Vooki Pro contacts the licence server once to verify it.
  • A licence activates on one machine at a time. Deactivate This Device releases the seat so you can activate on another machine — trial licences cannot be deactivated.
  • Vooki Pro re-validates quietly in the background about once a day. If it cannot reach the server, it keeps working on the last valid token rather than locking you out mid-scan.
  • A trial licence unlocks every feature for 14 days.
  • Licences are available for 6 months or annually, in Individual, Team, Business and Custom variants.

Beyond the trial, feature availability follows your licence — the REST API scanner, scheduled and recurring scans, custom scan policies and CI/CD export are each licensed features. Contact support@vookify.com about upgrading.

About

Version and build information — worth quoting in any support request.

Where Your Data Lives

Everything Vooki Pro keeps is under ~/.vooki-pro/:

  • The project database — applications, scans, findings, reports and the audit log — stored in SQLite.
  • models/ — the downloaded AI model.
  • logs/ — including crash.log, which records the full traceback of any unhandled error.
  • The encrypted licence file.

Back up that folder and you have backed up your scan history. Delete it and Vooki Pro starts fresh.

Troubleshooting

  • The app closed unexpectedly. Check ~/.vooki-pro/logs/crash.log — the full traceback is written there. Send it with your support request.
  • Out of memory during a scan. The AI model needs about 5 GB resident. Close other applications, make sure no earlier instance of Vooki Pro is still running, and check the machine has the full 16 GB Vooki Pro expects.
  • Activation fails. Confirm the machine can reach the internet, and that the seat is free — a licence activates on one machine at a time, so if the key is already active elsewhere, deactivate it there first.
  • The scan finds nothing behind the login. The session almost certainly expired or the scanner logged itself out. See Auth Profiles.
  • Still stuck? Email support@vookify.com or ask in the community forum.