Skip to content

[BUG] Claude Desktop arm64 installer silently fails on Surface Pro 11 (Snapdragon X, Windows 11 Build 26200) — no log written, no error dialog #28779

Description

@LEADBAIT

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?

Running Claude Setup.exe (arm64, 151MB) on a Surface Pro 11 with Snapdragon X ARM64 processor results in completely silent failure. The "Installing Claude" splash screen appears briefly then disappears. No error dialog is shown, no log file is created at %LOCALAPPDATA%\Temp\ClaudeSetup.log, and no MSIX package is registered. Running as Administrator produces identical silent failure.

What Should Happen?

Claude Desktop should install successfully, or at minimum fail with an error dialog and write a log file to %LOCALAPPDATA%\Temp\ClaudeSetup.log

Error Messages/Logs

No log file is created. Confirmed via:
Get-Content "$env:LOCALAPPDATA\Temp\ClaudeSetup.log"
→ Cannot find path — does not exist

Get-AppxPackage -Name "*Claude*"
→ Returns empty (no package registered)

Installer file confirmed arm64: 151,466,656 bytes
Registry keys confirmed set (AllowAllTrustedApps=1, AllowDevelopmentWithoutDevLicense=1)
Developer Mode: ON
No prior Claude installation (AnthropicClaude folder deleted, AppxPackage absent)

Steps to Reproduce

  1. Device: Surface Pro 11, Snapdragon X ARM64, Windows 11 Build 26200.7840
  2. Enable Developer Mode (Settings → System → For Developers)
  3. Set registry sideloading keys via admin CMD:
    reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock" /t REG_DWORD /f /v AllowAllTrustedApps /d 1
    reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock" /t REG_DWORD /f /v AllowDevelopmentWithoutDevLicense /d 1
  4. Reboot
  5. Confirm clean state: Get-AppxPackage -Name "Claude" → empty
  6. Download Claude Setup.exe (arm64) from claude.ai/download (151MB)
  7. Run: Start-Process "Claude Setup.exe" -Verb RunAs -Wait
  8. Observe: splash screen appears briefly, disappears silently. No error, no log.

Claude Model

None

Is this a regression?

I don't know

Last Working Version

Never worked

Claude Code Version

N/A — this is the Claude Desktop installer, not Claude Code CLI

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

PowerShell

Additional Information

This appears specific to ARM64 architecture. Unlike the x64 failures documented in #25162, #25194, #25385 (which at least write logs and show errors), the arm64 installer crashes before initializing its logging subsystem entirely.

Related issues: #25162, #25194, #25385, #25914, #28231

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidIssue doesn't seem to be related to Claude CodestaleIssue is inactive

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions