https://github.com/stiermid/bun-wheel
Python wheel for Bun
https://github.com/stiermid/bun-wheel
bun wheel
Last synced: 12 days ago
JSON representation
Python wheel for Bun
- Host: GitHub
- URL: https://github.com/stiermid/bun-wheel
- Owner: stiermid
- Created: 2026-05-24T18:55:13.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2026-05-29T13:31:29.000Z (26 days ago)
- Last Synced: 2026-05-29T14:14:01.796Z (26 days ago)
- Topics: bun, wheel
- Language: Python
- Homepage:
- Size: 34.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bun-wheel




Unofficial Python wheel for [Bun](https://bun.sh). Provides the `bun` command via pip.
## Installation
```sh
pip install bun-wheel
```
After installation, the `bun` command is available in your environment:
```sh
bun --version
bun run index.ts
```
## Supported platforms
| Platform | x86-64 | ARM64 |
|---|---|---|
| Linux (glibc) | ✓ | ✓ |
| Linux (musl) | ✓ | ✓ |
| macOS | ✓ | ✓ |
| Windows | ✓ | ✓ |
## Building from source
```sh
uv run hatch build -t wheel
```
To build for a specific Bun version, update the `version` field in `pyproject.toml` to match the desired Bun release, then rebuild.
## Disclaimer
This project is not affiliated with or endorsed by Oven Inc. Bun is developed and maintained by [Oven](https://oven.sh).
## License
This project is licensed under the LGPL-2.1 License - see the [LICENSE](LICENSE) file for details.