Install via gem
Install Bivvy using RubyGems.
Installation
gem install bivvyRequirements
- Ruby 2.7 or later
Supported Platforms
| OS | Architecture |
|---|---|
| macOS | x64 (Intel), arm64 (Apple Silicon) |
| Linux | x64, arm64 |
| Windows | x64 |
How It Works
The gem downloads the native Bivvy binary during installation (via a
native extension hook) and provides a Ruby wrapper at exe/bivvy that
exec’s the native binary.
Updating
gem update bivvyUninstalling
gem uninstall bivvy