[FEATURE] Share authentication session between Claude Code CLI and Claude desktop app

Open 💬 2 comments Opened May 25, 2026 by Rohit4997

Preflight Checklist

  • [x] I have searched existing requests and this feature hasn't been requested yet
  • [x] This is a single feature request (not multiple features)

Problem Statement

Problem

Claude Code (CLI) and the Claude desktop app run on the same machine but have completely separate authentication systems. Even after I'm already logged into Claude Code via my Claude subscription, opening the Claude desktop app requires me to enter my email and go through the login flow again.

Both products authenticate to the same Anthropic account, so this duplicate login feels unnecessary.

Current Behavior

  • Claude Code stores credentials in the macOS Keychain.
  • The Claude desktop app maintains its own independent session.
  • There's no "sign in with Claude Code" option in the desktop app, and no documented way to bridge the two.

Proposed Solution

Proposed Solution

Any one of the following would solve this:

  1. "Sign in with Claude Code" button in the desktop app — detects an active CLI session on the same machine and signs the user into the same account.
  2. Shared Keychain entry / SSO between the two products so logging into one logs you into the other.
  3. Deep link from CLI (e.g. claude auth open-app) that hands off the existing session to the desktop app.

Why This Matters

  • Reduces friction for users who use both products on the same machine.
  • Avoids re-typing email/password (or re-doing SSO) for an account that's already authenticated locally.
  • Matches the experience of other ecosystems where CLI and desktop app share credentials (e.g. gh CLI + GitHub Desktop, gcloud + Google Cloud Console app).

Environment

  • OS: macOS (Darwin 25.0.0)
  • Claude Code: installed and authenticated
  • Claude desktop app: installed on the same machine

Alternative Solutions

_No response_

Priority

Medium - Would be very helpful

Feature Category

CLI commands and flags

Use Case Example

_No response_

Additional Context

_No response_

View original on GitHub ↗

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