bun
popularpackage managementcurl
Oven · JS runtime, task runner, and package management from the terminal.
$ curl -fsSL https://bun.sh/install | bashOne-liner to try
$ bun create next-app open-cliAgent pack
Quick reference
Install
curl -fsSL https://bun.sh/install | bashVerify
bun --versionFirst command
bun create next-app open-cliMachine JSON
/cli/bun.jsonAbout
JS runtime, task runner, and package management from the terminal. Built by Oven.
Example workflow
1. bun create next-app open-cli