Description
The Flatpak version of Firefox Nightly is preferred: https://gitlab.com/proletarius101/firefox-nightly-flatpak/. You won't have to restart the browser after updates.
This package is a package built directly from Mozilla's nightly tarball with some preferences tweaks according to the official Fedora package. This package will be updated daily, if not sooner.
I'm not using this nowadays, I'll let it die. Script for triggering builds:
#!/usr/bin/env bash
set -eou pipefail
t="$(mktemp)"
curl -s --header "Content-Type: application/json" --header "Accept: application/json" --data "{}" 'https://copr.fedorainfracloud.org/webhooks/custom/75833/<uid-looking-thing-api-key>/firefox-nightly/' > "$t" || cat "$t"
rm "$t"
Installation Instructions
# dnf copr enable jtagcat/firefox-nightly
# dnf install firefox-nightly
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Fedora 39 | x86_64 (4)* | Fedora 39 (23 downloads) |
Fedora 40 | x86_64 (23)* | Fedora 40 (34 downloads) |
Fedora 41 | x86_64 (2)* | Fedora 41 (9 downloads) |
Fedora rawhide | x86_64 (19)* | Fedora rawhide (48 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable jtagcat/firefox-nightly
More info about enabling Copr repositories