›_DevSetupv1.0

Install Bun

Runtime1 step

Fast all-in-one JavaScript runtime, bundler, test runner, and package manager.

via
1 step
1
step 1/1 · target

Install Bun

Fast all-in-one JavaScript runtime, bundler, test runner, and package manager.

$brew install oven-sh/bun/bun

That’s it. You’re set up.

Run bun in any project to start.

Get started

Verify your install:

$bun --version
bun add expressInstall a package
bun run devRun dev script
bun testRun tests

Full CLI referencecoming soon

About

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.

Compare
Bun vs Node.jssoon
Bun vs Denosoon
Related tools