Downloads
We love open source.
Latest Version · G5.1.7
Release Date · 2023-05-19
Release Date · 2023-05-19
Latest Version · G5.1.7
Release Date · 2023-05-19
Release Date · 2023-05-19
Latest Version · G5.1.7
Release Date · 2023-05-19
Release Date · 2023-05-19
History Versions
Find all older Waterfox releases in the CDN repository.
Verify the releases
It is essential that you verify the integrity of the downloaded files using the SHA signatures. Most operating systems support the `shasum` command. Download the accompanying .sha512 file and check the contents of its file using cat. Compare that value to the output of shasum.
cat $DOWNLOADED_FILE.sha512
# Output of cat command here.
shasum -a 512 $DOWNLOADED_FILE
# Output of shasum command here.
# If the output of both commands is the same, the file is likely to be safe.