# Try Bun in a browser sandbox

Ultra-fast JavaScript runtime & toolkit

Source: https://www.agentclash.dev/try/bun
Markdown export: https://www.agentclash.dev/md/try/bun
Session limit: 10 minutes

A page visit does not create a sandbox. Starting a disposable session requires an explicit action on the HTML page.

## Suggested commands

- **Show version**: `bun --version`
- **Init a project**: `bun init demo && cd demo`
- **Run a quick script**: `echo 'console.log("Hello from Bun!")' > hello.ts && bun hello.ts`
- **Install a package**: `bun add lodash && bun -e "console.log(require('lodash').capitalize('bun'))"`

## Links

- [Documentation](https://bun.sh/docs)
- [Source repository](https://github.com/oven-sh/bun)