macOS
brew install killswitchlocal Homebrew formula metadata
brew
VPN kill switch for macOS. Version 0.8.3 via Homebrew; verified 2026-06-03.
install
brew install killswitchlocal Homebrew formula metadata
overview
VPN kill switch for macOS
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
killswitch | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/vpn-kill-switch/killswitch
install metadata
| Package key | brew:killswitch |
|---|---|
| Version | 0.8.3 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/killswitch |
| Homepage | https://killswitch.network |
| Repository | https://github.com/vpn-kill-switch/killswitch |
| Upstream docs | https://github.com/vpn-kill-switch/killswitch#readme |
| License | BSD-3-Clause |
| Source archive | https://github.com/vpn-kill-switch/killswitch/archive/refs/tags/0.8.3.tar.gz |
| Last updated | 2026-06-03T23:07:00Z |
| Pulse | updated |
| Build dependencies | rust |
| Bottle | available (on arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | killswitch |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.