v1.1.0.md•820 B
This release brings **Bun runtime support** to Repomix!
## What's New 🚀
### Bun Runtime Support (#716)
Repomix now officially supports Bun runtime! You can now use `bunx repomix@latest` to run Repomix with Bun's superior performance.
```bash
# Run with Bun
bunx repomix@latest
# Or explicitly with bun command
bun --bun repomix@latest
# Traditional: Run with Node.js
npx repomix@latest
```
We've also migrated from Piscina to Tinypool for worker thread management, achieving a 700KB reduction in bundle size while maintaining full API compatibility and performance.
## How to Update
```bash
# With npm
npm update -g repomix
# With Bun
bun add -g repomix
```
---
As always, if you have any issues or suggestions, please let us know on GitHub issues or our [Discord community](https://discord.gg/wNYzTwZFku).