Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

3,512,361

Downloads of v 139.0.3405.125:

37,199

Last Update:

29 Aug 2025

Package Maintainer(s):

Software Author(s):

  • Microsoft

Tags:

WebView2 Runtime (Install)

This is not the latest version of WebView2 Runtime (Install) available.

  • 1
  • 2
  • 3

139.0.3405.125 | Updated: 29 Aug 2025

Downloads:

3,512,361

Downloads of v 139.0.3405.125:

37,199

Maintainer(s):

Software Author(s):

  • Microsoft

WebView2 Runtime (Install) 139.0.3405.125

This is not the latest version of WebView2 Runtime (Install) available.

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Microsoft. The inclusion of Microsoft trademark(s), if any, upon this webpage is solely to identify Microsoft goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install WebView2 Runtime (Install), run the following command from the command line or from PowerShell:

>

To upgrade WebView2 Runtime (Install), run the following command from the command line or from PowerShell:

>

To uninstall WebView2 Runtime (Install), run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade webview2-runtime -y --source="'INTERNAL REPO URL'" --version="'139.0.3405.125'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade webview2-runtime -y --source="'INTERNAL REPO URL'" --version="'139.0.3405.125'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install webview2-runtime
  win_chocolatey:
    name: webview2-runtime
    version: '139.0.3405.125'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'webview2-runtime' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '139.0.3405.125'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller webview2-runtime
{
    Name     = "webview2-runtime"
    Version  = "139.0.3405.125"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'webview2-runtime':
  ensure   => '139.0.3405.125',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 29 Aug 2025.

Description

The Microsoft Edge WebView2 control allows you to embed web technologies (HTML, CSS, and JavaScript) in your native apps. The WebView2 control uses Microsoft Edge as the rendering engine to display the web content in native apps.

With WebView2, you can embed web code in different parts of your native app, or build all of the native app within a single WebView instance.

WebView2

Notes

  • This package uses the offline installer.
  • It has been shown in testing that after installation, the components may need some extra time to register on Windows. If you have issues, please restart the application or in extreme cases a repair may be needed.
  • This is an automatically updated package. If you find it is out of date by more than a week, please contact the maintainer(s) and let them know the package is no longer updating correctly.
  • I am unable to answer comments left on Disqus. If you have something related to the package:
    1. Raise a discussion for questions.
    2. Raise an issue for a broken package.

tools\.skipAutoUninstaller
 
tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop'

$toolsDir   = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$softwareVersion = '139.0.3405.125'
$installedVersionRegKeyx64 = 'HKLM:\SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate\Clients\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}\'
$installedVersionRegKeyx86 = 'HKLM:\SOFTWARE\Microsoft\EdgeUpdate\Clients\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}\'

# If WebView2 runtime is already installed, with a later version, an error code -2147219187 is given.
# See https://github.com/pauby/ChocoPackages/issues/241
# WebView2 runtime is automatically updated, likely by Windows Update.
# (see https://github.com/MicrosoftEdge/WebView2Feedback/issues/925#issuecomment-777894384)
# Like the KB packages, we need to detect if this installation is needed
#
# This package will do three things:
#   1. If --force is given ($env:ChocolateyForce), install the software.
#   2. If the locally installed WebView2 runtime version is older than the package version, install it.
#   3. If the locally installed WebView2 runtime version is newer than the package version, don't install but return success.

if (-not $env:ChocolateyForce) {

    Write-Verbose 'The --force command line option was not used.'

    if (Get-OSArchitectureWidth 32) {
        $regKey = $installedVersionRegKeyx86
    }
    else {
        $regKey = $installedVersionRegKeyx64
    }

    $installedVersion = (Get-ItemProperty -Path $regKey -ErrorAction SilentlyContinue).pv
    Write-Verbose "Found installed version of WebView2 runtime: v$($installedVersion)"

    if ($installedVersion) {
        Write-Verbose "Found version v$($installedVersion) of WebView2 runtime installed, at registry key '$regKey'."

        if ([version]$installedVersion -ge [version]$softwareVersion) {
            Write-Warning "The installed version of WebView2 runtime (v$($installedVersion)) is the same as, or later, than the version to be installed by this package (v$($softwareVersion))."
            Write-Warning 'As a result, WebView2 runtime has not been installed.'
            Write-Warning 'If you want to force the installation, please manually remove WebView2 runtime and install the package again.'
            Write-Warning 'Alternatively, you can force a reinstall by using the --force option on the command line. Depending on the installed version of WebView2 runtime, you may get an error requiring you to follow the above step.'
            exit 0
        }
        else {
            Write-Verbose "Did not find a version number for WebView2 runtime, at registry key '$regKey'."
            Write-Verbose 'Assuming WebView2 runtime software is not installed.'
        }
    }
}
else {
    Write-Verbose 'The --force command line option was used.'
}

$packageArgs = @{
    packageName   = $env:ChocolateyPackageName
    unzipLocation = $toolsDir
    fileType      = 'EXE' #only one of these: exe, msi, msu
    url           = 'https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/eb361492-f9f3-48ca-ac3a-217ce4e06798/MicrosoftEdgeWebView2RuntimeInstallerX86.exe'
    url64         = 'https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/83a2a636-f0d6-4fbd-9dd6-ffe7010332c0/MicrosoftEdgeWebView2RuntimeInstallerX64.exe'
    softwareName  = 'Microsoft Edge WebView2*' #part or all of the Display Name as you see it in Programs and Features. It should be enough to be unique

    checksum      = '901b015c199b13011b59344ec1f74a3bc6d7442c660242a1a96d9d7fcf9295e0'
    checksum64    = '38d4667a66a9be77675d1064918c4752ce41d0283e0c9b038fd1ca324deae4e1'
    checksumType  = 'sha256'

    silentArgs    = '/silent /install'
    validExitCodes= @(0)
}

Install-ChocolateyPackage @packageArgs
tools\chocolateyuninstall.ps1
$ErrorActionPreference = 'Stop'

$packageArgs = @{
  packageName   = $env:ChocolateyPackageName
  softwareName  = 'Microsoft Edge WebView2 Runtime'
  fileType      = 'EXE'
  # MSI
  silentArgs    = '--uninstall --msedgewebview --system-level --verbose-logging --force-uninstall'
  validExitCodes = @(0, 19)   # no matter the combination of switches I use, 19 is always the exit code
}

[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']

if ($key.Count -eq 1) {
    $packageArgs['file'] = ($key.UninstallString).replace(' --uninstall --msedgewebview --system-level --verbose-logging', '')

    Uninstall-ChocolateyPackage @packageArgs
}
elseif ($key.Count -eq 0) {
  Write-Warning "$packageName has already been uninstalled by other means."
}
elseif ($key.Count -gt 1) {
  Write-Warning "$($key.Count) matches found!"
  Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
  Write-Warning "Please alert package maintainer the following keys were matched:"
  $key | % {Write-Warning "- $($_.DisplayName)"}
}

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
WebView2 Runtime (Install) 139.0.3405.125 37199 Friday, August 29, 2025 Approved
WebView2 Runtime (Install) 139.0.3405.119 24525 Tuesday, August 26, 2025 Approved
WebView2 Runtime (Install) 139.0.3405.111 27264 Friday, August 22, 2025 Approved
WebView2 Runtime (Install) 139.0.3405.102 32418 Saturday, August 16, 2025 Approved
WebView2 Runtime (Install) 139.0.3405.86 33663 Friday, August 8, 2025 Approved
WebView2 Runtime (Install) 138.0.3351.121 31659 Friday, August 1, 2025 Approved
WebView2 Runtime (Install) 138.0.3351.109 27388 Friday, July 25, 2025 Approved
WebView2 Runtime (Install) 138.0.3351.95 35119 Wednesday, July 16, 2025 Approved
WebView2 Runtime (Install) 138.0.3351.83 30259 Friday, July 11, 2025 Approved
WebView2 Runtime (Install) 138.0.3351.78 6032 Wednesday, July 9, 2025 Approved
WebView2 Runtime (Install) 138.0.3351.77 99128 Tuesday, July 8, 2025 Approved
WebView2 Runtime (Install) 138.0.3351.65 32935 Tuesday, July 1, 2025 Approved
WebView2 Runtime (Install) 138.0.3351.55 27593 Friday, June 27, 2025 Approved
WebView2 Runtime (Install) 137.0.3296.83 601708 Sunday, June 15, 2025 Approved
WebView2 Runtime (Install) 137.0.3296.68 40551 Saturday, June 7, 2025 Approved
WebView2 Runtime (Install) 137.0.3296.62 24755 Wednesday, June 4, 2025 Approved
WebView2 Runtime (Install) 137.0.3296.58 19957 Tuesday, June 3, 2025 Approved
WebView2 Runtime (Install) 137.0.3296.52 23890 Friday, May 30, 2025 Approved
WebView2 Runtime (Install) 136.0.3240.92 32171 Friday, May 23, 2025 Approved
WebView2 Runtime (Install) 136.0.3240.76 38976 Thursday, May 15, 2025 Approved
WebView2 Runtime (Install) 136.0.3240.64 35108 Friday, May 9, 2025 Approved
WebView2 Runtime (Install) 136.0.3240.50 34289 Friday, May 2, 2025 Approved
WebView2 Runtime (Install) 135.0.3179.98 34044 Friday, April 25, 2025 Approved
WebView2 Runtime (Install) 135.0.3179.85 32252 Friday, April 18, 2025 Approved
WebView2 Runtime (Install) 135.0.3179.73 29001 Saturday, April 12, 2025 Approved
WebView2 Runtime (Install) 135.0.3179.66 19055 Wednesday, April 9, 2025 Approved
WebView2 Runtime (Install) 135.0.3179.54 26701 Friday, April 4, 2025 Approved
WebView2 Runtime (Install) 134.0.3124.93 35525 Thursday, March 27, 2025 Approved
WebView2 Runtime (Install) 134.0.3124.85 24013 Tuesday, March 25, 2025 Approved
WebView2 Runtime (Install) 134.0.3124.83 22055 Saturday, March 22, 2025 Approved
WebView2 Runtime (Install) 134.0.3124.72 39844 Saturday, March 15, 2025 Approved
WebView2 Runtime (Install) 134.0.3124.68 10433 Friday, March 14, 2025 Approved
WebView2 Runtime (Install) 134.0.3124.66 14786 Wednesday, March 12, 2025 Approved
WebView2 Runtime (Install) 133.0.3065.92 42778 Friday, February 28, 2025 Approved
WebView2 Runtime (Install) 133.0.3065.82 32205 Saturday, February 22, 2025 Approved
WebView2 Runtime (Install) 133.0.3065.69 33255 Saturday, February 15, 2025 Approved
WebView2 Runtime (Install) 133.0.3065.59 25516 Tuesday, February 11, 2025 Approved
WebView2 Runtime (Install) 133.0.3065.51 22379 Friday, February 7, 2025 Approved
WebView2 Runtime (Install) 132.0.2957.140 31959 Friday, January 31, 2025 Approved
WebView2 Runtime (Install) 132.0.2957.127 23593 Saturday, January 25, 2025 Approved
WebView2 Runtime (Install) 132.0.2957.115 18890 Saturday, January 18, 2025 Approved
WebView2 Runtime (Install) 131.0.2903.146 23093 Saturday, January 11, 2025 Approved
WebView2 Runtime (Install) 131.0.2903.112 33757 Friday, December 20, 2024 Approved
WebView2 Runtime (Install) 131.0.2903.99 26780 Friday, December 13, 2024 Approved
WebView2 Runtime (Install) 131.0.2903.86 32427 Friday, December 6, 2024 Approved
WebView2 Runtime (Install) 131.0.2903.70 42213 Tuesday, November 26, 2024 Approved
WebView2 Runtime (Install) 131.0.2903.63 20149 Friday, November 22, 2024 Approved
WebView2 Runtime (Install) 131.0.2903.51 36039 Saturday, November 16, 2024 Approved
WebView2 Runtime (Install) 131.0.2903.48 13177 Friday, November 15, 2024 Approved
WebView2 Runtime (Install) 130.0.2849.80 34119 Friday, November 8, 2024 Approved
WebView2 Runtime (Install) 130.0.2849.68 38227 Friday, November 1, 2024 Approved
WebView2 Runtime (Install) 130.0.2849.56 36063 Friday, October 25, 2024 Approved
WebView2 Runtime (Install) 130.0.2849.52 6915 Wednesday, October 23, 2024 Approved
WebView2 Runtime (Install) 130.0.2849.46 14227 Friday, October 18, 2024 Approved
WebView2 Runtime (Install) 129.0.2792.89 17891 Friday, October 11, 2024 Approved
WebView2 Runtime (Install) 129.0.2792.79 13356 Friday, October 4, 2024 Approved
WebView2 Runtime (Install) 129.0.2792.65 22534 Friday, September 27, 2024 Approved
WebView2 Runtime (Install) 129.0.2792.52 24143 Friday, September 20, 2024 Approved
WebView2 Runtime (Install) 128.0.2739.79 13425 Friday, September 13, 2024 Approved
WebView2 Runtime (Install) 128.0.2739.67 10809 Friday, September 6, 2024 Approved
WebView2 Runtime (Install) 128.0.2739.63 11346 Wednesday, September 4, 2024 Approved
WebView2 Runtime (Install) 128.0.2739.54 15394 Friday, August 30, 2024 Approved
WebView2 Runtime (Install) 128.0.2739.42 18320 Friday, August 23, 2024 Approved
WebView2 Runtime (Install) 127.0.2651.105 17386 Friday, August 16, 2024 Approved
WebView2 Runtime (Install) 127.0.2651.98 17850 Friday, August 9, 2024 Approved
WebView2 Runtime (Install) 127.0.2651.86 18844 Friday, August 2, 2024 Approved
WebView2 Runtime (Install) 127.0.2651.74 14645 Friday, July 26, 2024 Approved
WebView2 Runtime (Install) 126.0.2592.113 14666 Friday, July 19, 2024 Approved
WebView2 Runtime (Install) 126.0.2592.102 17517 Friday, July 12, 2024 Approved
WebView2 Runtime (Install) 126.0.2592.87 22632 Wednesday, July 3, 2024 Approved
WebView2 Runtime (Install) 126.0.2592.81 12644 Friday, June 28, 2024 Approved
WebView2 Runtime (Install) 126.0.2592.68 16821 Friday, June 21, 2024 Approved
WebView2 Runtime (Install) 126.0.2592.61 8832 Tuesday, June 18, 2024 Approved
WebView2 Runtime (Install) 126.0.2592.56 12003 Friday, June 14, 2024 Approved
WebView2 Runtime (Install) 125.0.2535.92 15561 Friday, June 7, 2024 Approved
WebView2 Runtime (Install) 125.0.2535.85 9932 Tuesday, June 4, 2024 Approved
WebView2 Runtime (Install) 125.0.2535.79 13896 Friday, May 31, 2024 Approved
WebView2 Runtime (Install) 125.0.2535.67 21673 Saturday, May 25, 2024 Approved
WebView2 Runtime (Install) 125.0.2535.51 16820 Tuesday, May 21, 2024 Approved
WebView2 Runtime (Install) 123.0.2420.81 193546 Friday, April 12, 2024 Approved
WebView2 Runtime (Install) 122.0.2365.80 47700 Friday, March 8, 2024 Approved
WebView2 Runtime (Install) 122.0.2365.66 16014 Saturday, March 2, 2024 Approved
WebView2 Runtime (Install) 122.0.2365.63 4885 Friday, March 1, 2024 Approved
WebView2 Runtime (Install) 122.0.2365.59 7532 Wednesday, February 28, 2024 Approved
WebView2 Runtime (Install) 122.0.2365.52 71440 Saturday, February 24, 2024 Approved
WebView2 Runtime (Install) 121.0.2277.128 16729 Friday, February 16, 2024 Approved
WebView2 Runtime (Install) 121.0.2277.112 15944 Friday, February 9, 2024 Approved
WebView2 Runtime (Install) 121.0.2277.106 8896 Tuesday, February 6, 2024 Approved
WebView2 Runtime (Install) 121.0.2277.98 13842 Friday, February 2, 2024 Approved
WebView2 Runtime (Install) 121.0.2277.83 34179 Friday, January 26, 2024 Approved
WebView2 Runtime (Install) 120.0.2210.144 14932 Thursday, January 18, 2024 Approved
WebView2 Runtime (Install) 120.0.2210.133 12011 Friday, January 12, 2024 Approved
WebView2 Runtime (Install) 120.0.2210.121 11363 Saturday, January 6, 2024 Approved
WebView2 Runtime (Install) 120.0.2210.91 13695 Friday, December 22, 2023 Approved
WebView2 Runtime (Install) 120.0.2210.89 4114 Thursday, December 21, 2023 Approved
WebView2 Runtime (Install) 120.0.2210.77 10234 Friday, December 15, 2023 Approved
WebView2 Runtime (Install) 120.0.2210.61 14557 Friday, December 8, 2023 Approved
WebView2 Runtime (Install) 119.0.2151.97 12533 Thursday, November 30, 2023 Approved
WebView2 Runtime (Install) 119.0.2151.72 12745 Friday, November 17, 2023 Approved
WebView2 Runtime (Install) 119.0.2151.58 11316 Friday, November 10, 2023 Approved
WebView2 Runtime (Install) 119.0.2151.44 10794 Friday, November 3, 2023 Approved
WebView2 Runtime (Install) 118.0.2088.76 19494 Saturday, October 28, 2023 Approved
WebView2 Runtime (Install) 118.0.2088.69 8806 Wednesday, October 25, 2023 Approved
WebView2 Runtime (Install) 118.0.2088.61 11996 Saturday, October 21, 2023 Approved
WebView2 Runtime (Install) 118.0.2088.57 7108 Thursday, October 19, 2023 Approved
WebView2 Runtime (Install) 118.0.2088.46 10827 Saturday, October 14, 2023 Approved
WebView2 Runtime (Install) 117.0.2045.60 9536 Saturday, October 7, 2023 Approved
WebView2 Runtime (Install) 117.0.2045.55 5625 Thursday, October 5, 2023 Approved
WebView2 Runtime (Install) 117.0.2045.47 8053 Saturday, September 30, 2023 Approved
WebView2 Runtime (Install) 117.0.2045.43 7674 Monday, September 25, 2023 Approved
WebView2 Runtime (Install) 117.0.2045.41 5343 Sunday, September 24, 2023 Approved
WebView2 Runtime (Install) 117.0.2045.40 3534 Saturday, September 23, 2023 Approved
WebView2 Runtime (Install) 117.0.2045.36 6980 Wednesday, September 20, 2023 Approved
WebView2 Runtime (Install) 117.0.2045.35 800 Tuesday, September 19, 2023 Approved
WebView2 Runtime (Install) 117.0.2045.31 15223 Saturday, September 16, 2023 Approved
WebView2 Runtime (Install) 116.0.1938.81 6093 Wednesday, September 13, 2023 Approved
WebView2 Runtime (Install) 116.0.1938.76 5287 Friday, September 8, 2023 Approved
WebView2 Runtime (Install) 116.0.1938.69 8225 Friday, September 1, 2023 Approved
WebView2 Runtime (Install) 116.0.1938.62 6006 Saturday, August 26, 2023 Approved
WebView2 Runtime (Install) 116.0.1938.54 5181 Tuesday, August 22, 2023 Approved
WebView2 Runtime (Install) 115.0.1901.203 8086 Friday, August 11, 2023 Approved
WebView2 Runtime (Install) 115.0.1901.200 6121 Tuesday, August 8, 2023 Approved
WebView2 Runtime (Install) 115.0.1901.188 11156 Friday, July 28, 2023 Approved
WebView2 Runtime (Install) 115.0.1901.183 6298 Saturday, July 22, 2023 Approved
WebView2 Runtime (Install) 114.0.1823.82 6687 Friday, July 14, 2023 Approved
WebView2 Runtime (Install) 114.0.1823.79 4964 Tuesday, July 11, 2023 Approved
WebView2 Runtime (Install) 114.0.1823.67 8033 Friday, June 30, 2023 Approved
WebView2 Runtime (Install) 114.0.1823.58 5639 Friday, June 23, 2023 Approved
WebView2 Runtime (Install) 114.0.1823.55 4080 Tuesday, June 20, 2023 Approved
WebView2 Runtime (Install) 114.0.1823.51 3785 Friday, June 16, 2023 Approved
WebView2 Runtime (Install) 114.0.1823.43 5415 Friday, June 9, 2023 Approved
WebView2 Runtime (Install) 114.0.1823.41 3296 Wednesday, June 7, 2023 Approved
WebView2 Runtime (Install) 114.0.1823.37 2465 Monday, June 5, 2023 Approved
WebView2 Runtime (Install) 113.0.1774.57 7082 Sunday, May 28, 2023 Approved
WebView2 Runtime (Install) 110.0.1587.69 28892 Sunday, March 12, 2023 Approved
WebView2 Runtime (Install) 110.0.1587.63 4330 Sunday, March 5, 2023 Approved
WebView2 Runtime (Install) 110.0.1587.57 2755 Tuesday, February 28, 2023 Approved
WebView2 Runtime (Install) 110.0.1587.56 2011 Sunday, February 26, 2023 Approved
WebView2 Runtime (Install) 110.0.1587.50 2824 Tuesday, February 21, 2023 Approved
WebView2 Runtime (Install) 110.0.1587.49 1683 Sunday, February 19, 2023 Approved
WebView2 Runtime (Install) 110.0.1587.46 943 Saturday, February 18, 2023 Approved
WebView2 Runtime (Install) 109.0.1518.78 5476 Sunday, February 5, 2023 Approved
WebView2 Runtime (Install) 109.0.1518.70 2882 Monday, January 30, 2023 Approved
WebView2 Runtime (Install) 109.0.1518.69 1062 Saturday, January 28, 2023 Approved
WebView2 Runtime (Install) 109.0.1518.61 2743 Sunday, January 22, 2023 Approved
WebView2 Runtime (Install) 109.0.1518.52 3927 Monday, January 16, 2023 Approved
WebView2 Runtime (Install) 108.0.1462.76 3563 Sunday, January 8, 2023 Approved
WebView2 Runtime (Install) 108.0.1462.54 5059 Sunday, December 18, 2022 Approved
WebView2 Runtime (Install) 108.0.1462.46 2945 Sunday, December 11, 2022 Approved
WebView2 Runtime (Install) 108.0.1462.44 732 Friday, December 9, 2022 Approved
WebView2 Runtime (Install) 107.0.1418.62 3271 Thursday, December 1, 2022 Approved
WebView2 Runtime (Install) 107.0.1418.56 2441 Thursday, November 24, 2022 Approved
WebView2 Runtime (Install) 107.0.1418.52 2221 Sunday, November 20, 2022 Approved
WebView2 Runtime (Install) 107.0.1418.42 3670 Sunday, November 13, 2022 Approved
WebView2 Runtime (Install) 107.0.1418.35 2702 Sunday, November 6, 2022 Approved
WebView2 Runtime (Install) 107.0.1418.26 2007 Tuesday, November 1, 2022 Approved
WebView2 Runtime (Install) 107.0.1418.24 1297 Sunday, October 30, 2022 Approved
WebView2 Runtime (Install) 106.0.1370.52 2026 Sunday, October 23, 2022 Approved
WebView2 Runtime (Install) 106.0.1370.47 1798 Monday, October 17, 2022 Approved
WebView2 Runtime (Install) 106.0.1370.42 5943 Thursday, October 13, 2022 Approved
WebView2 Runtime (Install) 106.0.1370.37 2023 Sunday, October 9, 2022 Approved
WebView2 Runtime (Install) 106.0.1370.34 1298 Thursday, October 6, 2022 Approved
WebView2 Runtime (Install) 105.0.1343.53 2406 Thursday, September 29, 2022 Approved
WebView2 Runtime (Install) 105.0.1343.50 1611 Sunday, September 25, 2022 Approved
WebView2 Runtime (Install) 105.0.1343.42 2161 Sunday, September 18, 2022 Approved
WebView2 Runtime (Install) 105.0.1343.33 2103 Sunday, September 11, 2022 Approved
WebView2 Runtime (Install) 105.0.1343.27 1775 Tuesday, September 6, 2022 Approved
WebView2 Runtime (Install) 105.0.1343.25 1377 Sunday, September 4, 2022 Approved
WebView2 Runtime (Install) 104.0.1293.70 2146 Sunday, August 28, 2022 Approved
WebView2 Runtime (Install) 104.0.1293.63 2080 Monday, August 22, 2022 Approved
WebView2 Runtime (Install) 104.0.1293.54 2102 Sunday, August 14, 2022 Approved
WebView2 Runtime (Install) 104.0.1293.47 1537 Monday, August 8, 2022 Approved
WebView2 Runtime (Install) 103.0.1264.77 2308 Sunday, July 31, 2022 Approved
WebView2 Runtime (Install) 103.0.1264.71 1979 Monday, July 25, 2022 Approved
WebView2 Runtime (Install) 103.0.1264.62 2123 Sunday, July 17, 2022 Approved
WebView2 Runtime (Install) 103.0.1264.49 1769 Saturday, July 9, 2022 Approved
WebView2 Runtime (Install) 103.0.1264.44 1848 Sunday, July 3, 2022 Approved
WebView2 Runtime (Install) 103.0.1264.37 1676 Monday, June 27, 2022 Approved
WebView2 Runtime (Install) 102.0.1245.44 1948 Sunday, June 19, 2022 Approved
WebView2 Runtime (Install) 101.0.1210.53 2411 Sunday, May 22, 2022 Approved
WebView2 Runtime (Install) 101.0.1210.47 971 Monday, May 16, 2022 Approved
WebView2 Runtime (Install) 101.0.1210.39 1133 Sunday, May 8, 2022 Approved
WebView2 Runtime (Install) 101.0.1210.32 727 Monday, May 2, 2022 Approved
WebView2 Runtime (Install) 100.0.1185.50 115 Sunday, April 24, 2022 Approved
WebView2 Runtime (Install) 100.0.1185.44 124 Monday, April 18, 2022 Approved
WebView2 Runtime (Install) 100.0.1185.39 1049 Thursday, April 14, 2022 Approved
WebView2 Runtime (Install) 100.0.1185.36 757 Sunday, April 10, 2022 Approved
WebView2 Runtime (Install) 99.0.1150.46 152 Sunday, March 20, 2022 Approved
WebView2 Runtime (Install) 99.0.1150.39 143 Wednesday, March 16, 2022 Approved
WebView2 Runtime (Install) 99.0.1150.36 1227 Sunday, March 13, 2022 Approved

This package has no dependencies.

Discussion for the WebView2 Runtime (Install) Package

Ground Rules:

  • This discussion is only about WebView2 Runtime (Install) and the WebView2 Runtime (Install) package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or WebView2 Runtime (Install), or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus