Bun Baseline Profile Oven-sh
winget install --id=Oven-sh.Bun.BaselineProfile -e
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
Bun Baseline Profile is a high-performance JavaScript runtime designed to unify development workflows by combining a runtime, bundler, test runner, and package manager into one tool. Built for speed, Bun extends JavaScriptCore (from Safari) with optimized APIs for tasks like file operations, HTTP serving, and WebSocket communication.
Key Features:
- Node.js Compatibility: A drop-in replacement for Node.js, supporting core modules like
fs
,path
, and .