Skip to content
Supported platforms

Supported platforms

A subset of the platforms supported by Hugo itself are supported by these wheels for hugo via hugo-python-distributions. The plan is to support as many platforms as possible with Python wheels and platform tags. Please refer to the following table for a list of supported platforms and architectures:

PlatformArchitectureSupport
macOSx86_64 (Intel)✅ macOS 10.13 (High Sierra) and later
macOSarm64 (Silicon)✅ macOS 11.0 (Big Sur) and later
Linuxamd64✅ glibc 2.17 and later
Linuxarm64✅ glibc 2.17 and later
Linuxs390x✅ glibc 2.17 and later
Linuxppc64le✅ glibc 2.17 and later
Windowsx86_64
Windowsarm64✅💡 Experimental support 1
Windowsx86✅💡 Experimental support 1
DragonFlyBSDamd64❌ Will not receive support2
FreeBSDamd64❌ Will not receive support2
OpenBSDamd64❌ Will not receive support2
NetBSDamd64❌ Will not receive support2
Solarisamd64❌ Will not receive support2

For instructions on building Hugo for a specific platform or architecture, including cross-compilation, see Building from sources.


  1. Support for 32-bit (i686) and arm64 architectures on Windows is made possible through the use of the Zig compiler toolchain that uses the LLVM ecosystem. These wheels are experimental owing to the use of cross-compilation and may not be stable or reliable for all use cases, and are not officially supported by the Hugo project at this time. Hence, while these are published to PyPI for general availability, they are considered experimental. Please refer to the Building from source section for more information on how to build Hugo for these platforms and architectures locally. If you need official support for these platforms or face any bugs, please consider contacting the Hugo authors by opening an issue↩︎ ↩︎

  2. Support for these platforms is not possible to include because of i. the lack of resources to test and build for them and ii. the lack of support for these platform specifications in Python packaging standards and tooling. If you need support for these platforms, please consider downloading the official Hugo binaries for their non-extended editions. ↩︎ ↩︎ ↩︎ ↩︎ ↩︎