ZIP
WinGet
Bun
Oven-sh · 1.1.24 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
bun-windows-x64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Oven-sh.Bun
Version
1.1.24
Description
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
License
MIT
↗
Homepage
https://bun.sh/
Release Notes
To install Bun v1.1.24:
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.24:
bun upgrade
Bun v1.1.24 fixes a regression introduced in v1.1.23 that caused the net module to throw an error after upgrading from TCP -> TLS.The tests that would've prevented this regression were being skipped due to a credentials issue after migrating to a new CI provider.To prevent this regression from recu…