terminal-notifier
Universal version latest seen at v1.0.0 · Reported by 1 Mac in the community.
Sighting data is community-sourced — version availability and pricing should be verified with the developer.
terminal-notifier is a command-line tool for macOS that sends user notifications from the command line or scripts. It works with macOS 10.10 and later, allowing developers and system administrators to trigger native macOS notifications programmatically — useful for build systems, monitoring tools, shell scripts, and background applications that need to alert users without opening a window. The tool is available as prebuilt binaries, via Homebrew, or through RubyGems. A native Apple Silicon build has been confirmed running on Macs in the Rosetta Check community.
AI Recommendation
1 suggestionA native Apple Silicon (Universal) build of terminal-notifier is now available and has been confirmed running on real Macs. If you are still running the Intel version under Rosetta, upgrade to the native build to ensure compatibility when Apple removes Rosetta 2 in macOS 28 (September 2028). The simplest path is through Homebrew: run brew upgrade terminal-notifier from the command line, and Homebrew will automatically pull the native build. Alternatively, download the latest prebuilt binary directly from the GitHub releases page — the download will automatically serve the Universal Binary. If you installed terminal-notifier via RubyGems, reinstall with gem update terminal-notifier to get the native version.
Recommended reading