-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Open
Labels
Description
What version of Bun is running?
Bun v1.3.9 (should be)
What platform is your computer?
Linux 6.12.73-v8+ aarch64 unknown
What steps can reproduce the bug?
Today I installed Bun on my Raspberry Pi 4 Model B/Raspbian GNU/Linux 13 (trixie) using curl -fsSL https://bun.com/install | bash
The installation finished without any error, but when run bun --version, error shows:
exec: Failed to execute process '.bun/bin/bun': The file exists and is executable. Check the interpreter or linker?
What is the expected behavior?
Output 1.3.9
What do you see instead?
exec: Failed to execute process '.bun/bin/bun': The file exists and is executable. Check the interpreter or linker?
Additional information
This raspberry pi 4b machine info:
rasp4b ~ uname -a
Linux rasp4b 6.12.73-v8+ #1947 SMP PREEMPT Thu Feb 19 12:31:05 GMT 2026 aarch64 GNU/Linux
rasp4b ~ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 13 (trixie)"
NAME="Raspbian GNU/Linux"
VERSION_ID="13"
VERSION="13 (trixie)"
VERSION_CODENAME=trixie
DEBIAN_VERSION_FULL=13.2
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
rasp4b ~ .bun/bin/bun --version
exec: Failed to execute process '.bun/bin/bun': The file exists and is executable. Check the interpreter or linker?
✘ rasp4b ~ uname -mprs
Linux 6.12.73-v8+ aarch64 unknown
P.S. This raspberry machine can run zig normally:
rasp4b ~/A/z/zig-arm-linux-0.15.2 > ./zig version
0.15.2
Reactions are currently unavailable