The all-in-one JavaScript runtime & toolkit designed for speed
curl -fsSL https://bun.sh/install | bash
npm install -g bun
brew tap oven-sh/bun
brew install bun
curl -fsSL https://bun.sh/install | bash
npm install -g bun
brew tap oven-sh/bun
brew 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
docker pull oven/bun:latest
docker run --rm --init --ulimit memlock=-1:-1 oven/bun