Skip to main content

Module Build

Module Build 

Source
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§

CertificateManager
TLS certificate lifecycle management (generation, renewal, trust store).
DnsCommands
Tauri commands and resolver for DNS lookups.
LocalhostPlugin
Tauri plugin that proxies localhost: scheme requests to the IPC server.
LoggingPlugin
Tauri plugin that routes all log events to the native trace sink.
PostHogPlugin
PostHog analytics plugin (opt-in telemetry event forwarding).
Scheme
Custom URI scheme handlers for vscode-file://, tauri://, land://.
ServiceRegistry
Service registry: maps service identifiers to their factory functions.
TauriBuild
Construct and return the configured tauri::Builder.
TlsCommands
Tauri commands exposing TLS certificate status and manual rotation.
WindowBuild
Configure and create the primary application window.