Tauri is the one popular desktop stack where “move the logic somewhere it cannot be read” is actually available to you.
Rust is the vaultCommands compile to machine code. Secrets, licensing and rules belong there.
The webview is a shop windowEverything in it is readable, including the list of commands it calls.
Protect the dist folderOne step between your web build and the Tauri bundle, no Rust changes.