Install Zarf
On macOS or Linux, you can easily install Zarf in your terminal by using Brew.
brew tap defenseunicorns/tap && brew install zarf
For more more detailed installation instructions - check out our Getting Started Doc.
Try It Now
You are ready to deploy code in AirGap. Copy the following commands to get started!
# First, you will need a Kubernetes cluster. This example uses KIND.
brew install kind && kind delete cluster && kind create cluster
# Next, you will need to deploy the Zarf Init Package
zarf init
# You are ready to deploy any Zarf Package, try out our Retro Arcade!!
zarf package deploy sget://defenseunicorns/zarf-hello-world:$(uname -m)