Icon

Hugo

Hugo is a fast and flexible open-source static site generator written in Go, optimized for speed and designed for flexibility. It supports advanced templating, multilingual sites, and fast asset pipelines including image processing, JavaScript bundling, Sass and Tailwind CSS processing.
Latest: 1 GitHub
Last checked: Jun 9, 2026 12:10am
Rank: 160/15140
Also monitored via:
Site Monitor Winget
Follow to track new versions in your feed.
Report

Overview

0
License: Apache 2.0Installer: binaryWinget: Available

Version & Lifecycle

0
Current: 1 N-2: 0.162.0 Oldest supported: 0.1.0 Avg cadence: Every 5 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Deployment note • May 16, 2026
0

Hugo Windows ZIP deployment and edition selection

For managed Windows deployments of Hugo, pick the edition deliberately before packaging: the official release assets include standard, extended, and extended_withdeploy Windows ZIP builds such as hugo_extended_*_windows-amd64.zip. The extended builds are the safer default when teams have existing sites that depend on Hugo Extended features; Hugo documentation notes that Dart Sass is the preferred Sass path going forward and works with any edition.

Hugo is a portable executable rather than a traditional MSI on the GitHub release page. A predictable enterprise package can extract hugo.exe into a fixed directory such as %ProgramFiles%\Hugo\bin, add that directory to the machine PATH if needed, and validate the installed binary with hugo version. Hugo’s Windows documentation also lists command-line package-manager examples for the extended edition and removal, but packaged deployments should still record which edition and ZIP asset were staged.

Sources: official Hugo releases and Hugo Windows installation documentation.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

Hugohugo Hugo

Packaging Notes

0

Distributed as precompiled binaries for multiple platforms; installation typically involves downloading and extracting the binary.

Notes

0

Hugo is actively maintained with a large community and frequent releases. It uses an embedded web server for development and supports deployment via various platforms.