# 使用 Homebrew 安装 zoro

查看 zoro 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:zoro
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install zoro
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:zoro
- **软件包管理器:** Homebrew
- **版本:** 20240828
- **来源摘要:** Expose local server to external network
- **主页:** <https://www.txthinking.com>
- **仓库:** <https://github.com/txthinking/zoro>
- **最后更新:** 2026-07-25T21:50:59+02:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- zoro (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 20240828
## 项目历史与用法

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.

### 时间线

- 2019: Public mr2 discussion frames the tool as a way to expose local services through a remote server.
- 2019-2021: GitHub issues show users asking about Docker, multiple ports, UDP, Windows, and HTTPS deployment cases.
- 2020s: The project is presented as zoro (mr2), keeping the local-tunnel use case while adopting the zoro package name.

### Related projects

- ngrok: the best-known hosted local-tunnel comparison point.
- frp: a self-hostable reverse proxy/tunnel tool often mentioned beside mr2/zoro.
- Cloudflare Tunnel: a managed tunnel approach for exposing local or private services.
- serveo and localtunnel: simpler public tunneling services in the same developer workflow space.

### 来源

- <https://github.com/txthinking/zoro>
- <https://github.com/txthinking/zoro/issues>
- <https://news.ycombinator.com/item?id=21594402>


## 安全说明

broad file, network, media, or database tool signal.

- **Geiger 风险:** blue / 中
- broad file, network, media, or database tool signal


## Combined YAML source

View the package source record on GitHub. [combined/zoro.yml](https://github.com/mxcl/pkgdb/blob/main/combined/zoro.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
