Making Heavy JavaScript Tools More Accessible with Bun #25615
elycheikhsmail
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Proposal / Feedback:
While installing Flowise AI with Bun on Windows 11 from a low-bandwidth network, the installation took a long time due to the large number of dependencies. This experience highlighted a broader challenge: installing heavy JavaScript tools can still be difficult in constrained network environments, even with Bun’s performance benefits.
One possible direction could be to explore a Docker Hub–like hub for precompiled Bun binaries, where complex JavaScript tools are distributed as ready-to-use executables. This could significantly reduce setup time and improve accessibility in low-bandwidth or resource-constrained environments.
Additionally, on the bun.sh website, in the Guide → Ecosystem & Frameworks section, it might be useful to explicitly mention alternative usage patterns, such as:
using Flowise AI via an executable
using n8n via an executable
This could help surface faster onboarding paths and better showcase Bun’s ability to bundle and distribute applications beyond traditional package installation.
Beta Was this translation helpful? Give feedback.
All reactions