Skip to content

Installation

Bivvy can be installed via several methods. All methods install the same native binary — choose whichever fits your workflow.

Terminal window
curl -fsSL https://bivvy.dev/install | sh

See curl install docs for options and troubleshooting.

Other Methods

MethodCommandNotes
Homebrewbrew install https://raw.githubusercontent.com/bivvy-dev/bivvy/main/dist/homebrew/bivvy.rbmacOS/Linux
Cargocargo install bivvyRequires Rust 1.93+
gemgem install bivvyRuby 2.7+
pippip install bivvyPython 3.8+

Supported Platforms

PlatformArchitecture
Linuxx64, arm64
macOSx64 (Intel), arm64 (Apple Silicon)
Windowsx64

Verify Installation

After installing, verify it works:

Terminal window
bivvy --version

Next Steps

Initialize configuration in your project:

Terminal window
bivvy init

Run setup:

Terminal window
bivvy run