[BUG] install.sh references broken GCS path, returns NoSuchKey error

Resolved 💬 2 comments Opened Mar 17, 2026 by LofiFren Closed Mar 17, 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?

The install scripts are pointing to an invalid link (install.sh and install.cmd)
What's Wrong
Running the official installer (curl -fsSL https://claude.ai/install.sh | bash) fails immediately with a NoSuchKey error. Inspecting the script reveals it points to a GCS bucket root that is not resolving:

GCS_BUCKET="https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases"

The installer attempts to fetch a version file from this path but receives a NoSuchKey XML error response from Google Cloud Storage, halting the install entirely.

What Should Happen?

Expected Behavior
Installer downloads and installs Claude Code successfully.
Actual Behavior

NoSuchKey
https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases

Error Messages/Logs

Steps to Reproduce

Steps to Reproduce

  1. Run curl -fsSL https://claude.ai/install.sh | bash
  2. Installer fails with NoSuchKey from storage.googleapis.com
  3. Inspecting install.sh confirms the GCS_BUCKET variable points to the bucket root, which is inaccessible

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

_No response_

Claude Code Version

2.1.77

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

_No response_

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗