# stone を Homebrew, apt, Nix でインストール

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
