Python # We recommend using Atheris to fuzz Python code. Installation # Atheris supports 32-bit and 64-bit Linux, and macOS. We recommend fuzzing on Linux because it’s simpler to manage and often faster. If you’d like to run Atheris in a Linux environment on a Mac or Windows system, we recommend using Docker Desktop. If you’d like a fully operational Linux environment, see the Dockerfile section below. If you’d like to install Atheris locally, first install a recent version of clang, ...