Homebrew tap for Ainto — a fast, open-source macOS launcher for app search, clipboard history, and snippets.
brew tap ainto-labs/tap
brew trust ainto-labs/tap
brew install --cask aintoHomebrew 6.0 and later refuse to load casks from third-party taps until you trust them,
so the brew trust step is required. It only needs to be run once.
Ainto updates itself via Sparkle, so the app stays current on its own. To keep the Homebrew metadata in sync as well:
brew update && brew upgrade --cask aintobrew uninstall --cask aintoTo also remove configuration, clipboard history, and snippets
(~/.config/ainto and app preferences):
brew uninstall --zap --cask aintomacOS 14 (Sonoma) or later.
The cask points at the signed and notarized Ainto.dmg published on the
ainto-app releases page. The
version here is bumped automatically by the release workflow in that repository.