Skip to content

v1.2.5 — optional --force-login-org (restrict Claude Desktop sign-in)

Choose a tag to compare

@LordGameleo LordGameleo released this 06 Jul 12:15
1641563

Adds an opt-in control to restrict Claude Desktop sign-in to your Claude org.

New

  • --force-login-org <uuid> (repeatable, opt-in). Writes the forceLoginOrgUUID managed preference for Claude Desktop, so only accounts belonging to the listed Claude org UUID(s) can sign in (blocks personal/consumer accounts). Off by default — the key is omitted entirely unless at least one UUID is passed, so existing behavior is unchanged.
    • macOS: single UUID → native <string>; multiple → native <array>.
    • Windows: single UUID → REG_SZ; multiple isn't a documented registry format, so the first is applied with a warning.
    • Pair with org-side SSO + domain capture to control who is a member of the org.

Merged PRs

  • Add optional --force-login-org to restrict Claude Desktop sign-in (source#12)

Full changelog: v1.2.4...v1.2.5

Assets

Prebuilt binaries for macOS (arm64/amd64), Linux (amd64), and Windows (amd64), built from source main @ 59f0944 with -trimpath -ldflags="-s -w".