This repository is the official Homebrew Tap for tools created by Arin Agrawal. All formulae in this tap follow these principles:
- 🛡 Safe by default
- ⚡ Fast and lightweight
- 🧹 Useful for developers & power users
- 🔧 Simple to install and upgrade
- 🍺 Fully compatible with Homebrew ecosystem
Ultra-safe macOS cleanup utility that removes junk files without touching application settings, browser data, development environments, or Docker.
Install:
brew install arinagrawal05/labs/macfresh
Run:
macfresh
Your Mac. Wrapped. A Spotify Wrapped–style yearly analytics experience for your macOS — entirely in the terminal.
Install:
brew install arinagrawal05/labs/macwrap
Run:
macwrap
You can install tools directly:
brew install arinagrawal05/labs/<formula>
Or tap manually (optional):
brew tap arinagrawal05/labs
Then:
brew install <formula>
homebrew-labs/
└── Formula/
└── macfresh.rb
All new CLI tools will be added to the Formula directory.
To test a formula before publishing changes:
brew reinstall --build-from-source Formula/macfresh.rb
Or install from a local file:
brew install --build-from-source macfresh.rb
If you want to publish a new CLI tool in this tap:
- Create a separate GitHub repo for the tool
- Publish a GitHub Release with the compiled/bundled file
- Add a formula file to:
Formula/<name>.rb
-
Include:
- description
- homepage
- url to the release asset
- version
- sha256
- install block
-
Commit and push the formula
Users can now install it via:
brew install arinagrawal05/labs/<name>
This tap supports automated updates via GitHub Actions:
- Auto-generate SHA256
- Auto-update formula
- Auto-publish new versions
- Auto-commit updates to this tap
(Contact the maintainer if you want to enable this.)
Arin Agrawal
- Twitter: https://x.com/ArinBuilds
- GitHub: https://github.com/arinagrawal05
MIT License