Skip to content

Tailwind binary on linux x64-musl is just a bun wrapper #17796

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
IxDay opened this issue Apr 27, 2025 · 8 comments
Open

Tailwind binary on linux x64-musl is just a bun wrapper #17796

IxDay opened this issue Apr 27, 2025 · 8 comments
Assignees
Labels

Comments

@IxDay
Copy link

IxDay commented Apr 27, 2025

What version of Tailwind CSS are you using?

v4.1.3

What build tool (or framework if it abstracts the build tool) are you using?

Standalone CLI

What version of Node.js are you using?

N/A

What browser are you using?

N/A

What operating system are you using?

alpine 3:21

Reproduction URL

https://github.com/IxDay/tailwindcss

Describe your issue

When downloading and running the tailwindcss-linux-x64-musl I get the bun CLI and not tailwind. The bug is not present with tailwindcss-linux-arm64-musl though. See the reproduction for a minimal setup.

@xorraxraxret
Copy link

This could be a Bun bug, since they are using Bun's https://bun.sh/docs/bundler/executables to create the executable.

@thecrypticace thecrypticace self-assigned this Apr 28, 2025
@thecrypticace
Copy link
Contributor

This is super strange. I tested that exact reproduction in two separate host environments:

  • macOS ARM64 + OrbStack (emulating an x64 container)
  • Windows x86_64 + Docker Desktop (so no arch emulation)

Both of these produce the tailwindcss help output. I would've expected to not see it if that reproduction does not work for you. This makes me think its definitely a Bun bug but I'm not quite sure what's causing things to break or how.

@thecrypticace
Copy link
Contributor

What's your host OS and architecture?

@IxDay
Copy link
Author

IxDay commented Apr 29, 2025

I am using an Apple M1 with colima.

@philipp-spiess
Copy link
Member

@IxDay I was able to reproduce this issue but only when using colima, using Docker or OrbStack seems to work just fine. This is bizarre... I guess we'll have to file a bug report with bun about this. Thanks for the repro!

@philipp-spiess
Copy link
Member

Created an upstream bug report, maybe the folks over at Bun have some idea: oven-sh/bun#19536

@gremo
Copy link

gremo commented May 22, 2025

@IxDay Sorry for asking something not related to the issue itself: does the watch command work in Docker for you?

@IxDay
Copy link
Author

IxDay commented May 29, 2025

Created an upstream bug report, maybe the folks over at Bun have some idea: oven-sh/bun#19536

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants