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...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
16,679
Downloads of v 88.0.4324.1821:
427
Last Update:
28 Feb 2021
Package Maintainer(s):
Software Author(s):
- ungoogled-software
Tags:
ungoogled chromium ungoogled-chromium blink chrome privacy security browser- Software Specific:
- Software Site
- Software Source
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

ungoogled-chromium
- Software Specific:
- Software Site
- Software Source
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
16,679
Downloads of v 88.0.4324.1821:
427
Software Author(s):
- ungoogled-software
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.
All Checks are Passing
2 Passing Test
To install ungoogled-chromium, run the following command from the command line or from PowerShell:
To upgrade ungoogled-chromium, run the following command from the command line or from PowerShell:
To uninstall ungoogled-chromium, 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 ungoogled-chromium --internalize --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 ungoogled-chromium -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 ungoogled-chromium -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 ungoogled-chromium installed
win_chocolatey:
name: ungoogled-chromium
state: present
version: 88.0.4324.1821
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 'ungoogled-chromium' do
action :install
version '88.0.4324.1821'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: ungoogled-chromium,
Version: 88.0.4324.1821,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller ungoogled-chromium
{
Name = 'ungoogled-chromium'
Ensure = 'Present'
Version = '88.0.4324.1821'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'ungoogled-chromium':
provider => 'chocolatey',
ensure => '88.0.4324.1821',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install ungoogled-chromium version="88.0.4324.1821" 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.
This package was approved as a trusted package on 01 Mar 2021.
ungoogled-chromium is a set of configuration flags, patches, and custom scripts. These components altogether strive to accomplish the following:
- Disable or remove offending services and features that communicate with Google or weaken privacy
- Strip binaries from the source tree, and use those provided by the system or build them from source
- Add, modify, or disable features that inhibit control and transparency (these changes are minor and do not have significant impacts on the general user experience)
ungoogled-chromium should not be considered a fork of Chromium. The main reason for this is that a fork is associated with more significant deviations from the Chromium, such as branding, configuration formats, file locations, and other interface changes. ungoogled-chromium will not modify the Chromium browser outside of the project's goals. Since these goals and requirements are not precise, unclear situations are discussed and decided on a case-by-case basis.
BSD 3-Clause License
Copyright (c) 2015-2020, The ungoogled-chromium Authors
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Go to
x86_64: https://github.com/tangalbert919/ungoogled-chromium-binaries/releases/download/88.0.4324.182-1/ungoogled-chromium_88.0.4324.182-1.1_windows-x64.zip
to download the ZIP archive.
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum64: 08A2790B12C05C7D122FC0FECB7BE5975197D51E5945632BEF1CD9DB35EA556D
The included 'LICENSE.txt' file have been obtained from: https://cdn.rawgit.com/Eloston/ungoogled-chromium/88.0.4324.182-1/LICENSE
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
file64 = "$toolsDir\ungoogled-chromium_88.0.4324.182-1.1_windows-x64.zip"
destination = $toolsDir
}
Get-ChocolateyUnzip @packageArgs
Remove-Item $toolsDir\*.zip -ea 0
md5: 0C5FBA8960FB59C5F5644F4E36EDD054 | sha1: 563CCC016040ACF104B2014C6D6F4D0889B5F0CF | sha256: 08A2790B12C05C7D122FC0FECB7BE5975197D51E5945632BEF1CD9DB35EA556D | sha512: 1E64E1E7EB4F5ECC98BD3AB50A62B358D1EF97420D94643E3B56FE8A25129102CA05A8616D65FED93186B06149FAAED0AE525384F7A9CD154E9E92871D1A2F54
Log in or click on link to see number of positives.
- d3dcompiler_47.dll (44422e6936dc) - ## / 69
- ungoogled-chromium.88.0.4324.1821.nupkg (75dacabeb86d) - ## / 58
- ungoogled-chromium_88.0.4324.182-1.1_windows-x64.zip (08a2790b12c0) - ## / 59
- chrome.dll (625a405387d0) - ## / 66
- chrome.exe (da2e7551fac5) - ## / 70
- chrome_elf.dll (2f0f2082661f) - ## / 69
- chrome_proxy.exe (501ecaa8a09c) - ## / 69
- chrome_pwa_launcher.exe (8615229ca748) - ## / 70
- elevation_service.exe (b6c82198f283) - ## / 69
- libEGL.dll (5d41a81f69b5) - ## / 69
- libGLESv2.dll (4434525e44c1) - ## / 69
- mojo_core.dll (cabc342a6503) - ## / 69
- notification_helper.exe (e4130807b053) - ## / 66
- libEGL.dll (09f1aac555e6) - ## / 69
- libGLESv2.dll (b10daa6361a2) - ## / 68
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 |
---|---|---|---|
ungoogled-chromium 88.0.4324.1821 | 427 | Sunday, February 28, 2021 | Approved |
ungoogled-chromium 88.0.4324.1501 | 1114 | Monday, February 15, 2021 | Approved |
ungoogled-chromium 87.0.4280.1411 | 1366 | Saturday, January 16, 2021 | Approved |
ungoogled-chromium 87.0.4280.671 | 1523 | Friday, December 4, 2020 | Approved |
ungoogled-chromium 86.0.4240.1831 | 577 | Thursday, November 12, 2020 | Approved |
ungoogled-chromium 85.0.4183.1211 | 1313 | Monday, October 5, 2020 | Approved |
ungoogled-chromium 85.0.4183.1021 | 612 | Sunday, September 20, 2020 | Approved |
ungoogled-chromium 84.0.4147.1351 | 779 | Tuesday, August 25, 2020 | Approved |
ungoogled-chromium 84.0.4147.1251 | 335 | Wednesday, August 19, 2020 | Approved |
ungoogled-chromium 84.0.4147.1051 | 482 | Thursday, August 6, 2020 | Approved |
ungoogled-chromium 81.0.4044.1381 | 1242 | Monday, May 18, 2020 | Approved |
ungoogled-chromium 80.0.3987.1492 | 920 | Thursday, April 2, 2020 | Approved |
ungoogled-chromium 80.0.3987.1321 | 629 | Monday, March 9, 2020 | Approved |
ungoogled-chromium 79.0.3945.1302 | 586 | Sunday, February 2, 2020 | Approved |
ungoogled-chromium 79.0.3945.1171 | 480 | Thursday, January 9, 2020 | Approved |
ungoogled-chromium 79.0.3945.881 | 208 | Saturday, December 28, 2019 | Approved |
ungoogled-chromium 78.0.3904.1081 | 492 | Monday, November 25, 2019 | Approved |
ungoogled-chromium 78.0.3904.972 | 185 | Monday, November 18, 2019 | Approved |
ungoogled-chromium 78.0.3904.971 | 187 | Monday, November 11, 2019 | Approved |
ungoogled-chromium 78.0.3904.871 | 163 | Wednesday, November 6, 2019 | Approved |
ungoogled-chromium 77.0.3865.1201 | 291 | Monday, October 21, 2019 | Approved |
ungoogled-chromium 77.0.3865.901 | 198 | Monday, October 7, 2019 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about ungoogled-chromium and the ungoogled-chromium 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 ungoogled-chromium, 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.