This tap contains the formula for installing oak-keyring TUI ok — a terminal-first password manager.
brew tap openkeyring/oak-keyring
brew trust --formula openkeyring/oak-keyring/ok
brew info ok
brew install okHomebrew 6.0.0 and later require non-official taps to be trusted before their
formulae can be loaded. This applies to both macOS and Linux. Without the
brew trust step above, install fails with:
Error: Refusing to load formula openkeyring/oak-keyring/ok from untrusted tap openkeyring/oak-keyring.
Run `brew trust --formula openkeyring/oak-keyring/ok` or `brew trust openkeyring/oak-keyring` to trust it.
Alternatives:
- One-liner that trusts only
ok(no separatebrew tap/brew trust):brew install openkeyring/oak-keyring/ok - Trust the whole tap instead of a single formula:
brew trust openkeyring/oak-keyring
brew upgrade okbrew uninstall ok
brew untap openkeyring/oak-keyring