https://docs.deno.com/runtime/desktop/ Very interesting new alternative to Electron, Tauri etc: - can choose between the OS webview or an embeddedd Chromium (CEF) - no IPC! Backend and UI communication goes through in-process channels - built-in binary-diff auto-update - cross-compile from one machine