@officepaglu/claude-notify
v1.0.1
Published
Plays a notification sound when Claude Code finishes all its tasks
Downloads
99
Maintainers
Readme
claude-notify
Plays a notification sound every time Claude Code finishes all its tasks.
Install
npx claude-notifyThat's it. Restart Claude Code and you'll hear a chime after every completed response.
Uninstall
npx claude-notify --uninstallHow it works
Adds a Stop hook to ~/.claude/settings.json that runs a sound command when Claude Code finishes a turn.
| Platform | Command used |
|----------|-------------|
| macOS | afplay /System/Library/Sounds/Glass.aiff |
| Linux | paplay or aplay (freedesktop sounds) |
| Windows | PowerShell Media.SoundPlayer |
No dependencies. No daemons. Just a single line in your Claude settings.
