Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Install Bun - Getting Started Guide
[go: Go Back, main page]

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