Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...

Downloads:
22,990
Downloads of v 79.0.309.40:
812
Last Update:
03 Dec 2019
Package Maintainer(s):
Software Author(s):
- Microsoft
Tags:
edge-insider edge microsoft browser beta
Microsoft Edge Insider - Beta
This is not the latest version of Microsoft Edge Insider - Beta available.
Downloads:
22,990
Downloads of v 79.0.309.40:
812
Maintainer(s):
Software Author(s):
- Microsoft
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
Microsoft Edge Insider - Beta 79.0.309.40
This is not the latest version of Microsoft Edge Insider - Beta available.
All Checks are Passing
2 Passing Test
To install Microsoft Edge Insider - Beta, run the following command from the command line or from PowerShell:
To upgrade Microsoft Edge Insider - Beta, run the following command from the command line or from PowerShell:
To uninstall Microsoft Edge Insider - Beta, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
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://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
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download microsoft-edge-insider --internalize --version=79.0.309.40 --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade microsoft-edge-insider -y --source="'STEP 3 URL'" [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 microsoft-edge-insider -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure microsoft-edge-insider installed
win_chocolatey:
name: microsoft-edge-insider
state: present
version: 79.0.309.40
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'microsoft-edge-insider' do
action :install
version '79.0.309.40'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: microsoft-edge-insider,
Version: 79.0.309.40,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller microsoft-edge-insider
{
Name = 'microsoft-edge-insider'
Ensure = 'Present'
Version = '79.0.309.40'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'microsoft-edge-insider':
provider => 'chocolatey',
ensure => '79.0.309.40',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install microsoft-edge-insider version="79.0.309.40" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
There are versions of this package awaiting moderation . See the Version History section below.
This package was approved as a trusted package on 03 Dec 2019.
Updates released by Microsoft once a week. Updates submitted to Chocolatey Community Feed for moderation within 24 hours. If a new version has been out more than 24 hours and there is no pending version, please message me through Disqus, Gitter, or at ionred.dev (a t ) gmail [dot] com. This package is dev version of Microsoft's New Edge browser through the Insider Channel, now based in part on the Chromium open source browser. Portions of this browser are based on Third Party Open source software. The entire list of Microsoft utilized open source is available at https://thirdpartysource.microsoft.com/ while the portions and licenses specific to Edge Beta are available at edge://credits/ once installed.
$ErrorActionPreference = 'Stop';
$url32 = 'http://dl.delivery.mp.microsoft.com/filestreamingservice/files/cd1ebfbb-b2ef-4b0d-93b0-f31afcec37ae/MicrosoftEdgeBetaEnterpriseX86.msi'
$url64 = 'http://dl.delivery.mp.microsoft.com/filestreamingservice/files/4f6c9c38-76f1-437c-903d-81401b25b588/MicrosoftEdgeBetaEnterpriseX64.msi'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'MSI'
url = $url32
url64bit = $url64
softwareName = 'Microsoft Edge Beta'
checksum32 = '3c29954b706389193c83cbb2b3927a247a7390536be82f9e5453bb491b5627a3'
checksumType = 'sha256'
checksum64 = '01c98f3170cab6795197dce044efd1715e1ebafb899de4d9760e46095ef80091'
checksumType64= 'sha256'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes= @(0, 3010, 1641)
}
Install-ChocolateyPackage @packageArgs
Log in or click on link to see number of positives.
- microsoft-edge-insider.79.0.309.40.nupkg (2a2a7ad6c117) - ## / 61
- MicrosoftEdgeBetaEnterpriseX64.msi (01c98f3170ca) - ## / 58
- MicrosoftEdgeBetaEnterpriseX86.msi (3c29954b7063) - ## / 61
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.
Version | Downloads | Last Updated | Status |
---|---|---|---|
Microsoft Edge Insider - Beta 88.0.705.49 | 46 | Thursday, January 21, 2021 | Approved |
Microsoft Edge Insider - Beta 88.0.705.45 | 158 | Saturday, January 16, 2021 | Approved |
Microsoft Edge Insider - Beta 88.0.705.41 | 133 | Tuesday, January 12, 2021 | Approved |
Microsoft Edge Insider - Beta 88.0.705.29 | 408 | Tuesday, December 22, 2020 | Approved |
Microsoft Edge Insider - Beta 88.0.705.18 | 259 | Thursday, December 10, 2020 | Approved |
Microsoft Edge Insider - Beta 87.0.664.57 | 127 | Tuesday, December 8, 2020 | Approved |
Microsoft Edge Insider - Beta 87.0.664.55 | 122 | Friday, December 4, 2020 | Approved |
Microsoft Edge Insider - Beta 87.0.664.47 | 201 | Wednesday, November 25, 2020 | Approved |
Microsoft Edge Insider - Beta 87.0.664.41 | 7 | Friday, November 20, 2020 | Waiting for Maintainer |
Microsoft Edge Insider - Beta 87.0.664.36 | 6 | Tuesday, November 17, 2020 | Waiting for Maintainer |
Microsoft Edge Insider - Beta 87.0.664.30 | 322 | Tuesday, November 10, 2020 | Approved |
Microsoft Edge Insider - Beta 87.0.664.24 | 202 | Tuesday, November 3, 2020 | Approved |
Microsoft Edge Insider - Beta 87.0.664.18 | 203 | Tuesday, October 27, 2020 | Approved |
Microsoft Edge Insider - Beta 87.0.664.12 | 186 | Wednesday, October 21, 2020 | Approved |
Microsoft Edge Insider - Beta 86.0.622.43 | 132 | Friday, October 16, 2020 | Approved |
Microsoft Edge Insider - Beta 86.0.622.36 | 436 | Thursday, October 8, 2020 | Approved |
Microsoft Edge Insider - Beta 86.0.622.31 | 14 | Friday, October 2, 2020 | Waiting for Maintainer |
Microsoft Edge Insider - Beta 86.0.622.28 | 298 | Tuesday, September 29, 2020 | Approved |
Microsoft Edge Insider - Beta 86.0.622.19 | 243 | Saturday, September 19, 2020 | Approved |
Microsoft Edge Insider - Beta 86.0.622.15 | 172 | Tuesday, September 15, 2020 | Approved |
Microsoft Edge Insider - Beta 86.0.622.11 | 211 | Thursday, September 10, 2020 | Approved |
Microsoft Edge Insider - Beta 85.0.564.44 | 271 | Tuesday, September 1, 2020 | Approved |
Microsoft Edge Insider - Beta 85.0.564.30 | 461 | Tuesday, August 11, 2020 | Approved |
Microsoft Edge Insider - Beta 85.0.564.23 | 250 | Tuesday, August 4, 2020 | Approved |
Microsoft Edge Insider - Beta 85.0.564.18 | 225 | Wednesday, July 29, 2020 | Approved |
Microsoft Edge Insider - Beta 84.0.522.44 | 160 | Saturday, July 25, 2020 | Approved |
Microsoft Edge Insider - Beta 84.0.522.39 | 251 | Thursday, July 16, 2020 | Approved |
Microsoft Edge Insider - Beta 84.0.522.35 | 200 | Friday, July 10, 2020 | Approved |
Microsoft Edge Insider - Beta 84.0.522.28 | 309 | Saturday, June 27, 2020 | Approved |
Microsoft Edge Insider - Beta 84.0.522.26 | 142 | Thursday, June 25, 2020 | Approved |
Microsoft Edge Insider - Beta 84.0.522.20 | 211 | Saturday, June 20, 2020 | Approved |
Microsoft Edge Insider - Beta 79.0.309.65 | 5848 | Tuesday, January 14, 2020 | Approved |
Microsoft Edge Insider - Beta 79.0.309.63 | 995 | Saturday, January 11, 2020 | Approved |
Microsoft Edge Insider - Beta 79.0.309.60 | 781 | Thursday, January 9, 2020 | Approved |
Microsoft Edge Insider - Beta 79.0.309.58 | 1137 | Sunday, January 5, 2020 | Approved |
Microsoft Edge Insider - Beta 79.0.309.56 | 784 | Friday, December 27, 2019 | Approved |
Microsoft Edge Insider - Beta 79.0.309.54 | 632 | Wednesday, December 18, 2019 | Approved |
Microsoft Edge Insider - Beta 79.0.309.51 | 449 | Saturday, December 14, 2019 | Approved |
Microsoft Edge Insider - Beta 79.0.309.47 | 350 | Thursday, December 12, 2019 | Approved |
Microsoft Edge Insider - Beta 79.0.309.43 | 641 | Saturday, December 7, 2019 | Approved |
Microsoft Edge Insider - Beta 79.0.309.40 | 812 | Tuesday, December 3, 2019 | Approved |
Microsoft Edge Insider - Beta 79.0.309.30 | 802 | Saturday, November 23, 2019 | Approved |
Microsoft Edge Insider - Beta 79.0.309.25 | 480 | Tuesday, November 19, 2019 | Approved |
Microsoft Edge Insider - Beta 79.0.309.18 | 510 | Tuesday, November 12, 2019 | Approved |
Microsoft Edge Insider - Beta 79.0.309.15 | 257 | Friday, November 8, 2019 | Approved |
Microsoft Edge Insider - Beta 79.0.309.14 | 123 | Thursday, November 7, 2019 | Approved |
Microsoft Edge Insider - Beta 79.0.309.12 | 147 | Wednesday, November 6, 2019 | Approved |
Microsoft Edge Insider - Beta 79.0.309.11 | 217 | Monday, November 4, 2019 | Approved |
Microsoft Edge Insider - Beta 78.0.276.2000000024 | 108 | Sunday, November 3, 2019 | Approved |
Microsoft Edge Insider - Beta 78.0.276.2000000000 | 411 | Wednesday, October 23, 2019 | Approved |
Microsoft Edge Insider - Beta 78.0.276.1900000000 | 261 | Friday, October 18, 2019 | Approved |
Microsoft Edge Insider - Beta 78.0.276.1700000000 | 155 | Saturday, October 12, 2019 | Approved |
Microsoft Edge Insider - Beta 78.0.276.1400000001 | 133 | Wednesday, October 9, 2019 | Approved |
Microsoft Edge insider 78.0.276.1120191005 | 130 | Sunday, October 6, 2019 | Approved |
Microsoft Edge insider 78.0.276.14 | 59 | Monday, October 7, 2019 | Approved |
Microsoft Edge insider 78.0.276.11 | 141 | Thursday, October 3, 2019 | Approved |
Microsoft Edge insider 77.0.235.25 | 120 | Friday, September 20, 2019 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about Microsoft Edge Insider - Beta and the Microsoft Edge Insider - Beta 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 Microsoft Edge Insider - Beta, 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.