macOS
brew install pgroklocal Homebrew formula metadata
brew / rank 7071
Poor man's ngrok, multi-tenant HTTP/TCP reverse tunnel solution. Version 1.7.0 via Homebrew; verified 2026-09-13. Also installable with nix: nix profile install nixpkgs#pgrok.
install
brew install pgroklocal Homebrew formula metadata
nix profile install nixpkgs#pgroknixpkgs package indexes · pkgs/by-name/pg/pgrok/package.nix · source: api.github.com
overview
Poor man's ngrok, multi-tenant HTTP/TCP reverse tunnel solution
history
pgrok is a self-hosted HTTP and TCP reverse-tunneling system that exposes local services through a remotely deployed server using SSH port forwarding.
The pgrok project was created as a self-hosted, multi-tenant reverse-tunnel solution described by its maintainers as a "poor man's ngrok." Its design uses SSH remote port forwarding and includes both the public server and local client components.
pgrok is distributed through Homebrew and Nix according to source_facts.package-manager. Its packaging supports straightforward installation of a self-hosted tunneling alternative on Unix-like systems.
An operator deploys `pgrokd` on a publicly reachable host and configures DNS and authentication. A client initializes `pgrok.yml` with a remote address, local forwarding address, and token, then runs `pgrok` or `pgrok http` to establish the tunnel.
The token is stored as part of the general YAML configuration unless another path is selected; the official documentation does not identify a separate credentials file.
pgrok packages the familiar ngrok-style developer tunnel as an open, self-hostable client-and-server system built on SSH remote port forwarding. It appeals to users who want control of the public endpoint and authentication infrastructure rather than dependence on a hosted tunneling vendor.
Its combination of HTTP and raw TCP forwarding, multi-tenant operation, conventional YAML configuration, and package-manager availability makes it useful for development callbacks, demonstrations, and temporary exposure of services behind NAT.
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.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.config/pgrok/pgrok.yml~/Library/Application Support/pgrok/pgrok.yml%LOCALAPPDATA%\pgrok\pgrok.ymlCredential-bearing paths to review before unattended agent runs.
~/.config/pgrok/pgrok.yml~/.pgrok/pgrok.yml~/Library/Application Support/pgrok/pgrok.yml~/.pgrok/pgrok.yml%LOCALAPPDATA%\pgrok\pgrok.ymlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
pgrok | 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/pgrok/pgrok
install metadata
| Package key | brew:pgrok |
|---|---|
| Version | 1.7.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/pgrok |
| Homepage | https://github.com/pgrok/pgrok |
| Repository | https://github.com/pgrok/pgrok |
| License | MIT |
| Source archive | https://github.com/pgrok/pgrok/archive/refs/tags/v1.7.0.tar.gz |
| Last updated | 2026-09-13T11:26:08Z |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | pgrok |
| Version Scheme | 0 |
| Revision | 0 |
| 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.
pgrok
nix profile install nixpkgs#pgroksource 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.