Skip to content

v0.2.0 — macOS support

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Aug 09:06
7553e3d

claude-account now supports both Linux and macOS, with the same profile-switching commands on every supported platform.

Highlights

  • Native macOS support for Apple Silicon and Intel.
  • Isolated Claude Code configuration and Keychain credentials per profile.
  • Native macOS storage under ~/Library/Application Support/claude-account.
  • Compatibility with OAuth profiles from claude-account-macos and existing XDG-style installations.
  • Safe handling of case-insensitive profile-name collisions and concurrent profile operations.
  • Native CI and checksum-protected release archives for all supported platforms.

Downloads

  • Linux x86_64: x86_64-unknown-linux-gnu
  • macOS Apple Silicon: aarch64-apple-darwin
  • macOS Intel: x86_64-apple-darwin

Each archive includes the binary, README, and MIT license. Verify the matching .sha256 file before installing.

macOS requirement

Claude Code 2.1.144 or newer is required for profile-scoped Keychain credentials. The archives are not currently code-signed or notarized; if Gatekeeper blocks a downloaded binary, build from source instead of bypassing the warning.

Thank you to @Kerber0ss for validating the native macOS behavior and layout, and @Yiminnn for cross-platform isolation and test hardening.

Full changelog: v0.1.1...v0.2.0