Home Pricing Features Docs Blog Support Contact Us
DocsGetting startedInstallation

Installation

Vooki Pro is a desktop DAST application. The scan engine, the vulnerability database, the AI analysis and your findings all run on your own machine — there is no cloud account to create and no scan data leaves your network.

4 min read macOS · Windows · Linux Getting started

System requirements

ComponentMinimumNotes
Operating systemWindows 10 (64-bit)
macOS 11
Linux, glibc 2.28
Apple Silicon and Intel share one disk image. Linux ships as an AppImage — Ubuntu 20.04+, Debian 11+, Fedora 32+.
RAM16 GB The AI analysis holds roughly 5 GB resident during a scan. More is better on large targets.
Disk space7 GB 2 GB application, 5 GB AI model. Allow 15 GB of headroom for scan data and reports.
NetworkOne-time Needed once to activate the licence and once to fetch the model. Scanning itself is fully offline.

Download

Email support@vookify.com for a trial or a licence, telling us which build you need. You will get back a licence key and a download link.

PlatformFileSigning
macOS Pariksha-<version>.dmgSigned and notarized
Windows Pariksha-<version>-Setup.exeSigned installer
Linux Pariksha-<version>-x86_64.AppImageSelf-contained

Install

Pick your platform. The choice is remembered across every page of the docs.

Open the .dmg and drag Pariksha.app into your Applications folder. On first launch, right-click the app and choose Open so Gatekeeper lets it through.

Where things live

Everything sits under ~/.vooki-pro/ — the project database, the downloaded AI model, your licence file and crash logs.

Activate your licence

Vooki Pro licence activation dialog asking for a licence key, with Activate and Quit buttons.
First launch. Vooki Pro asks for a key before it starts. The same dialog is reachable later from Settings → License.
  1. Launch Vooki Pro

    If no licence is present you are asked to activate one. You can also reach this any time from Settings → License.

  2. Paste your licence key

    Take the key from your order email and click Activate. Vooki Pro contacts the licence server once, then works offline.

  3. Moving to another machine

    A licence is active on one machine at a time. Open Settings → License on the old machine and click Deactivate This Device to free the seat before activating elsewhere.

    Vooki Pro re-validates in the background about once a day. If it cannot reach the server it keeps working on the last valid token.

Download the AI model Required

ThreatLens is the local AI analyst. It reviews findings on your machine — demoting likely false positives and spotting exposed secrets and personal data the rule-based checks miss. It is about 5 GB and downloads separately from the installer.

Do this before your first scan

AI analysis is part of every scan. Until the model is present, findings will not carry the triage that Vooki Pro's reports and false-positive handling assume.

  1. Open Settings → AI Model

    The tab shows the current state and the download control.

  2. Click Download

    The transfer is resumable — if it is interrupted, start it again and it picks up where it left off.

  3. Confirm it landed

    The model is saved to ~/.vooki-pro/models/ and used from there on. It never sends anything to a remote service.

Verify the install

The bundled CLI reports the build, the licence state and whether the model is present:

pariksha --status
{
  "version": "1.4.0",
  "licence": "active",
  "seat": "this-device",
  "model": "threatlens-q4",
  "model_ready": true,
  "checks": 498
}

Uninstall

PlatformHow
macOSDrag Pariksha.app from Applications to the Trash.
WindowsRemove the Vooki Pro entry from Settings → Apps → Installed apps.
LinuxDelete the .AppImage file.

To clear scan history, reports and the downloaded model as well, delete ~/.vooki-pro/.