Skip to main content

Module orchestrator

Module orchestrator 

Source
Expand description

Bootstrap orchestration — runs the full first-run / upgrade flow.

Called from the Tauri desktop app on startup. Idempotent: safe to call every launch. Skips heavy steps when already complete.

Structs§

BootstrapReport
Result of run_bootstrap. Tauri layer can surface progress to the user.

Functions§

is_first_run
Quick check used by the desktop app to decide whether to show the onboarding UI on startup.
run_bootstrap
Top-level bootstrap entry point.
run_bootstrap_with_layout
Bootstrap with an explicit layout. Useful for tests.