| title | Install via Cargo |
|---|---|
| description | Installing Bivvy with Cargo |
Install Bivvy using Rust's package manager. Best for Rust developers who already have the toolchain installed.
cargo install bivvy- Rust 1.93 or later
git clone https://github.com/bivvy-dev/bivvy
cd bivvy
cargo install --path .cargo install bivvy --forcecargo uninstall bivvyAny platform supported by Rust, including:
| OS | Architecture |
|---|---|
| macOS | x64 (Intel), arm64 (Apple Silicon) |
| Linux | x64, arm64 |
| Windows | x64 |