Currently, the MacOS installation page lists two possible installation methods; Homebrew and Disk Image.
I don't use Homebrew, as I think the Homebrew project has little to no respect for the privacy of its users.
As such, I download LibreWolf as a disk image and install it that way.
Regarding the Disk Image, only a direct download button for macos-x86_64 is provided, even though LibreWolf is also built for macos-arm64. The latter is only available through the View all versions and release notes link.
When launching the macos-arm64 version, the user is presented with an error having to do with notarization. This is explained very well in the FAQ and the linked issue, but it's not explained on the installation page.
This pull request adds a download button for macos-arm64 disk image, and adds instructions to both the installation page and the FAQ on how to work around the MacOS error resulting from downloading a non-notarized file, by using the xattr -d command to remove the quarantine flag.
Please note that I did not try to build the page, as I don't have NodeJS installed here. As such, this PR might introduce build errors.
Currently, the MacOS installation page lists two possible installation methods; Homebrew and Disk Image.
I don't use Homebrew, as I think the Homebrew project has little to no respect for the privacy of its users.
As such, I download LibreWolf as a disk image and install it that way.
Regarding the Disk Image, only a direct download button for **macos-x86_64** is provided, even though LibreWolf is also built for **macos-arm64**. The latter is only available through the *View all versions and release notes* link.
When launching the **macos-arm64** version, the user is presented with an error having to do with notarization. This is explained very well in the FAQ and the linked issue, but it's not explained on the installation page.
This pull request adds a download button for **macos-arm64** disk image, and adds instructions to both the installation page and the FAQ on how to work around the MacOS error resulting from downloading a non-notarized file, by using the `xattr -d` command to remove the quarantine flag.
Please note that I did not try to build the page, as I don't have NodeJS installed here. As such, this PR might introduce build errors.