Harness plugins can extend the host runtime, contribute tools, and add UI integrations.
The desktop app adds lifecycle management and a controlled bridge to native features.
Responsibilities
Internal plugin lifecycle
Before Harness starts, the desktop workflow ensures required first-party integrations
exist in the active profile. Missing or inconsistent declarations are restored from the
copies bundled with the application. This makes native settings and panel features
available even after an interrupted update.
Optional preset and community plugins follow normal install, upgrade, and uninstall
flows. The Windows Minimal repair plugin is fetched from GitHub when selected; it is not
bundled source.
Communication path
- The embedded Harness client invokes an integration exposed by its client plugin.
- The plugin sends a structured request through the desktop bridge.
- Tauri command handlers validate the operation and call the responsible Rust service.
- Results or lifecycle events return to the client and update its panel state.
Plugin installation is code installation. Profile scoping prevents configuration
collisions, not malicious filesystem, process, credential, or network access. Review
third-party source and pin trusted versions where possible.
For user-facing operations, see Plugins.