[FEATURE] Support for ppc64le in the ssh connector
Resolved 💬 2 comments Opened Feb 17, 2026 by viniciusferrao Closed Mar 18, 2026
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
The new SSH feature shipped with recent Claude Code versions only seems to work with x86_64 remote systems. I tried to connect to a ppc64le system and it always fails with a timeout or socket error.
Proposed Solution
Compile the support tools for ppc64le so we can also connect to other than x86_64 systems.
Alternative Solutions
After some testing the issue seems to be ccd-cli command that's compiled for x86_64. I even tried to use qemu-user-static to run the ccd-cli binary, it stars, but crashes soon after when trying to load something with the bun runtime, that will probably never work with qemu-user-static.
[ferrao@power ~]$ uname -a
Linux power.nix.versatushpc.com.br 6.12.0-124.35.1.el10_1.ppc64le #1 SMP Wed Feb 11 10:47:55 UTC 2026 ppc64le GNU/Linux
[ferrao@power ~]$ file .claude/remote/ccd-cli
.claude/remote/ccd-cli: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=84084c1e078547575c6667db0b1409ada282f8b7, not stripped
[ferrao@power ~]$ .claude/remote/ccd-cli
============================================================
Bun Canary v1.3.9-canary.62 (6d2fefba) Linux x64 (baseline)
Linux Kernel v6.12.0 | glibc v2.39
CPU: sse42 popcnt avx avx2
Args: ".claude/remote/ccd-cli"
Features: jsc standalone_executable
Builtins: "bun:main"
Elapsed: 1202ms | User: 1228ms | Sys: 93ms
RSS: 1.23GB | Peak: 0.22GB | Commit: 1.23GB | Faults: 0 | Machine: 1.09TB
panic: Segmentation fault at address 0x0
oh no: Bun has crashed. This indicates a bug in Bun, not your code.
To send a redacted crash report to Bun's team,
please file a GitHub issue using the link below:
https://bun.report/1.3.9/B_26d2fefbEggggC4skkwE+mqQ4058wE45h+jF2q3yjFwq09jFq90+jF+mstjF8+95jFm4i6jFo0rkwEoqimBm52iCA2AA
Priority
Medium - Would be very helpful
Feature Category
Other
Use Case Example
_No response_
Additional Context
_No response_
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗