claudifier
v1.0.6
Published
A handy utility that brings seamless sound and visual notifications to the [Claude Code](https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview) CLI on macOS.
Maintainers
Readme
claudifier
A handy utility that brings seamless sound and visual notifications to the Claude Code CLI on macOS.
Never miss a beat! When running long tasks, Claude Code will alert you via the macOS Notification Center and play a pleasant chime when a task finishes or whenever Claude needs your attention.
Features
- 🔔 Visual Alerts: Displays a native macOS notification when Claude finishes a task or asks a question.
- 🎵 Audio Cues: Plays a sound so you know exactly when to check back on your terminal.
- ⚡ One Command Setup: Automatically configures everything on install — no extra steps.
Prerequisites
- macOS: Designed specifically for Mac environments.
- Claude Code: The official
claudeCLI must be installed.
Installation
npm install -g claudifierThat's it.
Restart Claude Code to activate.
To test the notification immediately:
osascript -e 'display notification "Task Complete" with title "Claude Code"' && afplay ~/.claude/sounds/done.mp3Uninstallation
claudifier-uninstall
npm uninstall -g claudifier