Skip to content

Failed to execute process error on Raspberry Pi 4 Model B/Raspbian GNU/Linux 13 (trixie) #27322

@haai-team

Description

@haai-team

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions