Quick Start
Vesper Audit is a desktop application for macOS that crawls websites and generates detailed accessibility reports. This guide walks through installation and your first audit.
1. Install Vesper Audit
- Download the latest
.dmgfile from the Vesper Audit page. - Open the
.dmgfile and drag Vesper Audit to your Applications folder. - Launch Vesper Audit from your Applications folder. On first launch, macOS may ask you to confirm you want to open it - click Open.
2. Configure your first scan
- Launch Vesper Audit.
- Enter the URL of the site you want to audit in the URL field. If you enter a bare domain (e.g.
example.com), Vesper Audit will automatically prefix it withhttps://. - Choose a Scan Mode using the toggle above the scan options. Full Site crawls the entire site by following internal links from your starting URL. Single Page audits only the URL you enter - useful for quick spot-checks without waiting for a full crawl.
- Set your Output Folder - this is where reports will be saved. The default is
~/Desktop/Vesper-Audits.
Large sites
On large sites, Vesper Audit will display a banner if the crawl exceeds 100 pages. If you see this, consider adding path or query string exclusions to narrow the scope - see Exclusions & Suppressions.
On large sites, Vesper Audit will display a banner if the crawl exceeds 100 pages. If you see this, consider adding path or query string exclusions to narrow the scope - see Exclusions & Suppressions.
3. Run the audit
- Click Run Audit.
- Vesper Audit will crawl the site from the URL you entered, following internal links (Full Site mode) or auditing just the one page (Single Page mode).
- Progress is shown in real time in the results panel.
- When the audit completes, your output folder will contain the generated reports.
4. Review your reports
After the scan completes, Vesper Audit writes a results file (.json) to your output folder, which powers the in-app report viewer. If PDF export is enabled in Scanner Options, a formatted PDF report is also written to the same folder. See Output Formats for a full description of each file.
Next steps
- Exclusions & Suppressions - filter out pages or violations that don't apply to your audit.
- Output Formats - understand the structure of each report file.
- Notion Integration - send audit results directly to a Notion workspace.
- Settings Import & Export - save and share your audit configuration.