Clarity CLI v0.1.1
Fixes macOS: clarity login in v0.1.0 failed with "Specified keyring backend not available".
The macOS builds were compiled with cgo disabled, which drops the Keychain backend the CLI stores
your token in — so every command that touched a credential failed, on every Mac. The darwin builds
are now cgo-enabled and verified against a real Keychain before release.
Linux and Windows were unaffected: their keyring backends are pure Go.
Install
curl -fsSL https://inbox.mobayilo.com/install.sh | shAlready on v0.1.0? Re-run that line — it replaces the binary in place.
Full instructions: https://inbox.mobayilo.com/cli