Overview
An all-in-one JS toolchain written in Zig — runtime, package manager, bundler, test runner, all fast. Installs often 10× quicker than npm.
Features
- Node.js-compatible runtime
- Blazing install and bundle
- Built-in test runner
- Web-standard APIs first
- Native TypeScript support
Common commands
A few common invocations — the Agent runs them as you in your terminal
$ bun installInstall dependencies — way faster than npm
$ bun run devRun a package.json script
$ bun testRun the built-in test runner