Getting Started
Installation Guide
Before proceeding with installation, ensure you meet all system requirements.
Currently, we are providing a Convenience Script for installing our Fermah Operator pre-built binaries.
BASE_URL=https://fermah-releases.s3.us-east-2.amazonaws.com
SCRIPT=install.sh
VERSION=0.1.2
BINARY=operator
OS=ubuntu-latest
ARCH=amd64
curl $BASE_URL/$SCRIPT | bash -s -- $VERSION $BINARY $OS $ARCH
Latest version: 0.1.2
SHA256: 9c87b960709a24bda4edbb48b3126d7308a2993e39a0def21815bdd008087ab8
GPG verification available, check GPG.
Notes
This install script is idempotent and will replace the installed binary if it is run multiple times.
Supported OS/Arch
| OS | Arch |
|---|---|
| ubuntu-latest (22.04 LTS) | amd64 |
| macos-latest (Sonoma) | arm64 |
Please contact us if you need other prebuilt binaries.
Note that ubuntu-latest also applies to most linux distros, as long as the system's GLIBC version is 2.34+.
ℹ️ Release will be installed to ~/.fermah/bin/fermah-operator-version, and symlinked as fermah-operator. If you wish to run the binary using this name, you may add it to the PATH environment variable using the hint provided by the install script.