[BUG] claude install crashes with abort() on Bun 1.4.0

Status Open
Reported on v2.1.241
Maintainer reply None cached
Activity 0 comments · opened Aug 24, 2026

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

Version: 2.1.241, Linux x64, glibc 2.34
Reproduced on two separate machines (Eddie HPC login node + Cowork cloud session)
CPU has full avx/avx2/avx512 support - not a CPU compatibility issue
Ruled out: network, VPN, disk quota, stale install directories
Worked fine for months, started failing after Aug 24 morning update

What Should Happen?

Running claude install (or connecting Claude Desktop to a remote host via SSH) should download and install the Claude CLI successfully on the remote machine without crashing.

Error Messages/Logs

Steps to Reproduce

  1. Connect Claude Desktop to a remote host via SSH (in my case, a university HPC cluster login node)
  2. Desktop attempts to install the Claude CLI on the remote machine
  3. Install fails with: "Couldn't install the Claude CLI on the remote: the installer produced no result [NO_INSTALL_RESULT]"
  4. Ran the installer manually on the remote machine to see the real error:

curl -fsSL https://claude.ai/install.sh | bash

  1. This crashes with:

panic(main thread): abort() called
oh no: Bun has crashed. This indicates a bug in Bun, not your code.
bash: line 183: [pid] Aborted (core dumped) "$binary_path" install
Installation was killed before it could finish (exit code 134).

Bun crash report link: https://bun.report/1.4.0/l_1fdb5e06kggggIugggC24pjBAa

Ruled out as causes: network connectivity to downloads.claude.ai (confirmed reachable, HTTP 200), disk quota (68% used, not full), CPU compatibility (confirmed avx/avx2/avx512 all supported), stale ~/.claude/remote install directory (removed, no change).

This worked reliably for months and started failing today (Aug 24, 2026) immediately after a Claude Desktop app update this morning (app version 1.34493.1, build 2026-08-21). Also independently reproduced the same "panic(main thread): abort() called" Bun 1.4.0 crash signature in an unrelated Cowork cloud session earlier the same day, suggesting this is a broader regression in the bundled Bun 1.4.0 runtime / claude-code 2.1.241 build rather than something specific to my machine or network.

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

_No response_

Claude Code Version

Claude 1.34493.1 (255293) 2026-08-21T02:05:20.000Z

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

_No response_

View original on GitHub ↗