https://github.com/eyalzh/claude-code-toast
A Claude Code Notification hook for MacOS that displays a toast message when Claude Code is waiting for the user to respond.
https://github.com/eyalzh/claude-code-toast
claude-code claude-code-hooks
Last synced: 1 day ago
JSON representation
A Claude Code Notification hook for MacOS that displays a toast message when Claude Code is waiting for the user to respond.
- Host: GitHub
- URL: https://github.com/eyalzh/claude-code-toast
- Owner: eyalzh
- License: mit
- Created: 2025-07-22T13:24:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-22T13:30:43.000Z (about 1 year ago)
- Last Synced: 2026-07-11T08:04:00.709Z (12 days ago)
- Topics: claude-code, claude-code-hooks
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 17
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-claude-code-hooks - claude-code-toast - macOS toast notification when Claude Code is waiting for user response. 16 stars. Triggers on: `Notification`. (Notification and Alerts)
README
# Claude Code Notification Toast
A Claude Code Notification hook for MacOS (AppleScript) that displays a toast message when Claude Code is waiting for the user to respond.

## Installation
Use the `/hooks` command in Claude Code to add a new Notification hook. Then add the command:
```bash
python /path/to/this/repo/claude-code-toast.py
```
## Notes
1. Please review the script and make sure it is safe to use in your environment. Beyond basic sanitization, the output from Claude Code will appear in the notification toast as-is. Use at your own risk.
2. The author of this repository is not affiliated with Anthropic or Claude Code in any way.