srevinsaju / Firefox-Appimage

Mozilla Firefox Stable AppImages by Continuous Integration
MIT License
133 stars 13 forks source link

Firefox logo

Firefox AppImage

Mozilla Firefox Stable, Beta and Nightly (unofficial) AppImages by GitHub Actions Continuous Integration
Report bug · Request feature · Download AppImage

Get Started

Download the latest release from

Stable Beta Nightly ESR Developer Edition
Download Download Download Download Download

or, use zap, the command line AppImage package manager:

zap install --github --from=srevinsaju/Firefox-AppImage firefox-appimage

Executing

File Manager

Double-click the *.AppImage file, and you are done.

In normal cases, the above method should work, but in some rare cases, the +x permissions. So, right click > Properties > Allow Execution

Terminal

./Firefox-*.AppImage
chmod +x Firefox-*.AppImage
./Firefox-*.AppImage

In case FUSE libraries are not installed on the host system, it is still possible to run the AppImage

./Firefox-*.AppImage --appimage-extract
cd squashfs-root
./AppRun

License

"Mozilla Firefox" is licensed under the Mozilla Public License 2.0 (MPL 2.0) The official source code of the Mozilla Firefox is available at links provided

"GH Continuous Integration" is licensed under the MIT License.