Installation
Bivvy can be installed via several methods. All methods install the same native binary — choose whichever fits your workflow.
Quick Install (Recommended)
curl -fsSL https://bivvy.dev/install | shSee curl install docs for options and troubleshooting.
Other Methods
| Method | Command | Notes |
|---|---|---|
| Homebrew | brew install https://raw.githubusercontent.com/bivvy-dev/bivvy/main/dist/homebrew/bivvy.rb | macOS/Linux |
| Cargo | cargo install bivvy | Requires Rust 1.93+ |
| gem | gem install bivvy | Ruby 2.7+ |
| pip | pip install bivvy | Python 3.8+ |
Supported Platforms
| Platform | Architecture |
|---|---|
| Linux | x64, arm64 |
| macOS | x64 (Intel), arm64 (Apple Silicon) |
| Windows | x64 |
Verify Installation
After installing, verify it works:
bivvy --versionNext Steps
Initialize configuration in your project:
bivvy initRun setup:
bivvy run