Skip to main content
Version: 0.5

Installation

Installation​

Select tab depending on the system you use:

Use Homebrew to install the latest version of the Fuse CLI:

brew install kubeshop/fuse-releases/fuse

Upgrade the existing installation with:

brew upgrade kubeshop/fuse-releases/fuse

Alternatively, download the version of the Fuse CLI binary and move it to a directory under your $PATH:

curl -Lo fuse https://github.com/kubeshop/fuse-releases/releases/latest/download/fuse-darwin-arm64
chmod +x fuse && mv fuse /usr/local/bin/fuse