fuzzfetch
Downloader for firefox/jsshell builds.
What it is and what it does
Fuzzfetch is a command-line tool that automates downloading pre-built Firefox, Spidermonkey, and Thunderbird binaries from Mozilla's Firefox-CI Taskcluster service. It abstracts away the complexity of navigating Taskcluster namespaces and build metadata, letting you specify a branch, build date or revision, and build variant (debug, AddressSanitizer, ThreadSanitizer, fuzzing, coverage, etc.) and get the matching artifact. The tool supports multiple operating systems (Android, Darwin, Linux, Windows) and CPU architectures, and can search for the nearest available build if an exact match isn't found.
The package is designed for security researchers, fuzzing engineers, and developers who need to test against specific Firefox builds or variants. It depends only on pytz and requests, making it lightweight to install. The tool runs as a CLI with a rich set of options for targeting specific builds, and also supports dry-run mode to inspect metadata without downloading.
Use it for:
- Download AddressSanitizer or ThreadSanitizer builds for security testing and memory-safety validation.
- Retrieve fuzzing builds (AFL++, Fuzzilli, Nyx) for automated fuzz testing campaigns.
- Fetch debug builds of SpiderMonkey for JavaScript engine development and debugging.
- Obtain coverage builds to measure test coverage across Firefox test suites.
- Automate CI/CD pipelines that need specific Firefox or Thunderbird revisions for regression testing.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Fuzzfetch retrieves Firefox, Spidermonkey, and Thunderbird builds from Mozilla's Firefox-CI Taskcluster instance, supporting specialized build types like AddressSanitizer, ThreadSanitizer, debug, and fuzzing variants.
Yes. Fuzzfetch is actively maintained, has no known vulnerabilities, low install friction, and solves a real problem for anyone working with Mozilla builds. The MPL 2.0 copyleft license is standard for Mozilla projects and poses no barrier to internal use or testing. Install it if you regularly need to fetch Firefox, Spidermonkey, or Thunderbird builds from Firefox-CI.
Install
fuzzfetch on PyPI
pip
pip install fuzzfetchuv
uv add fuzzfetchpoetry
poetry add fuzzfetchInstalling fuzzfetch
Before you install
Low install friction with only two runtime dependencies (pytz and requests). The package is actively maintained with a recent commit on 2026-07-06 and has been in production since 2017.
License in practice
Licensed under MPL 2.0 (copyleft), which requires derivative works to disclose source code changes under the same license if distributed; acceptable for internal use and testing.
Quickstart
pip install fuzzfetch
from fuzzfetch import Fuzzfetch
# Retrieve latest AddressSanitizer + fuzzing build
fuzzfetch -a --fuzzing
# Or retrieve debug build of JS shell
fuzzfetch --target js -d
Requires Python 3.10 or later.
Verify before relying
- Whether builds are cached locally or re-downloaded on each invocation.
- Network timeout behavior and retry logic when Firefox-CI is unavailable.
- Disk space requirements for typical build downloads.
Package facts
| License | MPL 2.0 (copyleft) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — pytz, requests |
| Maintenance | actively maintained — 246 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 95,635/month — #13,259 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: fuzzfetch-16.1.0-py3-none-any.whl
Keywords: fuzz, fuzzing, security, test, testing
Tags
More Testing packages
Pluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
virtualenvvirtualenv creates isolated Python environments…
permissive · top 100 on PyPI
coverageCoverage.py measures which lines of Python code…
permissive · top 1,000 on PyPI
pytest-asynciopytest-asyncio is a pytest plugin that enables…
permissive · top 1,000 on PyPI
pytest-json-ctrfA pytest plugin that generates test reports in…
permissive · top 1,000 on PyPI
mozilla-taskgraphProvides Mozilla-specific transforms and…
copyleft · top 15,000 on PyPI
mozrunnerMozrunner manages the lifecycle of Mozilla…
copyleft · top 15,000 on PyPI
boofuzzBoofuzz is a network protocol fuzzing framework…
copyleft · top 15,000 on PyPI
taskcluster-taskgraphTaskgraph generates and submits task graphs to…
copyleft · top 5,000 on PyPI
mozversionExtracts and reports version information from…
copyleft · top 15,000 on PyPI
mozprofileCreates and modifies Mozilla application…
copyleft · top 15,000 on PyPI
mozleakExtracts memory leaks from leak log files,…
copyleft · top 15,000 on PyPI
taskclusterA complete Python client library for…
copyleft · top 5,000 on PyPI
mozcrashExtracts and formats stack traces from minidump…
copyleft · top 15,000 on PyPI
taskcluster-urlsGenerates standardized URLs for Taskcluster…
copyleft · top 5,000 on PyPI