kanade-client 0.43.18

End-user-facing Tauri Client App for the kanade endpoint-management system. Talks to the LocalSystem agent over the KLP Named Pipe (SPEC §2.12); presents a tray + window UI for notifications / health / self-service jobs.
1
2
3
4
5
6
7
8
9
{
  "$schema": "../gen/schemas/desktop-schema.json",
  "identifier": "default",
  "description": "Default permission set for the Kanade Client App's main window. Tauri 2.x's ACL gates which built-in commands (window controls, clipboard, etc.) the WebView can invoke; custom commands registered via `invoke_handler!` are always allowed for the same app so they don't need an entry here.",
  "windows": ["main"],
  "permissions": [
    "core:default"
  ]
}