# Installer stone avec Homebrew, apt, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de stone pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install stone
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install stone
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:stone
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2.4
- **Résumé source:** TCP/IP packet repeater in the application layer
- **Page d'accueil:** <https://www.gcd.org/sengoku/stone/>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- stone (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 2.4
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

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


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- 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)


## Sources

- 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
