Peon Ping banner
PeonPing PeonPing

Peon Ping

Data & AI community intermediate

Description

**English** | [한국어](README_ko.md) | [中文](README_zh.md)

Installation

Terminal
git clone https://github.com/PeonPing/peon-ping

README

peon-ping

**English** | [한국어](README_ko.md) | [中文](README_zh.md)

**Game character voice lines + visual overlay notifications when your AI coding agent needs attention — or let the agent pick its own sound via MCP.**

AI coding agents don't notify you when they finish or need permission. You tab away, lose focus, and waste 15 minutes getting back into flow. peon-ping fixes this with voice lines and bold on-screen banners from Warcraft, StarCraft, Portal, Zelda, and more — works with **Claude Code**, **Amp**, **GitHub Copilot**, **Codex**, **Cursor**, **OpenCode**, **Kilo CLI**, **Kiro**, **Kimi Code**, **Windsurf**, **Google Antigravity**, **Rovo Dev CLI**, **DeepAgents**, and any MCP client.

**See it in action** → [peonping.com](https://peonping.com/)


    undefined

Install

Option 1: Homebrew (recommended)

brew install PeonPing/tap/peon-ping

Then run `peon-ping-setup` to register hooks and download sound packs. macOS and Linux.

Option 2: Installer script (macOS, Linux, WSL2)

curl -fsSL https://raw.githubusercontent.com/PeonPing/peon-ping/main/install.sh | bash

⚠️ In WSL2, **ffmpeg** must be installed to use sound packs that use formats other than **WAV**. In Debian distros, install with

sudo apt update; sudo apt install -y ffmpeg

...