A Homebrew tap providing custom formulas for stuffbucket tools and utilities. This repository makes it easy to install and manage stuffbucket software using Homebrew, the largest macOS package manager in the world.
New to Homebrew? Get started here.
| Tool | Description |
|---|---|
| coop | AI agent container management with security sandboxing |
| bladerunner | Bladerunner VM for Incus on macOS |
| claudeme | Finder toolbar app to launch Claude Code in the current directory |
All formulas have installation scripts that can be used standalone:
curl -fsSL https://raw.githubusercontent.com/stuffbucket/homebrew-tap/refs/heads/main/install/coop | bash && eval "$(brew shellenv)" curl -fsSL https://raw.githubusercontent.com/stuffbucket/homebrew-tap/refs/heads/main/install/bladerunner | bash && eval "$(brew shellenv)"curl -fsSL https://raw.githubusercontent.com/stuffbucket/homebrew-tap/main/install/claudeme | bashOr install directly via brew:
brew install --cask stuffbucket/tap/claudemeAll formulas can also be installed directly via brew:
brew tap stuffbucket/tap
brew install stuffbucket/tap/<formula-name>Homebrew automatically taps this repository when you install a formula this way.
(C) Stuffbucket 2026