Tsunami 🌊
1 min read

Tsunami Logo

Tsunami

Kill processes listening on ports. Fast, simple, interactive.

Features

  • Interactive TUI - Browse and kill processes visually
  • Direct port targeting - Kill by port number instantly
  • Batch operations - Multiple ports, ranges, comma-separated
  • Graceful shutdown - SIGTERM with automatic escalation to SIGKILL
  • Cross-platform - macOS and Linux support

Quick Start

# Install
go install github.com/wusher/tsunami/cmd/tsunami@latest

# Interactive mode
tsunami

# Kill port 3000
tsunami 3000 -f

# List all listening ports
tsunami -l

Keyboard Shortcuts

⌘K
Open search
t
Toggle theme
z
Toggle zen mode
n
Next page
p
Previous page
h
Go to home
?
Show shortcuts
Esc
Close modal