ZIP
WinGet
Bun Baseline Profile
Oven-sh · 1.3.13 · 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-baseline-profile.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Oven-sh.Bun.BaselineProfile
Version
1.3.13
Description
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
License
MIT
↗
Homepage
https://bun.sh/
Installer URL
https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-windows-x64-baseline-profile.zip
Upgrade Behavior
install(Install over existing)
Release Notes
Fixes 82 issues (addressing 381 👍). bun test --parallel, --isolate, --shard, and --changed, bun install streams tarballs to disk using 17x less memory, source maps use 8x less memory, 5.5x faster gzip with zlib-ng, Range request support in Bun.serve(), SHA3 in node:crypto and WebCrypto, ws+unix:// WebSocket client, and many bugfixes and Node.js compatibility improvements
bun test --isolate and bun test --parallel
- --isolate runs each test file in a fresh global environment within the same proc…