Evergreen Webview2 — Fast

: Use CreateCoreWebView2Environment (C++) or EnsureCoreWebView2Async (.NET) without specifying a browser executable folder. This tells the app to look for the system-installed Evergreen runtime.

Evergreen WebView2 is a runtime environment that allows developers to embed a modern web browser, specifically Microsoft Edge, into their desktop applications. This enables the use of web technologies such as HTML, CSS, and JavaScript to build desktop applications. evergreen webview2

Distribute your app and the WebView2 Runtime - Microsoft Learn specifically Microsoft Edge

var options = new CoreWebView2EnvironmentOptions(); var env = await CoreWebView2Environment.CreateAsync( userDataFolder: @"C:\AppData\UserA" ); evergreen webview2