[BUG] Claude Code CLI crashes on Windows ARM64 - interactive mode exits immediately, -p mode fails

Resolved 💬 2 comments Opened Jan 24, 2026 by danctheduck Closed Jan 25, 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?

Environment:
OS: Windows 11 ARM64 (version 10.0.26200.7623)
Claude Code version: 2.1.7 (native install via irm https://claude.ai/install.ps1 | iex)
Shell: PowerShell in Windows Terminal
Machine: ARM64 architecture

Description:
Claude Code CLI immediately exits after displaying the welcome screen when running in interactive mode. Non-interactive mode (-p flag) also fails.

What Should Happen?

I should get the Claude Code command prompt

Error Messages/Logs

Steps to Reproduce

Install Claude Code on Windows ARM64 using the PowerShell installer
Navigate to a project directory: cd C:\dev\myproject
Run: claude
Expected Behavior:
Interactive Claude Code session starts

Actual Behavior:

Displays error: Path c:\dev\multiplayer-forager was not found (truncated/incorrect path)
Shows welcome screen with ASCII art
Immediately exits to command prompt without starting interactive session

Claude Model

None

Is this a regression?

I don't know

Last Working Version

_No response_

Claude Code Version

2.1.7

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

PowerShell

Additional Information

Additional observations:

claude --version works: outputs 2.1.7 (Claude Code)
claude --help works: displays full help text
claude doctor works: shows diagnostics correctly
claude -p "test" fails with same path error then exits
claude update reports latest is 2.1.19 but won't update (possibly no ARM64 build available?)
VSCode extension works fine on same machine
Git Bash fails with "Raw mode is not supported" error (expected), but PowerShell should work

Diagnostic output from claude doctor:

Diagnostics
├ Currently running: native (2.1.7)
├ Path: C:\Users\danct\.local\bin\claude
├ Invoked: C:\Users\danct\.local\share\claude\versions\2.1.7
├ Config install method: native
└ Search: OK (bundled)

Updates
├ Auto-updates: enabled
├ Auto-update channel: latest
├ Stable version: 2.1.7
└ Latest version: 2.1.19

Questions:

Is ARM64 Windows officially supported?
Are versions newer than 2.1.7 available for ARM64?

View original on GitHub ↗

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