This is the official Homebrew tap for steipete's tools and utilities.
brew tap steipete/tap
Universal file watcher with auto-rebuild for any build system.
Version: 1.4.0 (Released August 5, 2025)
brew install steipete/tap/poltergeist
- 👻 Auto-detects and rebuilds any project type
- 🚀 Bun-compiled standalone binary (no Node.js required)
- 🔨 Smart build queue with priority-based execution
- 📦 Universal target system (executables, libraries, Docker, etc.)
- 🎯 Intelligent focus detection for multi-project setups
- ⚡ Powered by Facebook's Watchman for efficient file watching
# Initialize configuration
poltergeist init
# Start watching and auto-building
poltergeist haunt
# Check build status
polter status
For more information, see Poltergeist on GitHub.
Lightning-fast macOS screenshot tool with AI vision analysis capabilities.
Version: 2.0.1 (Released July 3, 2025)
brew install steipete/tap/peekaboo
- 🚀 Native Swift implementation for maximum performance
- 📸 Multiple capture modes (window, screen, frontmost, multi-window)
- 🤖 Built-in AI analysis with OpenAI and Ollama support
- ⚙️ Configuration file support with environment variable expansion
- 🔏 Code signed with Developer ID for security
- 💻 Universal binary (Intel + Apple Silicon)
# Capture a window
peekaboo --app Safari
# Capture with AI analysis
export OPENAI_API_KEY="your-key"
peekaboo --app Safari --analyze "What is shown in this screenshot?"
# Configure Peekaboo
peekaboo config init
peekaboo config edit
- macOS 14.0 (Sonoma) or later
- Screen Recording permission (will be prompted on first use)
For more information, see Peekaboo on GitHub.
You only need to tap once:
brew tap steipete/tap
Then you can install any formula from this tap:
brew install peekaboo
# Future tools can be added here
To update formulas in this tap:
brew update
brew upgrade peekaboo
If you encounter any issues with these formulas, please file an issue in this repository.
The formulas in this tap are MIT licensed. Individual tools may have their own licenses.