1
step 1/1 · targetInstall Bun
Fast all-in-one JavaScript runtime, bundler, test runner, and package manager.
$brew install oven-sh/bun/bun
Fast all-in-one JavaScript runtime, bundler, test runner, and package manager.
Fast all-in-one JavaScript runtime, bundler, test runner, and package manager.
Run bun in any project to start.
Verify your install:
bun add expressInstall a packagebun run devRun dev scriptbun testRun testsFull CLI referencecoming soon
Bun is a fast JavaScript runtime, package manager, and bundler in a single binary. It is fully compatible with most Node.js APIs and npm packages, and installs dependencies significantly faster. Best for new projects where you control the whole stack — established projects may encounter edge cases in Node.js API compatibility.