1. Capability Metadata
2. Core Plugins Permissions Matrix
Toggle specific security permissions for each core Tauri plug-in. Adding a scoped permission (like fs:allow-read) will prompt you to configure custom scope parameters.
3. Dynamic Scope Rules Engine
Active Rules Table
| Type | Scope Path Target | Action |
|---|---|---|
| No filesystem scope rules added. Scoped permissions will generate warnings. | ||
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default-capability",
"description": "Capability for the main application windows",
"windows": [
"main"
],
"platforms": [
"macOS",
"windows",
"linux",
"android",
"iOS"
],
"permissions": [
"core:default"
]
}Visual Validation & Safety Checklist
Using this configuration? Cite us!
Copy this Markdown citation link to reference the Tauri v2 Capability Builder in your GitHub README or technical blog posts: