Hacker News new | ask | show | jobs
by shuffel 1626 days ago
Mozilla cuts off support for macOS releases much too early in my opinion. I'm running macOS 10.14 Mojave which was released in 2018 and it only supports FireFox 91. The latest version of FireFox is 96. I can't find a definitive statement what minimum version of macOS is needed by the latest Firefox, but what they list on https://www.mozilla.org/en-US/firefox/96.0/system-requiremen... is incorrect and/or out of date: macOS 10.12.

Contrast that support with Google Chrome, its latest browser works on OS X El Capitan 10.11 from 2015: https://support.google.com/chrome/a/answer/7100626?hl=en - which is much more reasonable.

EDIT: I was wrong. mrpippy pointed out in a reply below that Mojave is still supported by the latest FF release. I was using the FF ESR release which only goes up to FF version 91. Sorry for the noise, and thanks for correcting me.

3 comments

Just a quick digression: If you decide to upgrade from Mojave to Big Sur, make sure you create a bootable USB installer first, and back up anything that you don't want to lose. I decided to upgrade because Mojave is no longer getting security updates, but ran into some issues took 2 entire days to resolve.

During the in-situ upgrade process, I probably got hit with this installation bug (https://en.wikipedia.org/wiki/MacOS_Big_Sur#Criticism) where the installer never finishes if you have more than 20,000 folders in an obscure folder. I'll never know because I was forced to wipe the disk and perform a clean install. But before you wipe your disk, do a search for "Macintosh HD - Data" and "Macintosh HD - Data - Data", because the Big Sur installer is apparently not idempotent, so you need to delete the "Macintosh HD - Data" volume if the installer breaks halfway through the process.

You should create the USB installer before all this because the clean install may download the Big Sur image, then throw it away, and proceed to download and install Snow Leopard instead. At least that's what happened to me. But Snow Leopard not have the certificates necessary to connect the App Store. So the machine can't download the Big Sur image anymore. The only way around that is to own a second Mac to download the image and create the bootable USB drive for Big Sur, and do another clean install.

Thanks bxparks for the heads up! I haven't had a good experience upgrading macOS in the past either. I appreciate all the helpful advice on HN.
https://github.com/acidanthera/OpenCorePkg/tree/master/Utili... can download diagnostic and recovery images.
On the other hand, Mozilla has fewer resources to spend on maintaining backwards compatibility. Mojave is pretty old as far as continuously updated operating systems are concerned, and the devices that didn't get the Mojave update are all over 10 years old at this point.

The hardware itself is supported just fine; install Linux on your 2011 Macbook and you can download the latest and greatest Firefox release. Mozilla just doesn't spend much time on operating systems that have fallen out of support. I don't expect them to keep their Windows 7 builds going for long once Microsoft ends their paid support programme.

If Apple doesn't bother publishing regular security and maintenance updates, then why should Mozilla? Users shouldn't be running operating systems that receive no or only some security patches anyway.

Upgrading or switching the OS is a major undertaking.

I appreciate that Mozilla has fewer resources than Google, but having the latest version of FireFox working only on macOS versions released within the past two years is unnecessarily restrictive in my opinion. I'm an independent software developer far more financially constrained than Mozilla who supports macOS releases going back 10 years. It's just a matter of not using the new API calls shipped with each new OS release and optionally dynamically loading the API calls that are not present on all OS versions.

EDIT: My original post was wrong. Mozilla still supports Mojave. See details above.

I’m also running Mojave, and am still getting Firefox updates. Not sure why you aren’t, and I think their stated support back to 10.12 is still accurate.
Thanks for your reply. I feel a bit silly now. I just learned that I have Firefox ESR, which is different from Firefox:

https://support.mozilla.org/en-US/kb/where-find-release-note...

https://www.mozilla.org/en-US/firefox/91.5.0/releasenotes/

I just assumed I downloaded the regular Firefox release, but evidently not.