Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/srevinsaju/Firefox-Appimage

Mozilla Firefox Stable AppImages by Continuous Integration
https://github.com/srevinsaju/Firefox-Appimage

Last synced: 3 months ago
JSON representation

Mozilla Firefox Stable AppImages by Continuous Integration

Awesome Lists containing this project

README

        


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](https://github.com/srevinsaju/Firefox-AppImage/releases/tag/firefox) | [Download](https://github.com/srevinsaju/Firefox-AppImage/releases/tag/firefox-beta) | [Download](https://github.com/srevinsaju/Firefox-AppImage/releases/tag/firefox-nightly) | [Download](https://github.com/srevinsaju/Firefox-AppImage/releases/tag/firefox-esr-next) | [Download](https://github.com/srevinsaju/Firefox-AppImage/releases/tag/firefox-devedition) |

or, use [`zap`](https://github.com/srevinsaju/zap), the command line AppImage package manager:
```bash
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
```bash
./Firefox-*.AppImage
```
```bash
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

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

## License
"Mozilla Firefox" is licensed under the [Mozilla Public License 2.0 (MPL 2.0)](https://en.wikipedia.org/wiki/Mozilla_Public_License)
The official source code of the Mozilla Firefox is available at links provided
* https://developer.mozilla.org/en-US/docs/Mozilla/Tech/Viewing_and_searching_Mozilla_source_code_online
* https://hg.mozilla.org/mozilla-central/

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