github oven-sh/bun bun-v1.1.36
Bun v1.1.36

7 hours ago

Bun v1.1.36 addresses a release process issue in Bun v1.1.35 that caused the Bun v1.1.35 binary to be published as a canary release instead of a stable release.

To install:

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

bun upgrade

Read Bun v1.1.35's release notes on Bun's blog

Don't miss a new bun release

NewReleases is sending notifications on new releases.