homebrew-tofui
July 15, 2026 · View on GitHub
Homebrew tap for tofUI — beautiful OpenTofu & Terraform plan reports.
Install
brew tap 65156/tofui
brew install tofui
Or in one line without tapping first:
brew install 65156/tofui/tofui
Homebrew 6.0+ requires trusting third-party taps. If you see
Refusing to load formula … from untrusted tap, runbrew trust 65156/tofui(orbrew trust --formula 65156/tofui/tofui) and re-run the install.
Everything (report generation, dashboard publishing, and S3 hosting) is bundled —
requests and boto3 ship inside the formula's isolated virtualenv, so no extra
steps are needed.
Upgrade
brew update
brew upgrade tofui
Uninstall
brew uninstall tofui
brew untap 65156/tofui
Maintainers: cutting a new release
When a new tofUI version is tagged on GitHub:
- Bump
urlinFormula/tofui.rbto the new tag tarball and update itssha256:curl -sL https://github.com/65156/tofUI/archive/refs/tags/vX.Y.Z.tar.gz | shasum -a 256 - Refresh the Python
resourceblocks if dependencies changed:brew update-python-resources 65156/tofui/tofui - Verify locally:
brew audit --formula 65156/tofui/tofui brew install --build-from-source 65156/tofui/tofui brew test 65156/tofui/tofui - Commit and push.