https://github.com/wiltodelta/homebrew-tap
Homebrew tap for remove-ai-watermarks and other wiltodelta CLIs
https://github.com/wiltodelta/homebrew-tap
homebrew macos tap
Last synced: 11 days ago
JSON representation
Homebrew tap for remove-ai-watermarks and other wiltodelta CLIs
- Host: GitHub
- URL: https://github.com/wiltodelta/homebrew-tap
- Owner: wiltodelta
- Created: 2026-06-10T00:30:15.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-06-23T22:16:38.000Z (16 days ago)
- Last Synced: 2026-06-24T00:15:19.165Z (16 days ago)
- Topics: homebrew, macos, tap
- Language: Ruby
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wiltodelta/tap
Homebrew formulae by [@wiltodelta](https://github.com/wiltodelta).
## remove-ai-watermarks
Remove visible and invisible AI watermarks from images (Gemini / Nano Banana,
ChatGPT, Stable Diffusion). [Source repo](https://github.com/wiltodelta/remove-ai-watermarks).
```sh
brew install wiltodelta/tap/remove-ai-watermarks
remove-ai-watermarks --help
```
The formula installs the core command surface: `identify`, `metadata`,
`visible`, and `erase` (cv2 backend). The diffusion-based `invisible` / `all`
pipeline needs heavy ML dependencies (torch, diffusers, multi-GB), which are
kept out of the Homebrew install. Add them via the pip `gpu` extra into the
same Python environment if you need them:
```sh
pip install "remove-ai-watermarks[gpu]"
```
## Install any formula from this tap
`brew install wiltodelta/tap/`
Or tap first, then install:
```sh
brew tap wiltodelta/tap
brew install
```