Procedure
Install Bun JavaScript runtime
Install Bun via the official install script (curl on macOS/Linux, PowerShell on Windows), ensure bun is on PATH, then verify with bun --version.
Install Bun from https://bun.sh/docs/installation . macOS/Linux (unzip r
Install Bun from https://bun.sh/docs/installation . macOS/Linux (unzip required on Linux): curl -fsSL https://bun.com/install | bash . Windows PowerShell: powershell -c "irm bun.sh/install.ps1|iex"
Open a new terminal so ~/.bun/bin (or the Windows install path) is on PA
Open a new terminal so ~/.bun/bin (or the Windows install path) is on PATH, or follow the PATH note printed by the installer.
bun --version
bun --version
DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.