Skip to content

docs: Update Homebrew install for Tap Trust (Homebrew 6.0)#1427

Open
Beehtrix wants to merge 1 commit into
entireio:mainfrom
Beehtrix:patch-1
Open

docs: Update Homebrew install for Tap Trust (Homebrew 6.0)#1427
Beehtrix wants to merge 1 commit into
entireio:mainfrom
Beehtrix:patch-1

Conversation

@Beehtrix

Copy link
Copy Markdown

Use fully qualified cask for scoped trust under Homebrew 6.0 Tap Trust.### Description

Homebrew 6.0.0 introduced a new "Tap Trust" security model that requires explicit trust for third-party taps before their code is evaluated. The existing instructions use brew tap followed by brew install, which now triggers trust prompts when tap trust is required.

Changes

Updated the macOS Homebrew installation snippet to use the fully-qualified cask path:

Stable

brew install --cask entireio/tap/entire

Nightly

brew install --cask entireio/tap/entire@nightly

This matches Homebrew's Tap Trust documentation, which states that installing a fully-qualified formula or cask (user/repo/name) trusts only that item and allows it to be installed even when tap trust is enforced.

Why this is needed

Using the fully-qualified cask (entireio/tap/entire) gives scoped trust to the entire cask without requiring users to trust the entire tap. This avoids new Tap Trust warning prompts and keeps the install command simple for new users.

Use fully qualified cask for scoped trust under Homebrew 6.0 Tap Trust.
@Beehtrix Beehtrix requested a review from a team as a code owner June 12, 2026 19:20
Copilot AI review requested due to automatic review settings June 12, 2026 19:20

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates the Homebrew installation instructions in the README to use fully-qualified cask names, eliminating the need for a separate brew tap step.

Changes:

  • Replace brew tap entireio/tap + brew install with a single fully-qualified brew install --cask entireio/tap/... command for stable and nightly.

Comment thread README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants