Bun is a fast, all-in-one JavaScript runtime, bundler, test runner, and package manager - designed as a drop-in alternative to Node.js and npm/yarn/pnpm.
curl -fsSL https://bun.sh/install | bashBun 1.2 expands Node.js API compatibility (including more of `node:fs` and `node:crypto`), adds full-text search to its built-in SQLite driver, and continues improving install-time performance for large dependency trees.