Zum Inhalt springen
Skip to content
v0.2.0 Alpha Tauri v2

Desktop App

auditmysite Studio

Same audit engine as the CLI – with a clear graphical interface, project history, batch audits and PDF export.

Studio Signals

gui:yes history:visible pdf:export

Studio addresses the same audit signals differently: less terminal context, more history, comparison and selection.

Features

What Studio does

The interface is not a second product – it's a different mode for the same audit core.

Single Audit

Enter a URL, start the audit. WCAG 2.1 A/AA/AAA, Performance, SEO, Security and Mobile in one pass – with a visual score dashboard.

Sitemap Batch

Enter a sitemap URL, select URLs, run sequentially. Ideal for regular audits of entire domains with a configurable limit.

Score History

SVG time series per domain: overall score and accessibility score across all audits. Progress and regressions at a glance.

PDF Export

Professional report with executive summary, findings and module details. Save location via native file dialog. Powered by Typst.

Project Management

Audits are automatically grouped by domain. Last 100 entries in the history view. Search, filter and bulk delete included.

Settings

WCAG level, timeout, active modules, batch limit and company name for PDF reports. Dark mode with system preference.

CLI or Studio?

Feature CLI Studio
Single URL Audit
Sitemap Batch Audit
PDF Export
WCAG 2.1 A / AA / AAA
CI/CD Integration
Scripting / Automation
Graphical Interface
Project History (last 100)
Score History Chart
Audit Comparison
Dark Mode

CLI and Studio share the same audit engine. The choice depends on workflow: CLI for automation and CI/CD, Studio for interactive work with history view.

Platforms

macOS
Apple Silicon (M1–M4) + Intel
Windows
64-bit
Linux
x86_64, AppImage

Tech Stack

Tauri v2 Native desktop shell, Rust backend
Astro + Svelte 5 Frontend UI
Tailwind CSS 4 Styling
Typst PDF rendering
Chrome Headless Shell Bundled browser engine (no system Chrome required)
auditmysite (Rust) Audit engine, same as CLI

Installation

macOS

Apple Silicon (M1–M4) + Intel

Download the DMG from Releases, open it and drag the app to /Applications/.

Downloads on GitHub →

Windows

64-bit

Download the installer (setup.exe) from Releases and run it. Chrome is not required — Studio ships with a bundled browser engine.

Downloads on GitHub →

Linux

x86_64, AppImage

Download the AppImage from Releases, make it executable and run it:

# Make AppImage executable
chmod +x audit-my-site-studio_*.AppImage
./audit-my-site-studio_*.AppImage
Downloads on GitHub →

Data storage

macOS ~/Library/Application Support/de.casoon.auditmysite-studio/
Linux ~/.config/de.casoon.auditmysite-studio/
Windows %APPDATA%\de.casoon.auditmysite-studio\

Stored: settings.json, projects.json, history.json and PDF reports in reports/.

Alpha · v0.2.0

Download Studio

All releases for macOS, Windows and Linux are available for download.