Inicia sesión
The WebView2 Evergreen Runtime comes pre-installed on Windows 11 and modern updates of Windows 10. For older or stripped-down enterprise environments, a lightweight bootstrapper can easily be chained into your app's installation process. Architectural Workflow: How It Works
Beyond Microsoft's own applications, many Windows services that surface web-based sign-in, dashboards, or card feeds increasingly instantiate WebView2 rather than older engines. The component is available for applications written in C++ and the .NET family of languages (C#, F#, and VB).
You can check for the existence of the following registry key or file path: evergreen webview2
Evergreen runtime supports Windows 7 ESU (Extended Security Updates) as well. However, on legacy OS, the runtime won’t auto-update if the OS itself is out of support. Plan accordingly.
: A small (~2MB) executable that downloads the correct runtime architecture (x86, x64, or ARM64) on-demand. The component is available for applications written in
The maintenance and security patching of the browser engine are handled by Microsoft, reducing developer overhead. Why Choose Evergreen WebView2?
While automated, certain issues may arise requiring manual intervention: Plan accordingly
As Microsoft's best practices documentation emphasizes, "Keep the WebView2 Runtime evergreen (i.e., updated) to future-proof your app".
By choosing Evergreen, you: