Skip to content

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 | bash
ps1
powershell -c "irm bun.sh/install.ps1 | iex"

Reload shell

sh
source ~/.zshrc

Usage

To use Bun, run the following command:

sh
bun

To get version information:

sh
bun --version

MIT License