# Claude Launcher — PowerShell entry point $env:NODE_TLS_REJECT_UNAUTHORIZED = "0" Push-Location $PSScriptRoot try { npx tsx src/index.tsx } finally { Pop-Location }