Skip to content
Installation

Installation

Quiver ships as a standalone CLI. The binary name shown in the codebase is qv.

Install a released build

brew install freepicheep/tap/quiver
mise use -g github:freepicheep/quiver
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/freepicheep/quiver/releases/latest/download/quiver-installer.sh | sh

Build from source

cargo install --git https://github.com/freepicheep/quiver

Verify the install

qv --version

After Quiver is installed, continue with Getting Started.