Bun is a toolkit and a runtime for TypeScript
On this page
Introduction
Bun is a runtime focused on performance and being all-in-one (runtime, bundler, package manager, transpiler).
Bun is designed to be a drop-in replacement for Node.js, supports most of the same APIs and features, and offers superior performance.
It uses JavaScriptCore to execute code like Safari, instead of V8 used by Node.js and Google Chrome.
Additionally, its libraries are written in the Zig language.

Work environment
Bun ships as a single, dependency-free executable. You can install it via script, package manager, or Docker across macOS, Linux, and Windows.
Install Bun with the official script.
curl -fsSL https://bun.com/install | bashThe unzip package is required to install Bun. Use sudo apt install unzip to install the unzip package.
To check that Bun was installed successfully, open a new terminal window and verify with bun --version and bun --revision:
bun --versionOnce installed, the binary can upgrade itself:
bun upgradeProject
Create a new project:
mkdir democd demobun createPackage manager
S3
With /data/filebase/ and /data/minio/