# killswitch を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:killswitch
```

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

### macOS

- Homebrew (100%):

```sh
brew install killswitch
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:killswitch
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.8.3
- **ソース概要:** VPN kill switch for macOS
- **ホームページ:** <https://killswitch.network>
- **リポジトリ:** <https://github.com/vpn-kill-switch/killswitch>
- **最終更新:** 2026-06-03T23:07:00Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- killswitch (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

killswitch is a macOS VPN kill-switch CLI that uses the `pf` firewall to block outgoing traffic when the VPN tunnel disappears.

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

The GitHub repository was created in 2016, with a 0.7.0 GitHub release published on 2019-03-09. The README explains the core design: write temporary `pf` rules to `/tmp/killswitch.pf.conf`, load them with `pfctl`, and avoid modifying the system default `/etc/pf.conf`.

### 採用の歴史

killswitch has narrower packaging than the other projects in this batch; the Homebrew formula documents it as a macOS VPN kill switch, and the project README focuses on local builds and root-required enable/disable commands.

### 使われ方

Users run `sudo killswitch -e` to enable firewall rules, `sudo killswitch -d` to disable and restore default rules, or `killswitch --print` to inspect rules before applying them.

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

killswitch is notable as a small packageable security utility that exposes macOS `pf` behavior through a single CLI, useful for users who want a provider-independent VPN leak guard rather than an application-specific setting.

### タイムライン

- 2016: vpn-kill-switch/killswitch repository created on GitHub.
- 2019: 0.7.0 release published.
- 2020: 0.7.1 and v0.7.2 releases published.
- 2023: v0.7.3 release published.
- 2026: 0.8.x releases published from February through April.

### Related projects

- The README links the design to the Packet Filter firewall documented by FreeBSD and to macOS networking tools such as `pfctl`, `sysctl`, `netstat`, `scutil`, and `ifconfig`.

### ソース

- <https://docs.freebsd.org/en/books/handbook/firewalls/#firewalls-pf>
- <https://formulae.brew.sh/formula/killswitch>
- <https://github.com/vpn-kill-switch/killswitch>
- <https://github.com/vpn-kill-switch/killswitch/releases>
- <https://vpn-kill-switch.com/post/how-it-works>


## セキュリティノート

narrow executable package without higher-risk signals.

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


## Combined YAML source

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


## ソース

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