Downloads:
245,555
Downloads of v 132.0.0.1:
746
Last Update:
01 Nov 2024
Package Maintainer(s):
Software Author(s):
- LibreWolf contributors
Tags:
browser librewolf firefox fork- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
LibreWolf
- 1
- 2
- 3
132.0.0.1 | Updated: 01 Nov 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
245,555
Downloads of v 132.0.0.1:
746
Maintainer(s):
Software Author(s):
- LibreWolf contributors
LibreWolf 132.0.0.1
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by LibreWolf contributors. The inclusion of LibreWolf contributors trademark(s), if any, upon this webpage is solely to identify LibreWolf contributors goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install LibreWolf, run the following command from the command line or from PowerShell:
To upgrade LibreWolf, run the following command from the command line or from PowerShell:
To uninstall LibreWolf, run the following command from the command line or from PowerShell:
Deployment Method:
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
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download librewolf --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade librewolf -y --source="'INTERNAL REPO 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 librewolf -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install librewolf
win_chocolatey:
name: librewolf
version: '132.0.0.1'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'librewolf' do
action :install
source 'INTERNAL REPO URL'
version '132.0.0.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller librewolf
{
Name = "librewolf"
Version = "132.0.0.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'librewolf':
ensure => '132.0.0.1',
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.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 02 Nov 2024.
This project is an independent fork of Firefox, with the primary goals of privacy, security and user freedom.
LibreWolf is designed to increase protection against tracking and fingerprinting techniques, while also including a few security improvements. This is achieved through our privacy and security oriented settings and patches. LibreWolf also aims to remove all the telemetry, data collection and annoyances, as well as disabling anti-freedom features like DRM.
LibreWolf is NOT associated with Mozilla or its products.
Features
- No Telemetry — No experiments, adware, annoyances, or unnecessary distractions.
- Private Search — Privacy-conscious search providers: DuckDuckGo, Searx, Qwant and more.
- Content Blocker Included — uBlock Origin is already included for your convenience.
- Enhanced Privacy — Hardened to maximize privacy, without sacrificing usability.
- Fast Updates — LibreWolf is always built from the latest Firefox stable source, for up-to-date security and features along with stability.
- Open Source — Everyone can participate in the development of LibreWolf. Join us on GitLab and Matrix.
For more details read the full feature list.
$ErrorActionPreference = 'Stop';
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'librewolf'
fileType = 'exe'
silentArgs = '/S'
validExitCodes= @(0)
}
$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']
if ($key.Count -eq 1) {
$key | % {
$packageArgs['file'] = "$($_.UninstallString)"
if ($packageArgs['fileType'] -eq 'MSI') {
$packageArgs['silentArgs'] = "$($_.PSChildName) $($packageArgs['silentArgs'])"
$packageArgs['file'] = ''
} else {
}
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.
- librewolf.132.0.0.1.nupkg (83849365e5af) - ## / 67
- librewolf-132.0-1-windows-x86_64-setup.exe (e4fbf073d2ef) - ## / 47
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 |
---|---|---|---|---|
LibreWolf 132.0.0.1 | 746 | Friday, November 1, 2024 | Approved | |
LibreWolf 131.0.3.1 | 3056 | Friday, October 18, 2024 | Approved | |
LibreWolf 131.0.2.1 | 15 | Wednesday, October 9, 2024 | Approved | |
LibreWolf 131.0.0.1 | 2992 | Tuesday, October 8, 2024 | Approved | |
LibreWolf 130.0.1.1 | 3617 | Friday, September 20, 2024 | Approved | |
LibreWolf 130.0.0.3 | 2764 | Saturday, September 7, 2024 | Approved | |
LibreWolf 130.0.0.2 | 13 | Saturday, September 7, 2024 | Approved | |
LibreWolf 130.0.0.1 | 597 | Wednesday, September 4, 2024 | Approved | |
LibreWolf 129.0.2.1 | 3018 | Saturday, August 24, 2024 | Approved | |
LibreWolf 129.0.1.1 | 2802 | Wednesday, August 14, 2024 | Approved | |
LibreWolf 129.0.0.1 | 401 | Tuesday, August 13, 2024 | Approved | |
LibreWolf 128.0.3.2 | 2447 | Saturday, August 3, 2024 | Approved | |
LibreWolf 128.0.3.1 | 2053 | Saturday, July 27, 2024 | Approved | |
LibreWolf 128.0.0.2 | 3432 | Friday, July 12, 2024 | Approved | |
LibreWolf 127.0.2.2 | 3417 | Thursday, June 27, 2024 | Approved | |
LibreWolf 127.0.1.1 | 1714 | Sunday, June 23, 2024 | Approved | |
LibreWolf 127.0.0.1 | 1972 | Monday, June 17, 2024 | Approved | |
LibreWolf 126.0.1.1 | 3680 | Friday, May 31, 2024 | Approved | |
LibreWolf 126.0.0.1 | 3416 | Saturday, May 18, 2024 | Approved | |
LibreWolf 125.0.3.1 | 3783 | Wednesday, May 1, 2024 | Approved | |
LibreWolf 125.0.2.1 | 2377 | Wednesday, April 24, 2024 | Approved | |
LibreWolf 124.0.1.1 | 5641 | Saturday, March 23, 2024 | Approved | |
LibreWolf 123.0.1.1 | 3034 | Thursday, March 14, 2024 | Approved | |
LibreWolf 123.0.0.1 | 4488 | Saturday, February 24, 2024 | Approved | |
LibreWolf 122.0.0.2 | 6046 | Saturday, January 27, 2024 | Approved | |
LibreWolf 122.0.0.1 | 1609 | Wednesday, January 24, 2024 | Approved | |
LibreWolf 121.0.0.1 | 5637 | Sunday, December 24, 2023 | Approved | |
LibreWolf 120.0.1.1 | 5660 | Saturday, December 2, 2023 | Approved | |
LibreWolf 120.0.0.2 | 2795 | Friday, November 24, 2023 | Approved | |
LibreWolf 120.0.0.1 | 1390 | Tuesday, November 21, 2023 | Approved | |
LibreWolf 119.0.1.1 | 4108 | Friday, November 10, 2023 | Approved | |
LibreWolf 119.0.0.7 | 3155 | Tuesday, October 31, 2023 | Approved | |
LibreWolf 119.0.0.6 | 53 | Tuesday, October 31, 2023 | Approved | |
LibreWolf 119.0.0.5 | 1625 | Saturday, October 28, 2023 | Approved | |
LibreWolf 119.0.0.4 | 181 | Friday, October 27, 2023 | Approved | |
LibreWolf 118.0.2.1 | 4380 | Thursday, October 12, 2023 | Approved | |
LibreWolf 118.0.1.1 | 4624 | Thursday, September 28, 2023 | Approved | |
LibreWolf 117.0.1.1 | 3847 | Friday, September 15, 2023 | Approved | |
LibreWolf 117.0.0.1 | 3004 | Wednesday, September 6, 2023 | Approved | |
LibreWolf 116.0.3.1 | 5641 | Friday, August 18, 2023 | Approved | |
LibreWolf 116.0.2.1 | 2726 | Wednesday, August 9, 2023 | Approved | |
LibreWolf 116.0.0.1 | 2160 | Wednesday, August 2, 2023 | Approved | |
LibreWolf 115.0.2.2 | 4010 | Wednesday, July 12, 2023 | Approved | |
LibreWolf 115.0.1.1 | 1165 | Sunday, July 9, 2023 | Approved | |
LibreWolf 114.0.2.1 | 2979 | Friday, June 23, 2023 | Approved | |
LibreWolf 114.0.1.2 | 2624 | Saturday, June 10, 2023 | Approved | |
LibreWolf 114.0.0.1 | 473 | Friday, June 9, 2023 | Approved | |
LibreWolf 113.0.2.1 | 2310 | Wednesday, May 31, 2023 | Approved | |
LibreWolf 113.0.1.1 | 2335 | Tuesday, May 23, 2023 | Approved | |
LibreWolf 113.0.0.3 | 2302 | Saturday, May 13, 2023 | Approved | |
LibreWolf 112.0.2.1 | 2987 | Sunday, April 30, 2023 | Approved | |
LibreWolf 112.0.1.2 | 2726 | Wednesday, April 19, 2023 | Approved | |
LibreWolf 112.0.0.1 | 2121 | Tuesday, April 11, 2023 | Approved | |
LibreWolf 111.0.1.1 | 3111 | Saturday, March 25, 2023 | Approved | |
LibreWolf 111.0.0.3 | 2087 | Friday, March 17, 2023 | Approved | |
LibreWolf 110.0.0.1 | 4717 | Saturday, February 18, 2023 | Approved | |
LibreWolf 109.0.1.2 | 3054 | Thursday, February 2, 2023 | Approved | |
LibreWolf 109.0.0.1 | 2976 | Tuesday, January 17, 2023 | Approved | |
LibreWolf 108.0.2.1 | 1681 | Wednesday, January 11, 2023 | Approved | |
LibreWolf 108.0.1.1 | 3572 | Monday, December 19, 2022 | Approved | |
LibreWolf 108.0.0.1 | 1619 | Wednesday, December 14, 2022 | Approved | |
LibreWolf 107.0.1.1 | 2340 | Saturday, December 3, 2022 | Approved | |
LibreWolf 107.0.0.1 | 2969 | Wednesday, November 16, 2022 | Approved | |
LibreWolf 106.0.5.1 | 2586 | Saturday, November 5, 2022 | Approved | |
LibreWolf 106.0.4.1 | 966 | Thursday, November 3, 2022 | Approved | |
LibreWolf 106.0.3.1 | 1063 | Tuesday, November 1, 2022 | Approved | |
LibreWolf 106.0.2.1 | 863 | Sunday, October 30, 2022 | Approved | |
LibreWolf 106.0.1.1 | 1902 | Friday, October 21, 2022 | Approved | |
LibreWolf 106.0.0.1 | 150 | Thursday, October 20, 2022 | Approved | |
LibreWolf 105.0.3.1 | 2776 | Saturday, October 8, 2022 | Approved | |
LibreWolf 105.0.2.1 | 1047 | Wednesday, October 5, 2022 | Approved | |
LibreWolf 105.0.1.1 | 2039 | Saturday, September 24, 2022 | Approved | |
LibreWolf 105.0.0.1 | 339 | Friday, September 23, 2022 | Approved | |
LibreWolf 104.0.2.1 | 2201 | Thursday, September 8, 2022 | Approved | |
LibreWolf 104.0.0.1 | 1919 | Saturday, August 27, 2022 | Approved | |
LibreWolf 103.0.2.1 | 2443 | Wednesday, August 10, 2022 | Approved | |
LibreWolf 103.0.1.2 | 687 | Monday, August 8, 2022 | Approved | |
LibreWolf 102.0.2 | 3064 | Saturday, July 2, 2022 | Approved | |
LibreWolf 102.0.1.1 | 74 | Saturday, July 9, 2022 | Approved | |
LibreWolf 101.0.2 | 2884 | Thursday, June 2, 2022 | Approved | |
LibreWolf 101.0.1.1 | 76 | Saturday, June 11, 2022 | Approved | |
LibreWolf 100.0.3 | 2641 | Friday, May 6, 2022 | Approved | |
LibreWolf 100.0.2.1 | 65 | Saturday, May 21, 2022 | Approved | |
LibreWolf 100.0.1.1 | 78 | Sunday, May 15, 2022 | Approved | |
LibreWolf 100.0 | 496 | Thursday, May 5, 2022 | Approved | |
LibreWolf 99.0.1.2 | 1162 | Friday, April 29, 2022 | Approved | |
LibreWolf 99.0.1 | 1997 | Friday, April 15, 2022 | Approved | |
LibreWolf 99.0 | 1311 | Friday, April 8, 2022 | Approved | |
LibreWolf 98.0.2 | 1749 | Sunday, March 27, 2022 | Approved | |
LibreWolf 98.0 | 2134 | Wednesday, March 9, 2022 | Approved | |
LibreWolf 97.0.2 | 973 | Saturday, March 5, 2022 | Approved | |
LibreWolf 97.0.1 | 1822 | Friday, February 18, 2022 | Approved | |
LibreWolf 97.0 | 1536 | Wednesday, February 9, 2022 | Approved | |
LibreWolf 96.0.3 | 1568 | Thursday, January 27, 2022 | Approved | |
LibreWolf 96.0.2 | 1095 | Friday, January 21, 2022 | Approved | |
LibreWolf 96.0.1.1 | 652 | Tuesday, January 18, 2022 | Approved | |
LibreWolf 96.0.1 | 646 | Saturday, January 15, 2022 | Approved | |
LibreWolf 96.0 | 851 | Tuesday, January 11, 2022 | Approved | |
LibreWolf 95.0.2 | 1952 | Monday, December 20, 2021 | Approved | |
LibreWolf 95.0.1 | 500 | Friday, December 17, 2021 | Approved | |
LibreWolf 95.0 | 1080 | Friday, December 10, 2021 | Approved | |
LibreWolf 94.0.2.3 | 1956 | Tuesday, November 23, 2021 | Approved | |
LibreWolf 94.0.2.2 | 829 | Friday, November 19, 2021 | Approved | |
LibreWolf 94.0.2 | 125 | Friday, November 19, 2021 | Approved | |
LibreWolf 94.0.1 | 1972 | Thursday, November 4, 2021 | Approved | |
LibreWolf 93.0 | 2445 | Wednesday, October 6, 2021 | Approved | |
LibreWolf 92.0.1 | 950 | Sunday, September 26, 2021 | Approved | |
LibreWolf 92.0 | 1352 | Thursday, September 9, 2021 | Approved | |
LibreWolf 91.0.2 | 796 | Wednesday, September 1, 2021 | Approved | |
LibreWolf 91.0.1 | 478 | Sunday, August 29, 2021 | Approved | |
LibreWolf 91.0.0.1 | 1320 | Wednesday, August 11, 2021 | Approved | |
LibreWolf 90.0.2 | 1210 | Saturday, July 24, 2021 | Approved | |
LibreWolf 90.0.1 | 500 | Tuesday, July 20, 2021 | Approved | |
LibreWolf 90.0 | 369 | Sunday, July 18, 2021 | Approved | |
LibreWolf 89.0.2 | 1135 | Tuesday, June 29, 2021 | Approved | |
LibreWolf 89.0.1 | 673 | Thursday, June 17, 2021 | Approved | |
LibreWolf 89.0 | 531 | Wednesday, June 2, 2021 | Approved | |
LibreWolf 88.0.1.2 | 946 | Tuesday, May 11, 2021 | Approved | |
LibreWolf 88.0.1 | 285 | Thursday, May 6, 2021 | Approved | |
LibreWolf 88.0.0 | 308 | Thursday, April 29, 2021 | Approved |
-
- vcredist140 (≥ 14.0)
Ground Rules:
- This discussion is only about LibreWolf and the LibreWolf 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 LibreWolf, 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.