Homebrew Tap
Install#
Homebrew 6 and later requires trusting third-party taps before installing from them:
brew trust --tap 0x96f/justty
brew tap 0x96f/justty
brew install --cask justtyThe cask clears the Gatekeeper quarantine flag in its postflight, so brew users skip the manual xattr step that manual downloads need.
Maintainers: auto-bump on release#
The release workflow updates Casks/justty.rb with a new version and sha256 after each v* tag, provided one secret is set:
| Secret | Purpose |
|---|---|
HOMEBREW_TAP_TOKEN |
A PAT, classic or fine-grained, with contents: write on 0x96f/homebrew-justty |
Create a fine-grained token scoped to that repository only, then:
gh secret set HOMEBREW_TAP_TOKEN --repo 0x96f/justtyIf the secret is missing, the release still publishes the zip and skips the cask bump with a warning, so a release never fails on this alone.
Related#
- Install JusTTY — both install paths side by side
- Code Signing — why the tap is personal rather than official