A modern, keyboard-driven TUI for monitoring and managing listening ports. Think htop for ports: small, sharp, terminal-native.
Platforms: macOS and Linux only.
From anywhere (requires Go):
go install github.com/javiercepeda/tapas@latestFrom the repo (after clone):
make install
# or
./install.shThen run tapas from any directory. The binary is installed to $GOBIN or $GOPATH/bin; ensure that directory is on your PATH.
| Key | Action |
|---|---|
↑ / ↓ / j / k |
Navigate |
Enter |
Details (port, PID, process, command, working dir) |
k |
Kill selected port (with confirmation) |
r |
Refresh list |
q |
Quit |
- macOS:
lsof,ps(default) - Linux:
ss,/proc(default)
- v0.1 (MVP) – List ports, navigate, kill, refresh, quit (current)
- v0.2 – Sort, filter, color semantics, polish
- v1.0 – Framework badges, Docker detection, optional watch mode
MIT