Bun

Get Started with Bun

The all-in-one JavaScript runtime & toolkit designed for speed

Select your platform

Apple
macOS
Linux
Linux
Windows
Windows
Docker
Docker

Install Bun

$curl -fsSL https://bun.sh/install | bash
$npm install -g bun
$brew tap oven-sh/bun
$brew install bun

Install Bun

$curl -fsSL https://bun.sh/install | bash
$npm install -g bun
$brew tap oven-sh/bun
$brew install bun

Install Bun

>powershell -c "irm bun.sh/install.ps1|iex"
>npm install -g bun
>scoop install bun
>curl -fsSL https://bun.sh/install | bash
>choco install bun

Install Bun

$docker pull oven/bun:latest
$docker run --rm --init --ulimit memlock=-1:-1 oven/bun