# 使用 Homebrew, apt, Nix 安装 stone

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

## 安装

```sh
sudo av install brew:stone
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install stone
```

  证据: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install stone
```

  证据: Debian stable package indexes: stone from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#stone
```

  证据: nixpkgs package indexes: pkgs/by-name/st/stone/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:stone
- **软件包管理器:** Homebrew
- **版本:** 2.4
- **来源摘要:** TCP/IP packet repeater in the application layer
- **主页:** <https://www.gcd.org/sengoku/stone/>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- stone (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

stone is a small TCP/IP packet repeater that works at the application layer. Its packaging appeal is old-school and practical: install one binary, repeat TCP or UDP through a firewall, add SSL support, or bridge simple protocol gaps.

### 项目历史

Hiroaki Sengoku's official page dates stone's copyright to 1995-2021 and publishes version 2.4. The same page describes stone as a repeater for TCP and UDP traffic from inside to outside a firewall or from outside to inside.

### 采用历史

The official page emphasizes portability across Win32, Linux, FreeBSD, BSD/OS, SunOS, Solaris, HP-UX, and related Unix systems. The supplied package metadata shows modern packaging in Homebrew, Debian, Ubuntu, and Nix, which keeps this older networking utility reachable through current package managers.

### 使用方式

The examples show command-line invocations for telnet, DNS over UDP, NTP over UDP, HTTPS-style SSL wrapping, SSL telnet, and an HTTP proxy. The page also highlights OpenSSL support, POP-to-APOP conversion, IPv6 support, and the project's deliberately small C codebase.

### 为什么软件包爱好者会关心

stone is the kind of compact network tool package maintainers keep around because it solves firewall, proxy, protocol-conversion, and debugging problems without a framework. It represents a classic Unix packaging pattern: a small C utility with decades of practical compatibility.

### 时间线

- 1995: Official page copyright begins for stone.
- 2000: Official page references Nikkei Linux articles explaining stone.
- 2019: Official page lists stone 2.4 as the official release.
- 2021: Official page copyright range extends through 2021.

### Related projects

- The official page links OpenSSL for encryption support and MD5/RFC 1321 material for POP-to-APOP conversion. Its CVS repository is linked from the official snapshot section.

### 来源

- <https://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/stone/stone/>
- <https://www.gcd.org/sengoku/stone/>
- input.source_facts.package-manager


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 其他软件包管理器记录

- Debian apt - stone - 2.4-1.2: normalized package name match | Debian stable package indexes: stone from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | TCP/IP packet repeater in the application layer
- Nix - stone: normalized package name match | nixpkgs package indexes: pkgs/by-name/st/stone/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - stone - 2.4-1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: stone from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | TCP/IP packet repeater in the application layer


## Combined YAML source

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


## 来源

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