# Bun ## Docs - [Welcome to Bun](https://bun-1dd33a4e-farm-47265618-file-slice-stream-hang.mintlify.site/index.md): Bun is an all-in-one toolkit for developing modern JavaScript/TypeScript applications. - [Installation](https://bun-1dd33a4e-farm-47265618-file-slice-stream-hang.mintlify.site/installation.md): Install Bun with npm, Homebrew, Docker, or the official script. - [Quickstart](https://bun-1dd33a4e-farm-47265618-file-slice-stream-hang.mintlify.site/quickstart.md): Build your first app with Bun - [TypeScript](https://bun-1dd33a4e-farm-47265618-file-slice-stream-hang.mintlify.site/typescript.md): Using TypeScript with Bun, including type definitions and compiler options - [TypeScript 6 and 7](https://bun-1dd33a4e-farm-47265618-file-slice-stream-hang.mintlify.site/typescript-6.md): How to configure Bun's type definitions for TypeScript 6.0 and 7.0, which no longer auto-discover @types packages. Fix 'Cannot find name Bun' and other missing type errors after upgrading TypeScript. - [bun init](https://bun-1dd33a4e-farm-47265618-file-slice-stream-hang.mintlify.site/runtime/templating/init.md): Scaffold an empty Bun project with the interactive `bun init` command - [bun create](https://bun-1dd33a4e-farm-47265618-file-slice-stream-hang.mintlify.site/runtime/templating/create.md): Create a new Bun project from a React component, a `create-