Skip to content

Download

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:

docker login ghcr.io

Downloading the software

The main entry point for the software is the Hedgehog Fabricator CLI named hhfab. 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:

curl -fsSL https://i.hhdev.io/hhfab | bash

Or download a specific version using the following command:

curl -fsSL https://i.hhdev.io/hhfab | VERSION=alpha-X bash

Use the VERSION environment variable to specify the version of the software to download. By default, the latest release is downloaded. You can pick a specific release series (e.g. alpha-2) or a specific release.

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:

curl -fsSL https://i.hhdev.io/oras | bash

Currently only Linux x86 is supported for running hhfab.

Next steps


Last update: May 6, 2024
Created: December 22, 2023