Open
Conversation
- Add main_mac.mm with native Objective-C++ implementation - Use terminal-notifier for reliable notifications on macOS 15+ - Implement process tree walking via libproc for AI agent detection - Support Claude, Copilot, Gemini, Codex, and Cursor presets with icons - Add hook installation for Claude, Gemini, and Copilot - Update CMakeLists.txt for cross-platform builds - Add macOS test suite (16 tests) - Update README with macOS installation and notification setup instructions Tested on macOS 15 Sequoia with working notifications and icons.
- Build Windows and macOS in parallel - macOS: Build x64 (Intel), ARM64 (Apple Silicon), and Universal binary - Combined release job uploads all artifacts - Release includes: toasty-x64.exe, toasty-arm64.exe, toasty-macos, toasty-macos-x64, toasty-macos-arm64
- Add download links for macOS binaries from Releases - Document Universal, x64, and ARM64 variants - Include chmod and PATH setup instructions
Author
CI/CD Build StructureThe GitHub Actions workflow now builds Windows and macOS in parallel: Release artifacts:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds native macOS support to Toasty, allowing Mac developers to receive notifications when AI coding agents complete their tasks.
Fixes #27
Changes
main_mac.mm- Native Objective-C++ implementation for macOSCMakeLists.txt- Cross-platform build support (Windows/macOS)tests/test_mac.sh- macOS test suite (16 tests, all passing)README.md- Updated with macOS installation and setup instructionsFeatures
terminal-notifier(reliable on macOS 15+)Requirements (macOS)
terminal-notifier(brew install terminal-notifier)Screenshots
Notifications with icons for GitHub Copilot and Claude:
Testing
All 16 tests passing on macOS 15 Sequoia.