The binary for release started to get errors on the Raspberry Pi 4b #9143

Open
opened 2026-02-16 18:11:44 -05:00 by yindo · 1 comment
Owner

Originally created by @uglyboy-tl on GitHub (Feb 12, 2026).

Originally assigned to: @rekram1-node on GitHub.

Description

Starting with version 1.1.54, the binaries for release started to get errors on the Raspberry Pi 4b.
v1.1.53 is OK.

Error message:
[1] 11598 illegal hardware instruction opencode

Plugins

No response

OpenCode version

v1.1.59

Steps to reproduce

  1. Download
wget https://github.com/anomalyco/opencode/releases/download/v1.1.59/opencode-linux-arm64.tar.gz
  1. Extract and install to PATH

  2. Run command

opencode
  1. You can meet error

[1] 11598 illegal hardware instruction opencode

Screenshot and/or share link

No response

Operating System

Debian GNU/Linux (trixie) 13.3 aarch6

Terminal

Alacritty zsh

Originally created by @uglyboy-tl on GitHub (Feb 12, 2026). Originally assigned to: @rekram1-node on GitHub. ### Description Starting with version 1.1.54, the binaries for release started to get errors on the Raspberry Pi 4b. v1.1.53 is OK. Error message: [1] 11598 illegal hardware instruction opencode ### Plugins _No response_ ### OpenCode version v1.1.59 ### Steps to reproduce 1. Download ```bash wget https://github.com/anomalyco/opencode/releases/download/v1.1.59/opencode-linux-arm64.tar.gz ``` 2. Extract and install to PATH 3. Run command ```bash opencode ``` 4. You can meet error > [1] 11598 illegal hardware instruction opencode ### Screenshot and/or share link _No response_ ### Operating System Debian GNU/Linux (trixie) 13.3 aarch6 ### Terminal Alacritty zsh
yindo added the bugperf labels 2026-02-16 18:11:44 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Feb 12, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #8345: "zsh: illegal hardware instruction opencode" - Same error message affecting different architectures
  • #12512: SIGILL (Illegal Instruction) on Intel Xeon without AVX-512/AVX2 support - Related CPU instruction set compatibility issue

These may be related to the same underlying cause: the binary being compiled with CPU instruction sets not supported by the target hardware.

@github-actions[bot] commented on GitHub (Feb 12, 2026): This issue might be a duplicate of existing issues. Please check: - #8345: "zsh: illegal hardware instruction opencode" - Same error message affecting different architectures - #12512: SIGILL (Illegal Instruction) on Intel Xeon without AVX-512/AVX2 support - Related CPU instruction set compatibility issue These may be related to the same underlying cause: the binary being compiled with CPU instruction sets not supported by the target hardware.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9143