Analysis updated 2026-07-26
Step away from your desk while Claude Code works and get an audio alert when it needs you.
Customize chime sounds with your own audio files to personalize your workflow.
Mute and unmute sounds quickly with a slash command during meetings or focused work.
| scourefoure/claude-chime | 0xmukesh/docusaurus-tutorial | 1tsmejp/palworld-docker-wine | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | 2021-12-27 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | easy | easy | moderate |
| Complexity | 2/5 | 2/5 | 4/5 |
| Audience | vibe coder | developer | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires Node.js 18 or higher and Claude Code installed.
claude-chime is a small plugin for Claude Code that plays a sound on your computer whenever Claude finishes responding or needs you to type something back. The idea is simple: if you step away or start reading something else while Claude is working, you do not have to keep checking the screen. You hear a chime and know it is time to look again. Installation happens through Claude Code itself using two slash commands. You add the plugin from its GitHub location or a local folder, install it, and reload your plugins. There is no separate app to run. The plugin sits inside Claude Code and listens for two events: when a turn finishes and when input is needed. Each event gets its own sound, with sensible defaults for Windows, macOS, and Linux so it works out of the box. Configuration is done through environment variables. You can point the plugin at your own sound files by giving their full paths. If you list several files separated by semicolons, the plugin picks one at random each time, which is a nice way to avoid hearing the exact same tone over and over. You can set volume as a percentage from 0 to 100, mute everything with a single variable, or use a mute flag file that you create or delete to toggle sound. A built-in slash command lets you turn sounds on and off without editing anything. For testing, a dry-run mode prints what the plugin would play without actually making noise, which helps confirm your setup. Settings that should apply to the real chimes need to go in the env block of a Claude Code settings file, since the hooks that trigger the sounds read from the environment Claude Code was launched with. Changes take effect on the next session or after a reload. The plugin requires Node.js 18 or higher and relies on built-in audio players on Windows, macOS, and Linux. The full README is longer than what was shown.
A Claude Code plugin that plays a sound when Claude finishes responding or needs input, so you don't have to keep watching the screen while it works.
Mainly JavaScript. The stack also includes JavaScript, Node.js 18+.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.