sindresorhus/fkill-cli
Fabulously kill processes. Cross-platform. observed · 2026-08-28
Health v2 · maintenance only
51/100
- Activity 51
- Release rhythm 24
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4092
- days_rel: 297
- days_push: 297
- n_releases_24m: 1
Adoption not part of the score
7000 stars · 215 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
fkill-cli is a cross-platform command-line tool for killing processes by PID, name, or port, with an interactive fuzzy-search UI. It is built in JavaScript on Node.js and distributed via npm.
Use cases
- kill a process by pid from the terminal
- kill a process by name like safari
- kill whatever is listening on port 8080
- force kill unresponsive processes
- interactively search and kill processes with fuzzy matching
- cross-platform alternative to killall and taskkill
When to choose
- you want a friendly, cross-platform way to kill processes from the terminal
- you need to kill processes by name or port, not just PID
- you prefer an interactive fuzzy-search process picker
When to avoid
- you need fine-grained signal control beyond force kill and timeouts
- you only work on Unix and are happy with the built-in kill/pkill commands
- you need to kill processes programmatically inside a script - use the fkill API package instead
Facets
cli-tool · maturity active
cli developer-tools developer-tools cross-platform windows cli cross-platform process-management kill-processes fuzzy-search interactive-ui port-killing command-line macos linux nodejs
2 sources
- readme: https://github.com/sindresorhus/fkill-cli · fetched 2026-08-28 · aafae2605712
- registry_npm: https://registry.npmjs.org/fkill-cli · fetched 2026-08-29 · cf104277aefe
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sindresorhus/fkill-cli | main | 51 |
For agents
markdown · JSON · MCP: product_card(name="sindresorhus/fkill-cli")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem