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 is not yet supported via gem. The gem’s native extension hook downloads a
.tar.gzarchive during installation, but the Windows release artifact is distributed as a.zip. Windows users should install Bivvy under WSL or use one of the other installation methods.
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