This is a fork of Bun maintained by the Electrobun project. It builds Bun from upstream release tags with the goal of producing a trimmed-down runtime suitable for bundling inside Electrobun desktop apps.
- CI workflow that builds Bun from upstream source using standard
oven-sh/WebKit(no custom forks) - Build targets: macOS arm64, Linux x64, Windows x64 (Linux arm64 planned)
- Trimmed builds: cmake options to disable the bundler, package manager, and test runner to reduce binary size
main— this fork's changes (CI workflow, README, future build tweaks)upstream— clean sync point tracking upstream Bun release tags
To see exactly what this fork changes: git diff upstream..main
For Bun documentation, issues, and the original source, see github.com/oven-sh/bun.
Same as upstream Bun. See Project > License.