Skip to content

1.0.1

Choose a tag to compare

@github-actions github-actions released this 04 Jul 06:36
74a9fa2

Release Notes

Fixed

  • macOS scoped kills now narrow process-table snapshots to the active tree or
    group during execution, so unrelated system EPERM rows do not hide real
    target-scope safety failures while unreadable in-scope members still fail
    closed.
  • The TUI status line now sanitizes every value it renders — the active filter
    text and the filter-error, error, and kill-status fields — so a process name
    or error message carrying control or escape bytes cannot redraw the terminal
    or fake output through the status bar.
  • The "no confirmed socket" port diagnostic now sanitizes the related
    process's name before printing it. This closes the one hint path where a
    process that named itself with terminal escape sequences could reach stderr
    unsanitized; the quoted command line in the same message was already
    escaped.

Install kickoutchi 1.0.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/nuggocto/kickoutchi/releases/download/v1.0.1/kickoutchi-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/nuggocto/kickoutchi/releases/download/v1.0.1/kickoutchi-installer.ps1 | iex"

Download kickoutchi 1.0.1

File Platform Checksum
kickoutchi-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
kickoutchi-x86_64-apple-darwin.tar.xz Intel macOS checksum
kickoutchi-x86_64-pc-windows-msvc.zip x64 Windows checksum
kickoutchi-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
kickoutchi-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum