# killport を Homebrew, MacPorts, Nix, zypper でインストール

killport のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:killport
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install killport
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install killport
```

  証拠: MacPorts ports tree: sysutils/killport/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#killport
```

  証拠: nixpkgs package indexes: pkgs/by-name/ki/killport/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install killport
```

  証拠: openSUSE Tumbleweed package metadata: killport from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:killport
- **パッケージマネージャ:** Homebrew
- **バージョン:** 2.0.2
- **ソース概要:** Command-line tool to kill processes listening on a specific port
- **ホームページ:** <https://github.com/jkfran/killport>
- **リポジトリ:** <https://github.com/jkfran/killport>
- **最終更新:** 2026-08-01T10:34:10Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- killport (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 2.0.2
## プロジェクトの歴史と使われ方

killport is a Rust command-line tool for killing processes and containers that are listening on specified TCP ports.

### プロジェクトの歴史

The GitHub repository was created in 2023, and v0.1.0 was published on 2023-03-19. The README describes a tool that started from the familiar local-development problem of freeing a busy port and later included container runtime support, dry-run mode, signal selection, shell completions, and cross-platform support.

### 採用の歴史

The project is distributed through Cargo, Homebrew, release binaries, and a shell installer. The Homebrew input record also lists MacPorts, Nix, and openSUSE packaging.

### 使われ方

Developers use killport to free ports such as 3000 or 8080 during local development, optionally targeting native processes, containers, or auto-detected targets.

### パッケージ好きにとっての重要性

killport is a package-nerd example of a tiny workflow wrapper: it replaces repeated `lsof`, `netstat`, `kill`, and container-runtime commands with one installable CLI.

### タイムライン

- 2023: Repository created and v0.1.0 published.
- 2023: v0.9.x releases followed through July and December.
- 2024: v1.0.0 release published on 2024-05-20.
- 2026: Repository activity continued through the v1.x line.

### Related projects

- The README places killport near system tools such as process managers, port inspection commands, and container runtimes including Docker, OrbStack, Podman, Colima, and OCI-compatible runtimes.

### ソース

- <https://crates.io/crates/killport>
- <https://formulae.brew.sh/formula/killport>
- <https://github.com/jkfran/killport>
- <https://github.com/jkfran/killport/releases>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- Nix - killport: normalized package name match | nixpkgs package indexes: pkgs/by-name/ki/killport/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- zypper - killport - 2.0.1-1.2: normalized package name match | openSUSE Tumbleweed package metadata: killport from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A tool to easily kill processes running on a specified port | https://github.com/jkfran/killport
- MacPorts - killport: normalized package name match | MacPorts ports tree: sysutils/killport/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/killport.yml](https://github.com/mxcl/pkgdb/blob/main/combined/killport.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
