ForgeOps

Third-party software

Before performing a ForgeOps deployment, install the requisite third-party software on your local computer.

The ForgeOps team recommends you install third-party software using Homebrew on macOS and Linux[1] .

Required third-party software

Software Version Homebrew package

On all platforms

  • Python 3

3.13.2

python@3.13

  • Bash

5.2.37

bash

  • Docker client

28.0.1

docker

  • Kubernetes client (kubectl)

1.32.3

kubernetes-cli

  • Kubernetes context switcher (kubectx)

0.9.5

kubectx

  • Kustomize

5.6.0

kustomize

  • Helm

3.17.2

helm

  • JSON processor jq

1.7.1

jq

  • Six (Python compatibility library)

1.17.0

six

  • Setup tools (Python)

75.6.0

python-setuptools

  • Terraform

1.5.7

terraform

Additionally on Google GKE

  • Google Cloud SDK

451.0.1

google-cloud-sdk (cask)[1]

Additionally on Amazon EKS

  • Amazon AWS Command Line Interface

2.25.12

awscli

  • AWS IAM Authenticator for Kubernetes

0.6.28

aws-iam-authenticator

Additionally on Azure AKS

  • Azure Command Line Interface

2.71.0

azure-cli

Additionally on Minikube

  • Minikube

1.35.0

minikube

  • PyYaml

6.0.1

pyyaml

Python venv

The new forgeops utility is built on Python3. Some of the Python3 packages used by forgeops have to be installed using pip. To separate such Python3 specific packages, Python recommends the use of the venv Python virtual environment. Learn more about Python venv in venv - Virtual environments.

  1. Create a venv for using the forgeops utility.

    $ python3 -m venv .venv
  2. Set up Python3 dependencies for forgeops utility.

    $ source .venv/bin/activate
    $ /path/to/forgeops/bin/forgeops configure

1. The Linux version of Homebrew doesn’t support installing software it maintains as casks. Because of this, if you’re setting up an environment on Linux, you won’t be able to use Homebrew to install software in several cases. You’ll need to refer to the software’s documentation for information about how to install the software on a Linux system.
Copyright © 2010-2025 ForgeRock, all rights reserved.