Stats
Links
Categories
Desktop notifications for Claude Code
npx claudepluginhub raiderrobert/ahoyDesktop notifications for Claude Code via Ahoy
Native macOS notifications for AI coding agents.
curl -sSL https://raw.githubusercontent.com/raiderrobert/ahoy/main/install.sh | bash
Or build from source:
git clone https://github.com/raiderrobert/ahoy.git
cd ahoy
./install.sh
Add to PATH:
export PATH="$HOME/.ahoy/bin:$PATH"
curl -sSL https://raw.githubusercontent.com/raiderrobert/ahoy/main/install.sh | sh
Then inside Claude Code:
/plugin marketplace add raiderrobert/ahoy
/plugin install ahoy-hooks@ahoy
ahoy send "Task completed" # Simple notification
ahoy send -t "Custom Title" "Message here" # Custom title
ahoy send --activate com.apple.Terminal "Done" # Focus Terminal when clicked
ahoy send [OPTIONS] [MESSAGE] Send a notification
ahoy --help Show all options
xcode-select --installcurl -sSL https://raw.githubusercontent.com/raiderrobert/ahoy/main/uninstall.sh | bash
Or manually: rm -rf ~/.ahoy