Bun single, statically-linked musl binary

1vuio0pswjnm71 pts0 comments

Static linked musl binary to support more systems. · Issue #16056 · oven-sh/bun · GitHub

//voltron/issues_fragments/issue_layout" data-turbo-transient="true" />

Skip to content

Search or jump to...

Search code, repositories, users, issues, pull requests...

-->

Search

Clear

Search syntax tips

Provide feedback

--><br>We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Cancel

Submit feedback

Saved searches

Use saved searches to filter your results more quickly

-->

Name

Query

To see all available qualifiers, see our documentation.

Cancel

Create saved search

Sign in

//voltron/issues_fragments/issue_layout;ref_cta:Sign up;ref_loc:header logged out"}"<br>Sign up

Appearance settings

Resetting focus

You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.

Dismiss alert

{{ message }}

oven-sh

bun

Public

Notifications<br>You must be signed in to change notification settings

Fork<br>4.5k

Star<br>90.5k

Static linked musl binary to support more systems. #16056

New issue<br>Copy link

New issue<br>Copy link

Open

Open<br>Static linked musl binary to support more systems.#16056

Copy link

Labels<br>enhancementNew feature or requestNew feature or request

Description

abcfy2<br>opened on Dec 30, 2024

Issue body actions

What is the problem this feature would solve?

Since some Linux distros does not provide high version of glibc (Like CentOS 7).

So I think we'd better also provide a musl static linked binary.

Thus will support almost all the Linux distributions. Musl static linked binary does not require high kernel version (but glibc static link often required kernel > 4.4), and does not require glibc nor musl runtime.

What is the feature you are proposing to solve the problem?

We also provide musl static linked binary like bun-linux-x64-musl-static.zip

What alternatives have you considered?

No response

Reactions are currently unavailable

Metadata<br>Metadata<br>Assignees

No one assigned

Labels

enhancementNew feature or requestNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

You can’t perform that action at this time.

musl static linked binary feature issue

Related Articles