What’s New

Bun

Languages & Runtimes

A fast all-in-one JavaScript runtime and toolkit.

Latest bun-v1.3.14 · by OvenWebsiteoven-sh/bun

Changelog

bun-v1.3.11

Bun v1.3.11

To install Bun v1.3.11

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.3.11:

bun upgrade
Read Bun v1.3.11's release notes on Bun's blog
Thanks to 15 contributors!
bun-v1.3.6

Bun v1.3.6

To install Bun v1.3.6

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.3.6:

bun upgrade
Read Bun v1.3.6's release notes on Bun's blog
Thanks to 23 contributors!