Extension Icon

Kill Process

Terminate processes sorted by CPU or memory usage
AvatarRoland Leth
539,834 Installs

Commands1

Kill ProcessKill Process

Lists all running processes, ordered by CPU or memory usage and allows (force) killing one

Tools3

List ProcessesList Processes

Lists running processes with their CPU and memory usage, sorted by memory usage

(Force) Kill Process(Force) Kill Process

Terminates a process by its exact name or PID (Force kill requires enabling sudo authentication with touchID on macOS: https://dev.to/siddhantkcode/enable-touch-id-authentication-for-sudo-on-macos-sonoma-14x-4d28, admin rights on Windows)

(Force) Kill All Processes by Name(Force) Kill All Processes by Name

Terminates all processes matching a given name using killall (macOS) or taskkill /IM (Windows). Force kill requires enabling sudo authentication with touchID on macOS, admin rights on Windows.