Skip to content

applications

factory-droid[bot] edited this page Jul 5, 2026 · 1 revision

Applications

The repository ships one user-facing desktop app and one non-GUI smoke harness. The desktop app combines src-tauri and frontend, while the smoke harness exercises the Rust core without a webview.

Application Entry point Purpose
Desktop app src-tauri/src/main.rs, frontend/src/main.tsx Tauri shell plus React renderer for QA Scribe.
Smoke harness crates/qa-scribe-app/src/main.rs CLI-like non-GUI validation path for core workflows.

For the layer diagram, see Architecture.

Clone this wiki locally