Skip to content

Releases: iorinu/pwatch

0.1.0 - 2026-06-02

Choose a tag to compare

@github-actions github-actions released this 02 Jun 10:33

Release Notes

Initial release.

Added

  • pwatch list — show all listening ports in a colored table.
  • pwatch check <port> — check whether a specific port is in use.
  • pwatch kill <port>... — kill the process bound to one or more ports.
    Supports --force for SIGKILL.
  • pwatch ui — interactive TUI with vim-style navigation, search, kill
    confirmation dialog, and auto-refresh (a to toggle, +/- to adjust interval).
  • pwatch list --watchtop-style live refresh of the port list with
    configurable --interval.
  • pwatch completion <shell> — generate shell completion scripts for
    bash, zsh, fish, powershell, and elvish.
  • pwatch --version / -V — print the version.
  • pwatch config banner on|off — toggle the figlet startup banner.
  • pwatch config lang en|ja — switch runtime messages and TUI labels
    between English and Japanese (default: English).
  • --json global flag for machine-readable output.
  • Linux scanner via direct /proc/net/tcp parsing.
  • macOS scanner via lsof.

Install pwatch 0.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/iorinu/pwatch/releases/download/v0.1.0/pwatch-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install iorinu/tap/pwatch

Download pwatch 0.1.0

File Platform Checksum
pwatch-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
pwatch-x86_64-apple-darwin.tar.xz Intel macOS checksum
pwatch-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum