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:

68,515

Downloads of v 28.2.1:

561

Last Update:

16 Nov 2018

Package Maintainer(s):

Software Author(s):

  • Moonchild Productions

Tags:

Internet Browser Firefox Optimized admin

Pale Moon browser

This is not the latest version of Pale Moon browser available.

  • 1
  • 2
  • 3

28.2.1 | Updated: 16 Nov 2018

Downloads:

68,515

Downloads of v 28.2.1:

561

Maintainer(s):

Software Author(s):

  • Moonchild Productions

Pale Moon browser 28.2.1

This is not the latest version of Pale Moon browser available.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

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 Pale Moon browser, run the following command from the command line or from PowerShell:

>

To upgrade Pale Moon browser, run the following command from the command line or from PowerShell:

>

To uninstall Pale Moon browser, 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 palemoon -y --source="'INTERNAL REPO URL'" --version="'28.2.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 palemoon -y --source="'INTERNAL REPO URL'" --version="'28.2.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 palemoon
  win_chocolatey:
    name: palemoon
    version: '28.2.1'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'palemoon' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '28.2.1'
end

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


cChocoPackageInstaller palemoon
{
    Name     = "palemoon"
    Version  = "28.2.1"
    Source   = "INTERNAL REPO URL"
}

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


package { 'palemoon':
  ensure   => '28.2.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.

NOTE

Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...

Package Approved

This package was approved as a trusted package on 16 Nov 2018.

Description

Pale Moon is an Open Source, Goanna-based web browser available for Microsoft Windows and Linux (with other operating systems in development), focusing on efficiency and ease of use.

Pale Moon offers you a browsing experience in a browser completely built from its own, independently developed source that has been forked off from Firefox/Mozilla code a number of years ago, with carefully selected features and optimizations to improve the browser's stability and user experience, while offering full customization and a growing collection of extensions and themes to make the browser truly your own.

This browser, even though fairly close to Gecko-based browsers like Mozilla Firefox and SeaMonkey in the way it works, is based on a different layout engine and offers a different set of features. It aims to provide close adherence to official web standards and specifications in its implementation (with minimal compromise), and purposefully excludes a number of features to strike a balance between general use, performance, and technical advancements on the Web.

Features

  • Optimized for modern processors
  • Based on our own optimized layout engine (Goanna)
  • Safe: forked from mature Mozilla code and regularly updated
  • Secure: Additional security features and security-aware development
  • Supported by our user community, and fully non-profit
  • Familiar, efficient, fully customizable interface
  • Support for full themes: total freedom over any element's design
  • Support for easily-created lightweight themes (skins)
  • Smooth and speedy page drawing and script processing
  • Increased stability: experience fewer browser crashes
  • Support for many Firefox extensions
  • Support for a growing number of Pale Moon exclusive extensions
  • Extensive and growing support for HTML5 and CSS3
  • Broad support for image formats: Supports WebP and JPEG-XR
  • Many customization and configuration options

tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop';

$packageArgs = @{
  packageName   = 'palemoon'
  fileType      = 'exe'
  url           = 'http://rm-eu.palemoon.org/release/palemoon-28.2.1.win32.installer.exe'
  url64         = 'http://rm-eu.palemoon.org/release/palemoon-28.2.1.win64.installer.exe'

  softwareName  = 'Pale Moon*'

  checksum      = '910d8d063fe6c507758576dac2292b0611c506e5494825015e1e53bcb46a29dc'
  checksumType  = 'sha256'
  checksum64    = '603e7de38682bb1afbee8dd064be18e38ff163ff5dffdc9866f2b0ceb4d2c1a3'
  checksumType64= 'sha256'

  silentArgs    = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
  validExitCodes= @(0)
}

Install-ChocolateyPackage @packageArgs

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
Pale Moon browser 33.0.0 538 Tuesday, January 30, 2024 Approved
Pale Moon browser 32.5.2 673 Friday, December 22, 2023 Approved
Pale Moon browser 32.5.1 537 Tuesday, November 28, 2023 Approved
Pale Moon browser 32.5.0 568 Tuesday, October 31, 2023 Approved
Pale Moon browser 32.4.1 582 Tuesday, October 3, 2023 Approved
Pale Moon browser 32.4.0.1 521 Thursday, September 14, 2023 Approved
Pale Moon browser 32.4.0 370 Tuesday, September 5, 2023 Approved
Pale Moon browser 32.3.1 664 Tuesday, July 18, 2023 Approved
Pale Moon browser 32.3.0 260 Tuesday, July 11, 2023 Approved
Pale Moon browser 32.2.1 465 Monday, June 19, 2023 Approved
Pale Moon browser 32.2.0 625 Tuesday, May 16, 2023 Approved
Pale Moon browser 32.1.1 572 Tuesday, April 18, 2023 Approved
Pale Moon browser 32.1.0 514 Tuesday, March 21, 2023 Approved
Pale Moon browser 32.0.1 535 Tuesday, February 21, 2023 Approved
Pale Moon browser 32.0.0 587 Tuesday, January 24, 2023 Approved
Pale Moon browser 31.4.2 545 Tuesday, December 20, 2022 Approved
Pale Moon browser 31.4.1.1 397 Friday, December 2, 2022 Approved
Pale Moon browser 31.4.1 181 Tuesday, November 29, 2022 Approved
Pale Moon browser 31.4.0 286 Tuesday, November 22, 2022 Approved
Pale Moon browser 31.3.1 461 Tuesday, November 1, 2022 Approved
Pale Moon browser 31.3.0.1 503 Wednesday, September 28, 2022 Approved
Pale Moon browser 31.3.0 140 Tuesday, September 27, 2022 Approved
Pale Moon browser 31.2.0.1 633 Wednesday, August 3, 2022 Approved
Pale Moon browser 31.2.0 134 Tuesday, August 2, 2022 Approved
Pale Moon browser 31.1.1 426 Thursday, July 7, 2022 Approved
Pale Moon browser 31.1.0 600 Tuesday, June 7, 2022 Approved
Pale Moon browser 31.0.0 472 Tuesday, May 10, 2022 Approved
Pale Moon browser 29.4.0.2 2458 Monday, August 23, 2021 Approved
Pale Moon browser 29.4.0.1 318 Thursday, August 19, 2021 Approved
Pale Moon browser 29.4.0 168 Tuesday, August 17, 2021 Approved
Pale Moon browser 29.3.0 638 Monday, July 19, 2021 Approved
Pale Moon browser 29.2.1 682 Tuesday, June 8, 2021 Approved
Pale Moon browser 29.2.0 658 Tuesday, April 27, 2021 Approved
Pale Moon browser 29.1.0 826 Tuesday, March 2, 2021 Approved
Pale Moon browser 29.0.1 622 Saturday, February 6, 2021 Approved
Pale Moon browser 29.0.0 303 Tuesday, February 2, 2021 Approved
Pale Moon browser 28.17.0 581 Tuesday, January 12, 2021 Approved
Pale Moon browser 28.14.2 1120 Friday, October 2, 2020 Approved
Pale Moon browser 28.14.1 275 Wednesday, September 30, 2020 Approved
Pale Moon browser 28.14.0 197 Tuesday, September 29, 2020 Approved
Pale Moon browser 28.13.0 533 Friday, September 4, 2020 Approved
Pale Moon browser 28.12.0 576 Wednesday, August 5, 2020 Approved
Pale Moon browser 28.11.0 533 Tuesday, July 14, 2020 Approved
Pale Moon browser 28.10.0 674 Friday, June 5, 2020 Approved
Pale Moon browser 28.9.3 595 Friday, May 8, 2020 Approved
Pale Moon browser 28.9.2 428 Thursday, April 30, 2020 Approved
Pale Moon browser 28.9.1 547 Friday, April 10, 2020 Approved
Pale Moon browser 28.9.0.2 496 Thursday, March 26, 2020 Approved
Pale Moon browser 28.9.0.1 234 Wednesday, March 25, 2020 Approved
Pale Moon browser 28.9.0 151 Tuesday, March 24, 2020 Approved
Pale Moon browser 28.8.4 602 Sunday, March 1, 2020 Approved
Pale Moon browser 28.8.2.1 612 Tuesday, February 4, 2020 Approved
Pale Moon browser 28.8.2 390 Tuesday, January 28, 2020 Approved
Pale Moon browser 28.8.1 515 Sunday, January 12, 2020 Approved
Pale Moon browser 28.8.0 616 Tuesday, December 10, 2019 Approved
Pale Moon browser 28.7.2 674 Tuesday, October 29, 2019 Approved
Pale Moon browser 28.7.1 698 Thursday, September 12, 2019 Approved
Pale Moon browser 28.7.0 563 Thursday, August 29, 2019 Approved
Pale Moon browser 28.6.1 672 Thursday, July 25, 2019 Approved
Pale Moon browser 28.6.0.1 584 Friday, July 5, 2019 Approved
Pale Moon browser 28.6.0 317 Tuesday, July 2, 2019 Approved
Pale Moon browser 28.5.2 689 Wednesday, June 5, 2019 Approved
Pale Moon browser 28.5.1 233 Tuesday, June 4, 2019 Approved
Pale Moon browser 28.5.0 701 Tuesday, April 30, 2019 Approved
Pale Moon browser 28.4.1 740 Wednesday, March 27, 2019 Approved
Pale Moon browser 28.4.0 671 Tuesday, February 19, 2019 Approved
Pale Moon browser 28.3.1 641 Wednesday, January 23, 2019 Approved
Pale Moon browser 28.3.0 434 Tuesday, January 15, 2019 Approved
Pale Moon browser 28.2.2 700 Thursday, December 6, 2018 Approved
Pale Moon browser 28.2.1 561 Friday, November 16, 2018 Approved
Pale Moon browser 28.2.0 373 Tuesday, November 13, 2018 Approved
Pale Moon browser 28.1.0 752 Thursday, September 20, 2018 Approved
Pale Moon browser 28.0.1 543 Friday, August 31, 2018 Approved
Pale Moon browser 28.0.0.1 303 Tuesday, August 28, 2018 Approved
Pale Moon browser 28.0.0 408 Thursday, August 23, 2018 Approved
Pale Moon browser 27.9.4 614 Tuesday, July 17, 2018 Approved
Pale Moon browser 27.9.3 640 Tuesday, June 12, 2018 Approved
Pale Moon browser 27.9.2 543 Friday, May 18, 2018 Approved
Pale Moon browser 27.9.1 476 Monday, May 7, 2018 Approved
Pale Moon browser 27.9.0 540 Tuesday, April 17, 2018 Approved
Pale Moon browser 27.8.3 530 Wednesday, March 28, 2018 Approved
Pale Moon browser 27.8.2 431 Thursday, March 22, 2018 Approved
Pale Moon browser 27.8.1 486 Tuesday, March 6, 2018 Approved
Pale Moon browser 27.8.0 415 Friday, March 2, 2018 Approved
Pale Moon browser 27.7.2 574 Thursday, February 1, 2018 Approved
Pale Moon browser 27.7.1 522 Thursday, January 18, 2018 Approved
Pale Moon browser 27.7.0 433 Monday, January 15, 2018 Approved
Pale Moon browser 27.6.2 705 Tuesday, November 28, 2017 Approved
Pale Moon browser 27.6.1 827 Wednesday, November 15, 2017 Approved
Pale Moon browser 27.6.0 573 Tuesday, November 7, 2017 Approved
Pale Moon browser 27.5.1 609 Tuesday, October 10, 2017 Approved
Pale Moon browser 27.5.0 571 Tuesday, September 26, 2017 Approved
Pale Moon browser 27.4.2 407 Monday, September 25, 2017 Approved
Pale Moon browser 27.4.0 847 Wednesday, July 12, 2017 Approved
Pale Moon browser 27.3.0 780 Friday, April 28, 2017 Approved
Pale Moon browser 27.2.1 622 Friday, March 24, 2017 Approved
Pale Moon browser 27.2.0 475 Saturday, March 18, 2017 Approved
Pale Moon browser 27.1.2 582 Friday, March 3, 2017 Approved
Pale Moon browser 27.1.1 524 Tuesday, February 21, 2017 Approved
Pale Moon browser 27.1.0 577 Thursday, February 9, 2017 Approved
Pale Moon browser 27.0.3 674 Friday, December 16, 2016 Approved
Pale Moon browser 27.0.2 536 Friday, December 2, 2016 Approved
Pale Moon browser 27.0.1 467 Monday, November 28, 2016 Approved
Pale Moon browser 27.0.0 506 Tuesday, November 22, 2016 Approved
Pale Moon browser 26.5.0 589 Thursday, November 10, 2016 Approved
Pale Moon browser 26.4.0 1186 Wednesday, August 17, 2016 Approved
Pale Moon browser 26.3.3 450 Sunday, July 10, 2016 Approved
Pale Moon browser 26.3.0 413 Tuesday, June 21, 2016 Approved
Pale Moon browser 26.2.2.20160515 355 Sunday, May 15, 2016 Approved

This package has no dependencies.

Discussion for the Pale Moon browser Package

Ground Rules:

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