Skip to content

Releases: splazapp/claude-code-notification

v2.4.2

27 Feb 13:01

Choose a tag to compare

fix: add hardened runtime and notarization status check (v2.4.1)

- Add --options runtime to codesign (required for Apple notarization)
- Capture notarytool output and fail explicitly if status != Accepted
- Prevents stapler from running when notarization is rejected

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

v2.4.0

27 Feb 12:21

Choose a tag to compare

feat: add prebuilt exe download and one-line installer for Windows

install.ps1 now auto-downloads exe from GitHub Releases before falling
back to source compilation, removing the .NET 8 SDK requirement for most
users. Added install-remote.ps1 for one-line install (irm | iex) and a
GitHub Actions workflow that builds both Windows exe and macOS zip on tag
push.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>

v2.0 — ClaudeCodeNotification

26 Feb 19:45

Choose a tag to compare

ClaudeCodeNotification v2.0

Stop watching the terminal — get notified when Claude Code finishes, click to jump back.

Features

  • Native macOS notifications (UserNotifications framework)
  • Click-to-return: tap notification to activate iTerm2 / VS Code / Cursor / Terminal / Warp
  • Smart source detection via __CFBundleIdentifier and TERM_PROGRAM
  • Prompt summary + elapsed time in notification body
  • Universal binary (arm64 + x86_64), macOS 13+

Install

git clone https://github.com/splazapp/claude-code-notification.git
cd claude-code-notification
# Download ClaudeCodeNotification.zip from this release, extract here
bash install.sh

Or build from source (requires Xcode CLT):

git clone https://github.com/splazapp/claude-code-notification.git
cd claude-code-notification
bash install.sh   # auto-builds if no .app found