Skip to content

Latest commit

 

History

History
63 lines (48 loc) · 2.61 KB

README.md

File metadata and controls

63 lines (48 loc) · 2.61 KB

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

Just double click the *.AppImage file and you are done!

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

Terminal

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

In case, if FUSE support 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.