๐ŸŽต Open Source Terminal Tool

Your terminal screams back.

A cross-platform agent that listens for terminal errors and plays a sound when your commands fail. Because every mistake deserves a reaction.

โฌ‡ Get Started View on GitHub
terminal
$ โ–‹

How it works

Three simple steps. No config files needed.

๐Ÿ”ง

Install

Run a single command. The agent copies itself to your system, registers auto-start, and injects shell hooks.

๐Ÿ‘๏ธ

Watch

The background agent monitors a log file. Shell hooks (PowerShell, Bash, Zsh) automatically log every failed command.

๐Ÿ”Š

React

When an error is detected, the agent plays the bundled sound by default. Supply your own sound URL with --sound <URL>.

Installation

Download the binary for your platform and run it.

1

Download

Grab the latest release from GitHub:

Latest Release โ†’
2

Install & Start

Run the binary to install with the bundled sound. Run it again to uninstall.

yamete-kudasai-system
3

Verify

Check the agent is running and play a test sound:

yamete-kudasai-system --status
yamete-kudasai-system --self-test

All Commands

Command Description
(no command) Install if missing, uninstall if already installed
--install Install and start the agent with the bundled sound
--install --sound <URL> Install and start the agent with a custom MP3 sound URL
--uninstall Stop the agent and remove installed files, startup config, and shell hooks
--status Show install status, sound path, and hook states
--self-test Play a test sound to verify audio playback

Trending Sounds

Copy popular sound URLs for installation, or contribute your own!

Loading sounds...

Cross-Platform

Built in Rust. Runs everywhere.

๐ŸชŸ

Windows

Registry auto-start, PowerShell hooks

yamete-kudasai-system-windows-x86_64.exe
๐Ÿง

Linux

XDG autostart, Bash & Zsh hooks

yamete-kudasai-system-linux-x86_64
๐ŸŽ

macOS

LaunchAgent auto-start, Zsh hooks

yamete-kudasai-system-macos-aarch64

Build from Source

Requires Rust toolchain.

git clone https://github.com/devfemibadmus/Yamete-Kudasai.git cd Yamete-Kudasai cargo build --release