by mylee04
Cross-platform desktop notifications for Claude Code/Codex/Gemini - Get alerts when tasks complete
# Add to your Claude Code skills
git clone https://github.com/mylee04/code-notifyOfficial downloads: https://github.com/mylee04/code-notify/releases
Homebrew:
brew install mylee04/tools/code-notify
Desktop notifications for AI coding tools - get alerts when tasks complete or input is needed.
<p> <img src="assets/multi-tools-support.png" width="48%" alt="Multi-tool support"/> <img src="assets/multi-tools-support-02.png" width="48%" alt="All tools enabled"/> </p>Sound Notifications - Play custom sounds when tasks complete (separate from voice TTS)
cn sound on # Enable with default system sound
cn sound off # Disable sounds
cn sound set ~/ding.wav # Use custom sound file
cn sound test # Play current sound
cn sound list # Show available system sounds
afplay), Linux (paplay/aplay), Windows (SoundPlayer).wav, .aiff, .mp3, .ogg formatsNo comments yet. Be the first to share your thoughts!
cn and cnp for fast accessmacOS (Homebrew)
brew tap mylee04/tools
brew install code-notify
cn on
Linux / WSL
curl -sSL https://raw.githubusercontent.com/mylee04/code-notify/main/scripts/install.sh | bash
Windows
irm https://raw.githubusercontent.com/mylee04/code-notify/main/scripts/install-windows.ps1 | iex
Paste this to your AI agent (Claude Code, Cursor, etc.):
Install code-notify by following:
https://raw.githubusercontent.com/mylee04/code-notify/main/docs/installation.md
Or fetch directly:
curl -s https://raw.githubusercontent.com/mylee04/code-notify/main/docs/installation.md

| Command | Description | | -------------------- | -------------------------------------------- | | ...