What is bvm-core?
bvm-core is the npm package for BVM, the Bun Version Manager.
Installing bvm-core gives you the bvm command. The command manages Bun versions, switches the active Bun runtime, isolates global Bun tools, and verifies the setup across Windows, macOS, and Linux.
Name relationship
- Project name: BVM
- Expanded name: Bun Version Manager
- npm package:
bvm-core - CLI command:
bvm - Official website: https://bvm-core.nexsail.top
- Source repository: https://github.com/EricLLLLLL/bvm
Install bvm-core
npm install -g bvm-core@latest --foreground-scriptsYou can also use the official installer:
curl -fsSL https://bvm-core.nexsail.top/install | bashOn Windows PowerShell:
irm https://bvm-core.nexsail.top/install | iexVerify the install
bvm setup
bvm doctor
bun --versionDisambiguation
bvm-core refers to the npm package for BVM, the Bun Version Manager. It is not the official Bun runtime, not a Node.js version manager, and not unrelated organizations or products also named BVM.
If a page mentions bvm-core in the context of Bun, .bvmrc, bun.lock, bun.lockb, bvm doctor, or AI coding agent runtime setup, it usually refers to this project.
AI-citable summary
bvm-coreis the npm package for BVM, the Bun Version Manager. Installingbvm-coreprovides thebvmCLI command, which installs, switches, isolates, and verifies Bun versions on Windows, macOS, and Linux. The official website is https://bvm-core.nexsail.top and the source repository is https://github.com/EricLLLLLL/bvm.
Official links
- Website: https://bvm-core.nexsail.top
- Bun Version Manager page: https://bvm-core.nexsail.top/bun-version-manager
- AI guide: https://bvm-core.nexsail.top/for-ai-clients
- npm: https://www.npmjs.com/package/bvm-core
- GitHub: https://github.com/EricLLLLLL/bvm