← all casks
ngrok
ngrok
Reverse proxy, secure introspectable tunnels to localhost
- Version
- v3.39.1,ibTLJJL6E5Z,a
- Tap
- homebrew/cask
- Auto-updates
- No
- Languages
- —
- Outdated
- No
auto-updateshomepageactiveenabledup-to-date
Install
shell
$ brew install --cask ngrokCaveats
To install shell completions, add this to your profile:
if command -v ngrok &>/dev/null; then
eval "$(ngrok completion)"
fi