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 oci://ghcr.io/defenseunicorns/packages/dos-games:1.0.0-$(uname -m) --key=https://zarf.dev/cosign.pub

View DocumentationView Documentation
Copyright © 2024 Zarf Project. All rights reserved