Homebrew formulae and casks for tools published by yo61, plus the occasional third-party tool adopted here after its upstream was abandoned.
brew tap yo61/tap
brew trust yo61/tap # required: Homebrew ignores untrusted third-party taps
brew install yo61/tap/<name>For example:
brew install yo61/tap/jobhound # formula
brew install yo61/tap/go-udap # caskNote
Recent Homebrew ignores formulae and casks from untrusted third-party taps
until you trust them. If brew install reports the tap is not trusted, run
brew trust yo61/tap (whole tap) or brew trust --formula yo61/tap/<name>
(single formula) and re-run the install. See
Tap Trust.
| Formula | Description |
|---|---|
jobhound |
Action-based CLI for tracking a job hunt |
unifictl |
Imperative UniFi homelab actions beyond the Integration API |
talhelper |
Configuration helper for Talos clusters — adopted, upstream archived 2026-08-26 |
| Cask | Description |
|---|---|
go-udap |
Squeezebox UDAP configuration tool |
Each artifact is updated by its own upstream mechanism — there's no tap-wide rule, and with one exception below, none of these files should be hand-edited:
go-udapis generated and pushed by GoReleaser fromyo61/go-udap's release workflow.jobhoundandunifictlare updated by.github/workflows/bump-jobhound.yaml/bump-unifictl.yaml, triggered viarepository_dispatchfrom each tool's release workflow. Each bump opens a PR that regenerates the formula withbrew bump-formula-pr+brew update-python-resources.talhelperis hand-maintained and frozen, and is the exception to the rule above. Its upstream was archived on 2026-08-26 with v3.1.17 as the final release, so there is no release workflow to dispatch from and nothing to bump — itslivecheckis skipped for that reason. It is here because homebrew-core deprecated its formula the same day and disables it on 2027-08-26; without this,brew install talhelperstops working then.
Formula PRs are audited, installed, tested, and bottled across macOS (Apple Silicon + Intel) and Linux by .github/workflows/tests.yaml (brew test-bot). When that run is green on a bump/* PR, .github/workflows/publish-bottles.yaml runs brew pr-pull to attach the bottles to a GitHub Release and land the formula on main, so brew install pours a pre-built bottle instead of building from source.
MIT — see LICENSE.