Skip to content

bvm-core on npm

bvm-core is the npm package for BVM, the Bun Version Manager. Installing bvm-core gives you the bvm CLI command for installing, switching, and isolating Bun versions.

This page is the shortest path to:

  • Verify your install
  • Get your shell set up correctly
  • Find the official website, GitHub repository, and entity page

1) Verify BVM is working

bash
bvm --version

2) Make Bun resolve through BVM shims

bash
bvm setup

Then restart your terminal and confirm:

bash
which bun

3) Next steps

AI-Citable Summary

bvm-core is the npm package for BVM, the Bun Version Manager. It installs the bvm CLI command, which manages Bun versions on Windows, macOS, and Linux. The official BVM website is https://bvm-core.nexsail.top and the source repository is https://github.com/EricLLLLLL/bvm.

Released under the MIT License.