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,240

Downloads of v 30.0:

706

Last Update:

10 Jul 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

30.0 | Updated: 10 Jul 2014

Downloads:

112,240

Downloads of v 30.0:

706

Maintainer(s):

Software Author(s):

  • Alex

Waterfox 30.0

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

This Package Contains an Exempted Check

Not All Tests Have Passed


Validation Testing Unknown


Verification Testing Unknown


Scan Testing Exemption for this package version only:

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="'30.0'" [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="'30.0'" 
$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: '30.0'
    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  '30.0'
end

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


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

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


package { 'waterfox':
  ensure   => '30.0',
  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 is 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 24106.0.20 5261 Friday, October 11, 2024 Approved
Waterfox 24106.0.19 564 Tuesday, October 1, 2024 Approved
Waterfox 24096.0.19 844 Thursday, September 5, 2024 Approved
Waterfox 24096.0.18 443 Sunday, September 1, 2024 Approved
Waterfox 24086.0.18 667 Tuesday, August 6, 2024 Approved
Waterfox 24086.0.17 309 Thursday, August 1, 2024 Approved
Waterfox 24076.0.17 698 Thursday, July 4, 2024 Approved
Waterfox 24076.0.16 275 Monday, July 1, 2024 Approved
Waterfox 24066.0.16 929 Wednesday, June 12, 2024 Approved
Waterfox 24066.0.15 526 Saturday, June 1, 2024 Approved
Waterfox 24056.0.15 279 Wednesday, May 29, 2024 Approved
Waterfox 24056.0.14 578 Tuesday, May 14, 2024 Approved
Waterfox 24056.0.13 481 Wednesday, May 1, 2024 Approved
Waterfox 24046.0.13 333 Wednesday, April 24, 2024 Approved
Waterfox 24046.0.12 380 Wednesday, April 17, 2024 Approved
Waterfox 24046.0.11 829 Monday, April 1, 2024 Approved
Waterfox 24036.0.11 341 Sunday, March 24, 2024 Approved
Waterfox 24036.0.10 315 Wednesday, March 20, 2024 Approved
Waterfox 24036.0.9 844 Friday, March 1, 2024 Approved
Waterfox 24026.0.9 438 Tuesday, February 20, 2024 Approved
Waterfox 24026.0.8 756 Thursday, February 1, 2024 Approved
Waterfox 24016.0.8 433 Tuesday, January 23, 2024 Approved
Waterfox 24016.0.7 749 Monday, January 1, 2024 Approved
Waterfox 23126.0.7 503 Wednesday, December 20, 2023 Approved
Waterfox 23126.0.6 883 Friday, December 1, 2023 Approved
Waterfox 23116.0.6 457 Tuesday, November 21, 2023 Approved
Waterfox 23116.0.5 711 Wednesday, November 1, 2023 Approved
Waterfox 23106.0.5 405 Tuesday, October 24, 2023 Approved
Waterfox 23106.0.4 556 Tuesday, October 10, 2023 Approved
Waterfox 23106.0.3 465 Monday, October 2, 2023 Approved
Waterfox 23106.0.2 157 Sunday, October 1, 2023 Approved
Waterfox 23096.0.2 693 Friday, September 29, 2023 Approved
Waterfox 23096.0.1 951 Tuesday, September 26, 2023 Approved
Waterfox 23096.0.0 384 Wednesday, September 20, 2023 Approved
Waterfox 23095.1.13 426 Wednesday, September 13, 2023 Approved
Waterfox 23095.1.12 538 Friday, September 1, 2023 Approved
Waterfox 23085.1.12 397 Saturday, August 26, 2023 Approved
Waterfox 23085.1.11 224 Thursday, August 24, 2023 Approved
Waterfox 23085.1.10 662 Tuesday, August 1, 2023 Approved
Waterfox 23085.1.9 156 Tuesday, August 1, 2023 Approved
Waterfox 23075.1.9 827 Tuesday, July 4, 2023 Approved
Waterfox 23075.1.8 221 Saturday, July 1, 2023 Approved
Waterfox 23065.1.8 677 Tuesday, June 6, 2023 Approved
Waterfox 23065.1.7 308 Thursday, June 1, 2023 Approved
Waterfox 23055.1.7 554 Saturday, May 20, 2023 Approved
Waterfox 23055.1.6 509 Wednesday, May 10, 2023 Approved
Waterfox 23055.1.5 450 Monday, May 1, 2023 Approved
Waterfox 23045.1.5 572 Thursday, April 13, 2023 Approved
Waterfox 23045.1.4 532 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 418 Monday, February 20, 2023 Approved
Waterfox 23025.1.2 612 Wednesday, February 1, 2023 Approved
Waterfox 23015.1.2 583 Tuesday, January 17, 2023 Approved
Waterfox 23015.1.1 559 Sunday, January 1, 2023 Approved
Waterfox 22125.1.1 516 Friday, December 16, 2022 Approved
Waterfox 22094.1.5.20220912 1607 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 533 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 351 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 664 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 544 Tuesday, January 4, 2022 Approved
Waterfox 21103.2.6 1510 Friday, October 1, 2021 Approved
Waterfox 21093.2.6 617 Wednesday, September 15, 2021 Approved
Waterfox 21093.2.5 593 Wednesday, September 1, 2021 Approved
Waterfox 21083.2.5 630 Thursday, August 12, 2021 Approved
Waterfox 21083.2.4.1 581 Sunday, August 1, 2021 Approved
Waterfox 21073.2.4.1 530 Tuesday, July 20, 2021 Approved
Waterfox 21073.2.4 468 Wednesday, July 14, 2021 Approved
Waterfox 21073.2.3.1 538 Thursday, July 1, 2021 Approved
Waterfox 21063.2.3.1 676 Tuesday, June 8, 2021 Approved
Waterfox 21063.2.3 272 Tuesday, June 8, 2021 Approved
Waterfox 21063.2.2 391 Friday, June 4, 2021 Approved
Waterfox 21063.2.1 425 Tuesday, June 1, 2021 Approved
Waterfox 21053.2.1 820 Saturday, May 1, 2021 Approved
Waterfox 21043.2.1 655 Friday, April 16, 2021 Approved
Waterfox 21043.2.0 593 Thursday, April 1, 2021 Approved
Waterfox 21033.2.0 601 Wednesday, March 24, 2021 Approved
Waterfox 21033.1.1.2 740 Tuesday, March 2, 2021 Approved
Waterfox 21033.1.1.1 324 Monday, March 1, 2021 Approved
Waterfox 21033.1.1 274 Monday, March 1, 2021 Approved
Waterfox 21023.1.1 439 Wednesday, February 24, 2021 Approved
Waterfox 21023.1.0 731 Tuesday, February 2, 2021 Approved
Waterfox 21023.0.2 341 Monday, February 1, 2021 Approved
Waterfox 21013.0.2 805 Friday, January 1, 2021 Approved
Waterfox 20123.0.2 518 Wednesday, December 16, 2020 Approved
Waterfox 20123.0.1 614 Tuesday, December 1, 2020 Approved
Waterfox 20113.0.1 361 Friday, November 27, 2020 Approved
Waterfox 20113.0.0.1 489 Friday, November 20, 2020 Approved
Waterfox 2020.10 739 Wednesday, October 21, 2020 Approved
Waterfox 2020.09 706 Tuesday, September 22, 2020 Approved
Waterfox 2020.08 745 Tuesday, August 25, 2020 Approved
Waterfox 2020.07.2.1 485 Saturday, August 15, 2020 Approved
Waterfox 2020.07.2 262 Friday, August 14, 2020 Approved
Waterfox 2020.07.1 580 Friday, July 31, 2020 Approved
Waterfox 2020.07 799 Thursday, July 2, 2020 Approved
Waterfox 2020.06 760 Thursday, June 4, 2020 Approved
Waterfox 2020.05 812 Thursday, May 7, 2020 Approved
Waterfox 2020.04 881 Wednesday, April 8, 2020 Approved
Waterfox 2020.03 882 Thursday, March 12, 2020 Approved
Waterfox 2020.02 723 Thursday, February 13, 2020 Approved
Waterfox 2020.01.1 687 Tuesday, February 4, 2020 Approved
Waterfox 2020.01 818 Saturday, January 11, 2020 Approved
Waterfox 2019.12 908 Monday, December 9, 2019 Approved
Waterfox 2019.10 979 Thursday, October 24, 2019 Approved
Waterfox 56.2.14 1032 Wednesday, September 4, 2019 Approved
Waterfox 56.2.13 696 Wednesday, August 21, 2019 Approved
Waterfox 56.2.12 754 Saturday, July 27, 2019 Approved
Waterfox 56.2.10 1208 Saturday, May 18, 2019 Approved
Waterfox 56.2.9 907 Saturday, April 20, 2019 Approved
Waterfox 56.2.8 1032 Thursday, March 14, 2019 Approved
Waterfox 56.2.7.1 819 Friday, February 8, 2019 Approved
Waterfox 56.2.7 709 Wednesday, January 30, 2019 Approved
Waterfox 56.2.6 936 Thursday, December 20, 2018 Approved
Waterfox 56.2.5 945 Tuesday, November 13, 2018 Approved
Waterfox 56.2.4 735 Monday, October 22, 2018 Approved
Waterfox 56.2.3 855 Friday, September 14, 2018 Approved
Waterfox 56.2.2 1117 Saturday, July 14, 2018 Approved
Waterfox 56.2.1 855 Friday, June 15, 2018 Approved
Waterfox 56.2.0 865 Wednesday, May 16, 2018 Approved
Waterfox 56.1.0 912 Tuesday, April 3, 2018 Approved
Waterfox 56.0.4 1028 Saturday, February 3, 2018 Approved
Waterfox 56.0.3 754 Friday, January 12, 2018 Approved
Waterfox 56.0.2 587 Sunday, January 7, 2018 Approved
Waterfox 56.0.1 793 Thursday, December 14, 2017 Approved
Waterfox 56.0 836 Friday, December 1, 2017 Approved
Waterfox 55.2.2 1018 Wednesday, October 11, 2017 Approved
Waterfox 55.2.1 611 Monday, October 9, 2017 Approved
Waterfox 55.2.0 635 Wednesday, October 4, 2017 Approved
Waterfox 55.1.0.1 599 Wednesday, September 27, 2017 Approved
Waterfox 55.1.0 598 Friday, September 22, 2017 Approved
Waterfox 55.0.2 730 Tuesday, August 22, 2017 Approved
Waterfox 54.0.1 694 Saturday, July 15, 2017 Approved
Waterfox 54.0.0.1 636 Thursday, June 22, 2017 Approved
Waterfox 54.0 586 Friday, June 16, 2017 Approved
Waterfox 53.0.3 723 Sunday, May 28, 2017 Approved
Waterfox 53.0.1.20170518 553 Thursday, May 18, 2017 Approved
Waterfox 53.0.1 674 Wednesday, May 10, 2017 Approved
Waterfox 53.0 693 Tuesday, April 25, 2017 Approved
Waterfox 52.0.2 618 Sunday, April 16, 2017 Approved
Waterfox 52.0.1 665 Sunday, March 19, 2017 Approved
Waterfox 52.0 564 Wednesday, March 15, 2017 Approved
Waterfox 51.0.1 752 Tuesday, January 31, 2017 Approved
Waterfox 51.0 569 Friday, January 27, 2017 Approved
Waterfox 50.1.0 582 Saturday, January 14, 2017 Approved
Waterfox 32.0.3 2223 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 590 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