Personal Homebrew tap for Intelligent Terminal.
brew tap gabrieletanzi/intelligent-terminal
brew install intelligent-terminal- Build a new release (wheel + sdist) and upload to GitHub Releases.
- Compute SHA256 of the tarball:
shasum -a 256 intelligent-terminal-<VERSION>.tar.gz
- Edit
Formula/intelligent-terminal.rb:- Replace
PUT_TARBALL_URL_HEREwith the release tarball URL - Replace
PUT_SHA256_CHECKSUM_HEREwith the checksum
- Replace
- (Optional) Vendor Python resources for stricter reproducibility:
brew update-python-resources Formula/intelligent-terminal.rb
- Commit and push.
If you use the workflow we provided in the main repo, set TAP_REPO to this repository name (e.g. gabrieletanzi/homebrew-intelligent-terminal) and provide a TAP_TOKEN secret. The workflow will open a PR here replacing the URL and SHA256 automatically on each tag (vX.Y.Z).
MIT © 2025 Gabriele Tanzi