Like Node.js, Bun is a JavaScript runtime that allows you to execute JavaScript code on the server side.
Linux
curl -fsSL <https://bun.sh/install> | bash
Mac
powershell -c "irm bun.sh/install.ps1 | iex"