Bun
Develop, test, run, and bundle JavaScript & TypeScript projects—all with Bun. Bun is an all-in-one JavaScript runtime & toolkit designed for speed, complete with a bundler, test runner, and Node.js-compatible package manager.
Install
sh
curl -fsSL https://bun.sh/install | bashps1
powershell -c "irm bun.sh/install.ps1 | iex"Reload shell
sh
source ~/.zshrcUsage
To use Bun, run the following command:
sh
bunTo get version information:
sh
bun --version