Expand description
Tauri application builder configuration.
§Binary::Build
Tauri builder and plugin configuration functions.
Each sub-module owns one plugin, one scheme handler, or one
command group, and exposes a single Fn() or Plugin() entry point
consumed by Binary::Main::AppLifecycle.
Modules§
- Certificate
Manager - TLS certificate lifecycle management (generation, renewal, trust store).
- DnsCommands
- Tauri commands and resolver for DNS lookups.
- Localhost
Plugin - Tauri plugin that proxies
localhost:scheme requests to the IPC server. - Logging
Plugin - Tauri plugin that routes all log events to the native trace sink.
- Post
HogPlugin - PostHog analytics plugin (opt-in telemetry event forwarding).
- Scheme
- Custom URI scheme handlers for
vscode-file://,tauri://,land://. - Service
Registry - Service registry: maps service identifiers to their factory functions.
- Tauri
Build - Construct and return the configured
tauri::Builder. - TlsCommands
- Tauri commands exposing TLS certificate status and manual rotation.
- Window
Build - Configure and create the primary application window.