Skip to main content
The vf CLI ships as a single binary for macOS, Linux, and Windows. Every release publishes signed archives and a checksums.txt on the releases page.

Install script (macOS and Linux)

The script downloads the latest release for your platform into /usr/local/bin (or ~/.local/bin when that is not writable). Set VF_VERSION to pin a specific release:

Install script (Windows PowerShell)

Manual download

Download the archive for your platform from the releases page, verify it against checksums.txt, and place the vf binary on your PATH.

Go install

With a Go toolchain installed:

Verify the installation

Prints the installed version, commit, and build date. Next, connect the CLI to your account: Authentication.