macOS
brew install wifi-passwordlocal Homebrew formula metadata
sudo port install wifi-passwordMacPorts ports tree · sysutils/wifi-password/Portfile · source: api.github.com
brew
Show the current WiFi network password. Version 0.1.0 via Homebrew; verified from local package data.
install
brew install wifi-passwordlocal Homebrew formula metadata
sudo port install wifi-passwordMacPorts ports tree · sysutils/wifi-password/Portfile · source: api.github.com
overview
Show the current WiFi network password
history
wifi-password is a small macOS shell utility by Guillermo Rauch for answering a common local-support question: what is the password for the Wi-Fi network this machine is using? Its README frames the tool as a quick way to print the current network password, print a named SSID's password, or pipe the result to the macOS clipboard.
The project's changelog records its initial release as 0.0.1 on February 14, 2015, followed the same day by 0.1.0, which defaulted to quiet output when stdout was piped. The GitHub repository was also created on February 14, 2015, matching the changelog's origin date.
wifi-password became widely copied for such a tiny script. By July 2026 the upstream GitHub repository had about 4.6k stars and 262 forks, and its README documented installation paths through shell/package ecosystems as well as direct curl installation.
The typical use is interactive and local: run `wifi-password` for the current SSID, `wifi-password <ssid>` for a named network, or pipe the output into `pbcopy` when sharing credentials. Its niche is not enterprise secret management; it is a convenience wrapper around the local macOS Wi-Fi/keychain workflow.
wifi-password is package-nerd notable because it is almost the smallest useful form of a CLI package: a shell script with a memorable executable name, very little release machinery, and a large adoption footprint relative to its code size.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
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 |
|---|---|---|---|
wifi-password | 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/rauchg/wifi-password
install metadata
| Package key | brew:wifi-password |
|---|---|
| Version | 0.1.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/wifi-password |
| Homepage | https://github.com/rauchg/wifi-password |
| Repository | https://github.com/rauchg/wifi-password |
| Upstream docs | https://github.com/rauchg/wifi-password#readme |
| License | MIT |
| Source archive | https://github.com/rauchg/wifi-password/archive/refs/tags/0.1.0.tar.gz |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | wifi-password |
| Version Scheme | 0 |
| Revision | 0 |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
wifi-password
sudo port install wifi-passwordsource 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.