Feature Request
Toasty currently only supports Windows. It would be great to have macOS support so developers on Mac can also receive notifications when AI coding agents complete their tasks.
Proposed Implementation
- Native Objective-C++ implementation using
terminal-notifier for reliable notifications
- Process tree walking via
libproc for AI agent auto-detection
- Same CLI interface as Windows version
- Support for all existing presets (Claude, Copilot, Gemini, Codex, Cursor) with icons
Requirements
- macOS 10.15+ (tested on macOS 15 Sequoia)
terminal-notifier installed via Homebrew (brew install terminal-notifier)
- Notification permissions enabled for terminal-notifier in System Settings
Feature Request
Toasty currently only supports Windows. It would be great to have macOS support so developers on Mac can also receive notifications when AI coding agents complete their tasks.
Proposed Implementation
terminal-notifierfor reliable notificationslibprocfor AI agent auto-detectionRequirements
terminal-notifierinstalled via Homebrew (brew install terminal-notifier)