| title | Installation |
|---|---|
| description | How to install Bivvy |
Bivvy can be installed via several methods. All methods install the same native binary -- choose whichever fits your workflow.
curl -fsSL https://bivvy.dev/install | shSee curl install docs for options and troubleshooting.
| 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+ |
| Platform | Architecture |
|---|---|
| Linux | x64, arm64 |
| macOS | x64 (Intel), arm64 (Apple Silicon) |
| Windows | x64 |
After installing, verify it works:
bivvy --versionInitialize configuration in your project:
bivvy initRun setup:
bivvy run