Skip to content

Bun 1.2

Compare
Choose a tag to compare
@Jarred-Sumner Jarred-Sumner released this 22 Jan 16:31
· 108 commits to main since this release
b0c5a76

Read Bun 1.2's release notes on Bun's blog

Watch the video:

Bun 1.2

To install Bun:

curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.2.0:

bun upgrade