docs: fix Homebrew 6 install commands - #2333
Merged
desimone merged 1 commit intoJul 28, 2026
Merged
Conversation
✅ Deploy Preview for pomerium-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Greptile SummaryUpdates the Homebrew instructions for Homebrew 6’s third-party tap trust model.
Confidence Score: 5/5The PR appears safe to merge with no actionable defects identified. The fully qualified Homebrew commands match the intended package-specific trust flow, and the accompanying documentation consistently covers both CLI and Desktop installation and upgrade paths.
|
| Filename | Overview |
|---|---|
| content/docs/deploy/clients/clients.mdx | Replaces the legacy tap-first Homebrew commands with tested, fully qualified install and upgrade commands for Pomerium CLI and Desktop. |
Reviews (1): Last reviewed commit: "docs: fix Homebrew 6 install commands" | Re-trigger Greptile
desimone
enabled auto-merge (squash)
July 28, 2026 21:57
kenjenkins
approved these changes
Jul 28, 2026
desimone
deleted the
lictor/eng-4286-homebrew-repair-homebrew-6-install-and-desktop-release
branch
July 28, 2026 21:58
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Homebrew 6 refuses to load untrusted third-party formulae and casks, so the documented
brew tap pomerium/tapfollowed by a short-name install now fails before Homebrew can load the Pomerium package.Install by fully-qualified name instead. Homebrew taps the repository and trusts only the named Pomerium formula or cask, avoiding a broader trust grant for everything in the tap. Each tab also gives existing users the fully-qualified upgrade command that resolves the same refusal.
Related
Testing
yarn format-checkyarn cspellyarn buildThe CLI and Desktop install commands were tested with Homebrew 6.0.13 from a clean, untrusted state. Both trusted only the named package and proceeded successfully. Homebrew 6.0.13's
cmd/upgrade.rbroutes fully-qualified upgrade arguments through the same item-specific trust path. The local trust store was restored after testing.AI disclosure
Claude Code diagnosed the trust-gate failure and drafted the initial edits. Codex verified the Homebrew behavior, refined the wording, and ran the final repository checks.
Checklist