desktop permission boundary
Tauri capability
Tauri Capability
Also known as · capability file · Tauri permission · Tauri capability
Definition
An explicit boundary that groups the commands and permissions available to a Tauri window. It grants only the needed capabilities instead of opening a local server or filesystem broadly for convenience.
Searchable examples
- core:default
- block localhost:8000
Short example
{ "identifier": "main-window", "permissions": ["core:default"] }
Keep network connect-src aligned with the real public boundary.
Compare with
- API contractAPI Contractboundary agreementAn agreement that makes a provider and its consumers interpret inputs, outputs, authorization, errors, and state in the same way. It owns the observable boundary rather than a screen or implementation shape.
- Single Source of Truthdesign principleA principle that gives one authoritative source the meaning and write authority for a fact while treating other representations as derived state. It clarifies ownership and synchronization boundaries; it does not mean copies never exist.