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§
- Bootstrap
Report - 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.