Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/srevinsaju/Firefox-Appimage
- Owner: srevinsaju
- License: mit
- Created: 2020-08-06T12:16:03.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T12:20:12.000Z (7 months ago)
- Last Synced: 2024-04-14T01:05:41.567Z (7 months ago)
- Language: Shell
- Size: 83 KB
- Stars: 107
- Watchers: 2
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - srevinsaju/Firefox-Appimage - Mozilla Firefox Stable AppImages by Continuous Integration (others)
README
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.