macOS
brew install zorolocal Homebrew formula metadata
brew
Expose local server to external network. Version 20240828 via Homebrew; verified 2026-06-15.
install
brew install zorolocal Homebrew formula metadata
overview
Expose local server to external network
history
zoro is a small Go tunneling tool, formerly known as mr2, for exposing local TCP, UDP, HTTP, and HTTPS services through a remote server. Its history is thinly documented, but the project fits the practical local-tunnel niche occupied by tools such as ngrok, frp, and Cloudflare Tunnel.
The upstream README identifies the project as "zoro (mr2)" and describes a server/client model for exposing local services to an external network. Older public discussion and GitHub issues still use the mr2 name, showing the continuity between the earlier mr2 identity and the current zoro package.
Public adoption evidence is modest but real: the repository has long-running user issues about Docker, multiple local ports, UDP exposure, Windows behavior, and HTTPS-only servers, and a 2019 Hacker News thread immediately compared mr2/zoro with ngrok, serveo, Argo Tunnel, and frp.
A typical setup runs zoro server on a reachable machine and zoro client beside the private service. The examples cover exposing local HTTP, SSH, DNS, directories over HTTP, and arbitrary TCP/UDP services; the HTTPS mode maps a local HTTP service to a remote subdomain-style endpoint.
The README notes that UDP can fail in some multi-layer NAT cases, which is a useful operational clue: zoro is best understood as a simple tunneling utility, not a universal NAT traversal guarantee.
For package nerds, zoro is interesting as a minimal tunnel package with both TCP and UDP claims, a rename from mr2, and a self-hosted server/client shape rather than a hosted SaaS-only workflow. It is the sort of tool people discover when comparing small networking CLIs by protocol support and operational friction.
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 |
|---|---|---|---|
zoro | 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/txthinking/zoro
install metadata
| Package key | brew:zoro |
|---|---|
| Version | 20240828 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/zoro |
| Homepage | https://www.txthinking.com |
| Repository | https://github.com/txthinking/zoro |
| Upstream docs | https://github.com/txthinking/zoro#readme |
| License | GPL-3.0-only |
| Source archive | https://github.com/txthinking/zoro/archive/refs/tags/v20240828.tar.gz |
| Last updated | 2026-06-15T10:21:24-04:00 |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | zoro |
| 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 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.