Download
The main entry point for the software is the Hedgehog Fabricator CLI named hhfab
. It is a command-line tool that
allows to build installer for the Hedgehog Fabric, upgrade the existing installation, or run the Virtual LAB.
Getting access
Prior to General Availability, access to the full software is limited and requires Design Partner Agreement. Please submit a ticket with the request using Hedgehog Support Portal.
After that you will be provided with the credentials to access the software on GitHub Package. In order to use the software, log in to the registry using the following command:
Downloading hhfab
Currently hhfab
is supported on Linux x86/arm64 (tested on Ubuntu 22.04) and MacOS x86/arm64 for building
installers/upgraders. It may work on Windows WSL2 (with Ubuntu), but it's not tested. For running VLAB only Linux x86
is currently supported.
All software is published into the OCI registry GitHub Package including binaries, container images, or Helm charts.
Download the latest stable hhfab
binary from the GitHub Package using the following command, it requires ORAS to be installed (see below):
Or download a specific version (e.g. beta-1) using the following command:
Use the VERSION
environment variable to specify the version of the software to download. By default, the latest stable
release is downloaded. You can pick a specific release series (e.g. alpha-2
) or a specific release.
Installing ORAS
The download script requires ORAS to be installed. ORAS is used to download the binary from the OCI registry and can be installed using following command:
Next steps
Created: December 22, 2023