This release adds Intel Mac support to the native installer so ByteRover CLI installs out of the box on x86_64 Macs, and patches a high-severity npm advisory in our transitive dependencies.
🌟 Highlights
🍎 Intel Mac (darwin-x64) install support
Until now, running our one-line installer on an Intel Mac stopped with an "Apple Silicon only" error. v3.7.0 publishes a darwin-x64 tarball alongside the existing builds, so the same command now works everywhere:
curl -fsSL https://byterover.dev/install.sh | shNothing changes for users already on Apple Silicon, Linux x64, or Linux ARM64 - their install path is unchanged.
🔒 Security dependency update
Bumped basic-ftp and hono to clear a high-severity advisory flagged by npm audit. No action needed beyond upgrading -behavior is identical.
What's Changed
✨ Features
- Add
darwin-x64(Intel Mac) tarball build target and enable it in the installer - by @leehpham in #440
🔒 Security
- Patch high-severity npm advisory by bumping
basic-ftpandhono- by @bao-byterover in #443
📚 Docs & Chores
- Update
CHANGELOG.mdand bump version to 3.7.0 - by @bao-byterover
Supported platforms
macOS ARM64, macOS x64 (Intel), Linux x64, Linux ARM64.
After upgrading, run brv restart to reload the daemon.
Full Changelog: v3.6.1...v3.7.0