Skip to content

Bun

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