Unofficial Python wheel for Bun. Provides the bun command via pip.
pip install bun-wheelAfter installation, the bun command is available in your environment:
bun --version
bun run index.ts| Platform | x86-64 | ARM64 |
|---|---|---|
| Linux (glibc) | ✓ | ✓ |
| Linux (musl) | ✓ | ✓ |
| macOS | ✓ | ✓ |
| Windows | ✓ | ✓ |
uv run hatch build -t wheelTo build for a specific Bun version, update the version field in pyproject.toml to match the desired Bun release, then rebuild.
This project was inspired by nodejs-wheel package.
This project is not affiliated with or endorsed by Oven Inc. Bun is developed and maintained by Oven.
This project is licensed under the LGPL-2.1 License - see the LICENSE file for details.