Skip to content

Download

Getting access

Prior to the 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 it you need to login 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, helm charts and etc. The hhfab binary can be downloaded from the GitHub Package using the following command:

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

The VERSION environment variable can be used to specify the version of the software to download. If it's not specified the latest release will be downloaded. You can pick specific release series (e.g. alpha-2) or specific release.

It requires ORAS to be installed which is used to download the binary from the OCI registry and could be installed using following command:

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

Currently only Linux x86 is supported for running hhfab.


Last update: December 22, 2023
Created: December 22, 2023