Install via Cargo
Install Bivvy using Rust’s package manager. Best for Rust developers who already have the toolchain installed.
Installation
cargo install bivvyRequirements
- Rust 1.93 or later
From Source
git clone https://github.com/bivvy-dev/bivvycd bivvycargo install --path .Updating
cargo install bivvy --forceUninstalling
cargo uninstall bivvySupported Platforms
Any platform supported by Rust, including:
| OS | Architecture |
|---|---|
| macOS | x64 (Intel), arm64 (Apple Silicon) |
| Linux | x64, arm64 |
| Windows | x64 |