-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Description
Preflight Checklist
- I have searched existing issues and this hasn't been reported yet
- This is a single bug report (please file separate reports for different bugs)
- I am using the latest version of Claude Code
What's Wrong?
I have executed this command in a PowerShell session.
irm https://claude.ai/install.ps1 | iex
Setting up Claude Code...
√ Claude Code successfully installed!
Version: 2.0.67
Location: C:\Users\DanyM.local\bin\claude.exe
Next: Run claude --help to get started
‼ Setup notes:
• installMethod is native, but claude command not found at C:\Users\DanyM.local\bin\claude.exe
✅ Installation complete!
The URL specified in the installation script is https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases
When going to that URL I receive following message:
NoSuchKey
The specified key does not exist.
Details
No such object: claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releasesThis is the reason why claude.exe isn't downloaded.
What Should Happen?
The installation script must use a URL from which the claude.exe can be downloaded.
Error Messages/Logs
Steps to Reproduce
Use these commands in a PowerShell session:
irm https://claude.ai/install.ps1 | iex
Get-ChildItem "$env:USERPROFILE.local\bin"
You will see nothing, so the claude.exe isn't downloaded.
Claude Model
None
Is this a regression?
I don't know
Last Working Version
No response
Claude Code Version
2.0.67
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
PowerShell
Additional Information
No response