Skip to content

Install via Cargo

Install Bivvy using Rust’s package manager. Best for Rust developers who already have the toolchain installed.

Installation

Terminal window
cargo install bivvy

Requirements

  • Rust 1.93 or later

From Source

Terminal window
git clone https://github.com/bivvy-dev/bivvy
cd bivvy
cargo install --path .

Updating

Terminal window
cargo install bivvy --force

Uninstalling

Terminal window
cargo uninstall bivvy

Supported Platforms

Any platform supported by Rust, including:

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