Skip to content

Welcome to Auditaur

Auditaur is local-first runtime observability for Tauri apps. A Tauri app opts in during development, emits OpenTelemetry-compatible telemetry, and Auditaur persists that data to SQLite on the developer machine.

The goal is to make Tauri debugging easy for both humans and coding agents: instead of asking for copied logs, browser console output, screenshots, or hand-written summaries, tools can query structured local telemetry.

CapabilityStatus
SQLite session storeImplemented
CLI inspectionImplemented
Tauri pluginImplemented
Frontend API packageImplemented
Rust tracing and third-party span sinkImplemented
MCP serverImplemented
App discoveryImplemented
IPC and event viewsImplemented
Timeline, explain, tail, and bundle CLI workflowsImplemented
Agent helper commands (start, drill, inspect, stop)Implemented
Human-in-the-loop drill gatesImplemented
Window state viewsStartup + lifecycle
Tauri-native drive bridge and screenshotsImplemented
Rust panic diagnosticsImplemented
Retention and redactionImplemented
OTLP receiver, metrics, browser devtools actions, OTEL logs SDKPlanned
GoalStart here
Try Auditaur in the bundled appQuick Start
Add Auditaur to an existing Tauri appIntegration Happy Path
Give agents a simple startup and drill loopAgent Start Here
Validate OAuth, OS prompts, and other manual stepsHuman-in-the-Loop Drills
Understand the moving partsArchitecture
Debug a broken setupTroubleshooting
Run common command sequencesCLI Recipes

Auditaur is local-only by default, development/debug oriented, and designed to avoid source code, environment variables, secrets, raw request bodies, or arbitrary filesystem collection.