Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.33 KB

File metadata and controls

40 lines (25 loc) · 1.33 KB

Universal Blue Experimental Homebrew Tap

Warning

This tap is for maintainers only. Packages are in-progress, provided as-is with no support, and may break, change, or be removed without notice.

A staging area to test new Homebrew formulas and casks before they're moved to the main tap.

Installation

brew install ublue-os/experimental-tap/<formula>

Or brew tap ublue-os/experimental-tap and then brew install <formula>.

Or, in a brew bundle Brewfile:

tap "ublue-os/experimental-tap"
brew "<formula>"

When to use this tap

  • You're testing a new formula or cask before moving it to production
  • You want to validate package builds and configurations
  • You're gathering feedback on work-in-progress packages

Before you proceed

  • No stability - Packages may not work, or may break existing installations
  • No support - Issues and pull requests may not be addressed
  • Subject to change - Packages can be modified, moved, or deleted at any time
  • Not for production - Do not use for critical workflows

Documentation

brew help, man brew or check Homebrew's documentation.

Next steps

Once a formula or cask is stable and ready, open a PR to move it to the production tap.