title: Distributing your own scripts via Homebrew
author:
contentPublished:
noteCreated: 2025-10-01
tags:
- clippings
- article
description: How to distribute software through Homebrew
takeaways:
Status: âś… Read
url: https://justin.searls.co/posts/how-to-distribute-your-own-scripts-via-homebrew/
subjects:
- "[[Homebrew]]"v1.0.0).brew tap-new your_github_handle/homebrew-tapgit remote add origin ... && git pushhttps://github.com/user/cli/archive/refs/tags/v1.0.0.tar.gz).brew create TARBALL_URL --tap your_handle/homebrew-tap --set-name your_cli --ruby.rb formula file (e.g., depends_on "ruby@3" for Ruby CLIs). Use brew install --verbose and brew style.HOMEBREW_TAP_TOKEN).brew tap your_github_handle/tap
brew install your_cool_cli
brew update
brew upgrade your_cool_cli