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:

112,749

Downloads of v 27.0.1:

591

Last Update:

22 Feb 2014

Package Maintainer(s):

Software Author(s):

  • Alex

Tags:

notsilent web-browser firefox 64-bit

Waterfox

This is not the latest version of Waterfox available.

  • 1
  • 2
  • 3

27.0.1 | Updated: 22 Feb 2014

Downloads:

112,749

Downloads of v 27.0.1:

591

Maintainer(s):

Software Author(s):

  • Alex

Waterfox 27.0.1

This is not the latest version of Waterfox available.

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Alex. The inclusion of Alex trademark(s), if any, upon this webpage is solely to identify Alex 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


Validation Testing Unknown


Verification Testing Unknown


Scan Testing Resulted in Flagged:

This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.

We recommend clicking the "Details" link to make your own decision on installing this package.

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Waterfox, run the following command from the command line or from PowerShell:

>

To upgrade Waterfox, run the following command from the command line or from PowerShell:

>

To uninstall Waterfox, 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 waterfox -y --source="'INTERNAL REPO URL'" --version="'27.0.1'" [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 waterfox -y --source="'INTERNAL REPO URL'" --version="'27.0.1'" 
$exitCode = $LASTEXITCODE

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

Exit $exitCode

- name: Install waterfox
  win_chocolatey:
    name: waterfox
    version: '27.0.1'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'waterfox' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '27.0.1'
end

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


cChocoPackageInstaller waterfox
{
    Name     = "waterfox"
    Version  = "27.0.1"
    Source   = "INTERNAL REPO URL"
}

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


package { 'waterfox':
  ensure   => '27.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.

Package Approved

This package was approved as a trusted package on 18 Feb 2020.

Description

Waterfox is basically a 64-bit version of Firefox.
The Firefox source code is taken and compiled to run specifically for 64-bit Windows computers.
To make Waterfox stand out a bit more, it�s compiled with optimizations so that it will run more efficiently and faster than just compiling Firefox as a 64-bit program.
In benchmarks, the 64-bit variant of Firefox out-performs the 32-bit variant.
Also because this variant is being built specifically for Windows, there might be further performance increases.
======= Notes =======
To install your language:
1-Go to here to download your language http://releases.mozilla.org/pub/mozilla.org/firefox/releases/latest/win32/xpi/ or http://sourceforge.net/projects/waterfoxproj/files/xpi/
Click from browser or drag and drop to install it.
2-Install https://addons.mozilla.org/es/firefox/addon/locale-switcher/
3-Push "alt" key, go to tools on the top and select your installed language.


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
Waterfox 25056.5.8 23 Thursday, May 22, 2025 Approved
Waterfox 25056.5.7 512 Sunday, May 11, 2025 Approved
Waterfox 24106.0.20 5306 Friday, October 11, 2024 Approved
Waterfox 24106.0.19 565 Tuesday, October 1, 2024 Approved
Waterfox 24096.0.19 845 Thursday, September 5, 2024 Approved
Waterfox 24096.0.18 446 Sunday, September 1, 2024 Approved
Waterfox 24086.0.18 668 Tuesday, August 6, 2024 Approved
Waterfox 24086.0.17 311 Thursday, August 1, 2024 Approved
Waterfox 24076.0.17 700 Thursday, July 4, 2024 Approved
Waterfox 24076.0.16 278 Monday, July 1, 2024 Approved
Waterfox 24066.0.16 930 Wednesday, June 12, 2024 Approved
Waterfox 24066.0.15 529 Saturday, June 1, 2024 Approved
Waterfox 24056.0.15 282 Wednesday, May 29, 2024 Approved
Waterfox 24056.0.14 581 Tuesday, May 14, 2024 Approved
Waterfox 24056.0.13 483 Wednesday, May 1, 2024 Approved
Waterfox 24046.0.13 336 Wednesday, April 24, 2024 Approved
Waterfox 24046.0.12 381 Wednesday, April 17, 2024 Approved
Waterfox 24046.0.11 831 Monday, April 1, 2024 Approved
Waterfox 24036.0.11 343 Sunday, March 24, 2024 Approved
Waterfox 24036.0.10 317 Wednesday, March 20, 2024 Approved
Waterfox 24036.0.9 845 Friday, March 1, 2024 Approved
Waterfox 24026.0.9 439 Tuesday, February 20, 2024 Approved
Waterfox 24026.0.8 756 Thursday, February 1, 2024 Approved
Waterfox 24016.0.8 434 Tuesday, January 23, 2024 Approved
Waterfox 24016.0.7 749 Monday, January 1, 2024 Approved
Waterfox 23126.0.7 504 Wednesday, December 20, 2023 Approved
Waterfox 23126.0.6 884 Friday, December 1, 2023 Approved
Waterfox 23116.0.6 458 Tuesday, November 21, 2023 Approved
Waterfox 23116.0.5 712 Wednesday, November 1, 2023 Approved
Waterfox 23106.0.5 405 Tuesday, October 24, 2023 Approved
Waterfox 23106.0.4 557 Tuesday, October 10, 2023 Approved
Waterfox 23106.0.3 466 Monday, October 2, 2023 Approved
Waterfox 23106.0.2 158 Sunday, October 1, 2023 Approved
Waterfox 23096.0.2 695 Friday, September 29, 2023 Approved
Waterfox 23096.0.1 952 Tuesday, September 26, 2023 Approved
Waterfox 23096.0.0 385 Wednesday, September 20, 2023 Approved
Waterfox 23095.1.13 429 Wednesday, September 13, 2023 Approved
Waterfox 23095.1.12 541 Friday, September 1, 2023 Approved
Waterfox 23085.1.12 399 Saturday, August 26, 2023 Approved
Waterfox 23085.1.11 226 Thursday, August 24, 2023 Approved
Waterfox 23085.1.10 664 Tuesday, August 1, 2023 Approved
Waterfox 23085.1.9 157 Tuesday, August 1, 2023 Approved
Waterfox 23075.1.9 827 Tuesday, July 4, 2023 Approved
Waterfox 23075.1.8 222 Saturday, July 1, 2023 Approved
Waterfox 23065.1.8 678 Tuesday, June 6, 2023 Approved
Waterfox 23065.1.7 308 Thursday, June 1, 2023 Approved
Waterfox 23055.1.7 557 Saturday, May 20, 2023 Approved
Waterfox 23055.1.6 510 Wednesday, May 10, 2023 Approved
Waterfox 23055.1.5 451 Monday, May 1, 2023 Approved
Waterfox 23045.1.5 574 Thursday, April 13, 2023 Approved
Waterfox 23045.1.4 535 Saturday, April 1, 2023 Approved
Waterfox 23035.1.4 434 Friday, March 24, 2023 Approved
Waterfox 23035.1.3 718 Wednesday, March 1, 2023 Approved
Waterfox 23025.1.3 419 Monday, February 20, 2023 Approved
Waterfox 23025.1.2 613 Wednesday, February 1, 2023 Approved
Waterfox 23015.1.2 584 Tuesday, January 17, 2023 Approved
Waterfox 23015.1.1 561 Sunday, January 1, 2023 Approved
Waterfox 22125.1.1 516 Friday, December 16, 2022 Approved
Waterfox 22094.1.5.20220912 1610 Monday, September 12, 2022 Approved
Waterfox 22094.1.5 476 Thursday, September 1, 2022 Approved
Waterfox 22084.1.5 454 Wednesday, August 24, 2022 Approved
Waterfox 22084.1.4 765 Monday, August 1, 2022 Approved
Waterfox 22074.1.4 231 Friday, July 29, 2022 Approved
Waterfox 22074.1.3.2 557 Tuesday, July 12, 2022 Approved
Waterfox 22074.1.3.1 447 Friday, July 1, 2022 Approved
Waterfox 22064.1.3.1 414 Friday, June 24, 2022 Approved
Waterfox 22064.1.3 145 Friday, June 24, 2022 Approved
Waterfox 22064.1.2.1 660 Wednesday, June 1, 2022 Approved
Waterfox 22054.1.2.1 342 Thursday, May 26, 2022 Approved
Waterfox 22054.1.2 633 Tuesday, May 3, 2022 Approved
Waterfox 22054.1.1.1 285 Sunday, May 1, 2022 Approved
Waterfox 22044.1.1.1 534 Wednesday, April 20, 2022 Approved
Waterfox 22044.1.1 463 Tuesday, April 12, 2022 Approved
Waterfox 22044.1.0 417 Wednesday, April 6, 2022 Approved
Waterfox 22044.0.8 353 Friday, April 1, 2022 Approved
Waterfox 22034.0.8 770 Monday, March 7, 2022 Approved
Waterfox 22034.0.7 398 Tuesday, March 1, 2022 Approved
Waterfox 22024.0.7 665 Thursday, February 10, 2022 Approved
Waterfox 22024.0.6 646 Tuesday, February 1, 2022 Approved
Waterfox 22014.0.6 721 Wednesday, January 12, 2022 Approved
Waterfox 22014.0.5.1 546 Tuesday, January 4, 2022 Approved
Waterfox 21103.2.6 1512 Friday, October 1, 2021 Approved
Waterfox 21093.2.6 619 Wednesday, September 15, 2021 Approved
Waterfox 21093.2.5 595 Wednesday, September 1, 2021 Approved
Waterfox 21083.2.5 631 Thursday, August 12, 2021 Approved
Waterfox 21083.2.4.1 582 Sunday, August 1, 2021 Approved
Waterfox 21073.2.4.1 531 Tuesday, July 20, 2021 Approved
Waterfox 21073.2.4 469 Wednesday, July 14, 2021 Approved
Waterfox 21073.2.3.1 538 Thursday, July 1, 2021 Approved
Waterfox 21063.2.3.1 677 Tuesday, June 8, 2021 Approved
Waterfox 21063.2.3 274 Tuesday, June 8, 2021 Approved
Waterfox 21063.2.2 391 Friday, June 4, 2021 Approved
Waterfox 21063.2.1 426 Tuesday, June 1, 2021 Approved
Waterfox 21053.2.1 822 Saturday, May 1, 2021 Approved
Waterfox 21043.2.1 656 Friday, April 16, 2021 Approved
Waterfox 21043.2.0 593 Thursday, April 1, 2021 Approved
Waterfox 21033.2.0 602 Wednesday, March 24, 2021 Approved
Waterfox 21033.1.1.2 740 Tuesday, March 2, 2021 Approved
Waterfox 21033.1.1.1 325 Monday, March 1, 2021 Approved
Waterfox 21033.1.1 276 Monday, March 1, 2021 Approved
Waterfox 21023.1.1 441 Wednesday, February 24, 2021 Approved
Waterfox 21023.1.0 731 Tuesday, February 2, 2021 Approved
Waterfox 21023.0.2 342 Monday, February 1, 2021 Approved
Waterfox 21013.0.2 807 Friday, January 1, 2021 Approved
Waterfox 20123.0.2 520 Wednesday, December 16, 2020 Approved
Waterfox 20123.0.1 615 Tuesday, December 1, 2020 Approved
Waterfox 20113.0.1 361 Friday, November 27, 2020 Approved
Waterfox 20113.0.0.1 491 Friday, November 20, 2020 Approved
Waterfox 2020.10 740 Wednesday, October 21, 2020 Approved
Waterfox 2020.09 709 Tuesday, September 22, 2020 Approved
Waterfox 2020.08 749 Tuesday, August 25, 2020 Approved
Waterfox 2020.07.2.1 487 Saturday, August 15, 2020 Approved
Waterfox 2020.07.2 263 Friday, August 14, 2020 Approved
Waterfox 2020.07.1 581 Friday, July 31, 2020 Approved
Waterfox 2020.07 801 Thursday, July 2, 2020 Approved
Waterfox 2020.06 763 Thursday, June 4, 2020 Approved
Waterfox 2020.05 814 Thursday, May 7, 2020 Approved
Waterfox 2020.04 886 Wednesday, April 8, 2020 Approved
Waterfox 2020.03 884 Thursday, March 12, 2020 Approved
Waterfox 2020.02 726 Thursday, February 13, 2020 Approved
Waterfox 2020.01.1 689 Tuesday, February 4, 2020 Approved
Waterfox 2020.01 820 Saturday, January 11, 2020 Approved
Waterfox 2019.12 910 Monday, December 9, 2019 Approved
Waterfox 2019.10 982 Thursday, October 24, 2019 Approved
Waterfox 56.2.14 1033 Wednesday, September 4, 2019 Approved
Waterfox 56.2.13 697 Wednesday, August 21, 2019 Approved
Waterfox 56.2.12 755 Saturday, July 27, 2019 Approved
Waterfox 56.2.10 1209 Saturday, May 18, 2019 Approved
Waterfox 56.2.9 908 Saturday, April 20, 2019 Approved
Waterfox 56.2.8 1034 Thursday, March 14, 2019 Approved
Waterfox 56.2.7.1 820 Friday, February 8, 2019 Approved
Waterfox 56.2.7 711 Wednesday, January 30, 2019 Approved
Waterfox 56.2.6 936 Thursday, December 20, 2018 Approved
Waterfox 56.2.5 947 Tuesday, November 13, 2018 Approved
Waterfox 56.2.4 737 Monday, October 22, 2018 Approved
Waterfox 56.2.3 856 Friday, September 14, 2018 Approved
Waterfox 56.2.2 1120 Saturday, July 14, 2018 Approved
Waterfox 56.2.1 857 Friday, June 15, 2018 Approved
Waterfox 56.2.0 866 Wednesday, May 16, 2018 Approved
Waterfox 56.1.0 912 Tuesday, April 3, 2018 Approved
Waterfox 56.0.4 1031 Saturday, February 3, 2018 Approved
Waterfox 56.0.3 754 Friday, January 12, 2018 Approved
Waterfox 56.0.2 588 Sunday, January 7, 2018 Approved
Waterfox 56.0.1 796 Thursday, December 14, 2017 Approved
Waterfox 56.0 839 Friday, December 1, 2017 Approved
Waterfox 55.2.2 1021 Wednesday, October 11, 2017 Approved
Waterfox 55.2.1 612 Monday, October 9, 2017 Approved
Waterfox 55.2.0 635 Wednesday, October 4, 2017 Approved
Waterfox 55.1.0.1 600 Wednesday, September 27, 2017 Approved
Waterfox 55.1.0 599 Friday, September 22, 2017 Approved
Waterfox 55.0.2 730 Tuesday, August 22, 2017 Approved
Waterfox 54.0.1 696 Saturday, July 15, 2017 Approved
Waterfox 54.0.0.1 638 Thursday, June 22, 2017 Approved
Waterfox 54.0 588 Friday, June 16, 2017 Approved
Waterfox 53.0.3 724 Sunday, May 28, 2017 Approved
Waterfox 53.0.1.20170518 554 Thursday, May 18, 2017 Approved
Waterfox 53.0.1 675 Wednesday, May 10, 2017 Approved
Waterfox 53.0 696 Tuesday, April 25, 2017 Approved
Waterfox 52.0.2 619 Sunday, April 16, 2017 Approved
Waterfox 52.0.1 666 Sunday, March 19, 2017 Approved
Waterfox 52.0 564 Wednesday, March 15, 2017 Approved
Waterfox 51.0.1 755 Tuesday, January 31, 2017 Approved
Waterfox 51.0 569 Friday, January 27, 2017 Approved
Waterfox 50.1.0 584 Saturday, January 14, 2017 Approved
Waterfox 32.0.3 2224 Monday, November 3, 2014 Approved
Waterfox 32.0 836 Friday, September 5, 2014 Approved
Waterfox 31.0 601 Monday, August 25, 2014 Approved
Waterfox 30.0 706 Thursday, July 10, 2014 Approved
Waterfox 27.0.2 740 Wednesday, March 5, 2014 Approved
Waterfox 27.0.1 591 Saturday, February 22, 2014 Approved
Waterfox 26.0 550 Sunday, February 2, 2014 Approved
Waterfox 24.0 648 Thursday, October 10, 2013 Approved

This package has no dependencies.

Discussion for the Waterfox Package

Ground Rules:

  • This discussion is only about Waterfox and the Waterfox 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 Waterfox, 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