Installation
Homebrew (macOS):
brew tap s1ks1/bwenv
brew install --cask bwenvScoop (Windows):
scoop bucket add bwenv https://github.com/s1ks1/scoop-bwenv
scoop install bwenvLinux (DEB / RPM):
# Download the .deb or .rpm from the assets below, then:
sudo dpkg -i bwenv_2.4.0_amd64.deb # Debian/Ubuntu
sudo rpm -i bwenv_2.4.0_amd64.rpm # Fedora/RHELGo Install:
go install github.com/s1ks1/bwenv/v2@latestQuick Install (macOS / Linux):
curl -fsSL https://raw.githubusercontent.com/s1ks1/bwenv/main/install.sh | shQuick Install (Windows PowerShell):
irm https://raw.githubusercontent.com/s1ks1/bwenv/main/install.ps1 | iexManual download: Grab the archive for your platform below, extract it,
and place the bwenv binary somewhere in your PATH.
See the README for full documentation.
Changelog
🚀 Features
- 1aba729: feat: add canonical project metadata (@s1ks1)
- 02426ee: feat: add explicit provider refresh command (@s1ks1)
- 6736aa6: feat: add safe bwenv doctor diagnostics (@s1ks1)
- 98ba1d5: feat: add safe project migration command (@s1ks1)
🐛 Bug Fixes
- 543622f: fix: migrate module to /v2 path and derive version from build info (@s1ks1)
- 1ec3cba: fix: pass BW_SESSION via env, never argv; generic provider errors (PER-26) (@s1ks1)
Full Changelog: v2.3.0...v2.4.0