# Installer ipbt avec Homebrew, MacPorts, Nix

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

## installation

```sh
sudo av install brew:ipbt
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install ipbt
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ipbt
```

  Preuve: MacPorts ports tree: sysutils/ipbt/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#ipbt
```

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

## Faits du paquet

- **Clé du paquet:** brew:ipbt
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/ipbt>
- **Version:** 20260527
- **Résumé source:** Program for recording a UNIX terminal session
- **Page d'accueil:** <https://www.chiark.greenend.org.uk/~sgtatham/ipbt/>
- **Dépôt:** <https://git.tartarus.org/simon/ipbt.git>
- **Docs amont:** <https://www.chiark.greenend.org.uk/~sgtatham/ipbt>
- **Licence:** MIT
- **Archive source:** <https://www.chiark.greenend.org.uk/~sgtatham/ipbt/ipbt-20260527.fdcd2b0.tar.gz>
- **Dernière mise à jour:** 2026-05-29T14:57:37Z
- **Généré:** 2026-07-26T07:20:29+00:00

## exécutables

- ipbt (cli)
- ipbt-dump (cli)
- ipbt (alias)
- ipbt-dump (alias)

## Dépendances de compilation

- cmake

## Bibliothèques fournies par macOS

- ncurses

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-07-26
- version du gestionnaire: 20260527
- gestionnaire mis à jour: 2026-05-29
- données locales: OK
- dépôt amont: https://www.chiark.greenend.org.uk/~sgtatham/ipbt/
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

IPBT is Simon Tatham's high-tech ttyrec player for Unix. It plays terminal-session recordings with random access, solving the old ttyplay problem that forward playback is easy but rewinding terminal output is not.

### Historique du projet

The official page explains IPBT as a player for ttyrec recordings, a format commonly used to record Unix terminal sessions and NetHack games. Instead of streaming bytes directly to a terminal, IPBT first analyzes the entire recording through an internal terminal emulator, then stores screen states so playback can move forward, backward, or to arbitrary frames.

IPBT is a derived work of PuTTY because it uses PuTTY's terminal emulator internally. That connection is historically important: Tatham reused his own mature terminal-emulation code to make random-access replay feasible rather than writing a terminal parser from scratch.

### Historique d'adoption

IPBT occupies a small but durable niche among Unix terminal-recording tools. The official page asks for patches and describes the program as working but unpolished, while Homebrew, MacPorts, and Nix packaging keep it easy to install for people who handle ttyrec or nh-recorder files.

Its adoption is closely connected to communities that record text-mode sessions, especially roguelike and NetHack playback. The official introduction names NetHack and alt.org as examples of routine ttyrec use.

### Modes d'utilisation

Users run `ipbt file` on ttyrec, nh-recorder, or raw terminal recordings. After loading, the curses interface supports pause, frame stepping, jumps, speed changes, logarithmic time compression, on-screen status, and text search through recorded frames.

The main cost is up-front analysis time. The manual notes that simpler players can begin immediately, while IPBT trades that startup cost for reverse playback and frame-level navigation.

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

IPBT is significant because it is a tiny package with a deep implementation trick: it packages PuTTY's terminal model into a Unix curses replay tool. That makes it more than a wrapper around ttyrec; it is a terminal-state indexer.

For maintainers, it is also a classic Simon Tatham utility: small, MIT-licensed, hosted on chiark and git.tartarus.org, and documented with a precise standalone man page.

### Chronologie

- 2000s: ttyrec became a common way to record Unix terminal sessions and NetHack games.
- IPBT project era: Tatham built IPBT around full-file analysis and PuTTY terminal emulation to enable random-access playback.
- 2026-05-27: The official site offered source archive `ipbt-20260527.fdcd2b0.tar.gz` and documented the Git repository.
- Package-manager era: Homebrew, MacPorts, and Nix packaged IPBT for repeatable Unix installation.

### Related projects

- Related projects include ttyrec, ttyplay, nh-recorder, PuTTY, ncurses, and NetHack recording sites such as alt.org.
- A third-party GitHub tree by Jonathan Amazon describes patches adding an autoplay mode, showing that IPBT's architecture invited experimentation around startup latency and streaming behavior.

### Sources

- <https://formulae.brew.sh/formula/ipbt>
- <https://git.tartarus.org/simon/ipbt.git>
- <https://github.com/jmazon/ipbt>
- <https://www.chiark.greenend.org.uk/~sgtatham/ipbt/>
- <https://www.chiark.greenend.org.uk/~sgtatham/ipbt/ipbt.html>


## Notes de sécurité

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

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** ipbt
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Autres enregistrements de gestionnaires de paquets

- Nix - ipbt: normalized package name match | nixpkgs package indexes: pkgs/by-name/ip/ipbt/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - ipbt: normalized package name match | MacPorts ports tree: sysutils/ipbt/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Liens liés

- [Secret-risk packages](https://www.automicvault.com/fr/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/fr/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/fr/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [cmake](https://www.automicvault.com/fr/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [bvi](https://www.automicvault.com/fr/pkg/brew/bvi/) - Shares av.db curated category or tags: cli, curses, developer-tools, terminal.
- [cgdb](https://www.automicvault.com/fr/pkg/brew/cgdb/) - Shares av.db curated category or tags: cli, curses, developer-tools, terminal.
- [ex-vi](https://www.automicvault.com/fr/pkg/brew/ex-vi/) - Shares av.db curated category or tags: cli, developer-tools, terminal, unix.
- [fzy](https://www.automicvault.com/fr/pkg/brew/fzy/) - Shares av.db curated category or tags: cli, developer-tools, terminal, unix.
- [lnav](https://www.automicvault.com/fr/pkg/brew/lnav/) - Shares av.db curated category or tags: cli, curses, developer-tools, terminal.
- [teip](https://www.automicvault.com/fr/pkg/brew/teip/) - Shares av.db curated category or tags: cli, developer-tools, terminal, unix.
- [with-readline](https://www.automicvault.com/fr/pkg/brew/with-readline/) - Shares av.db curated category or tags: cli, developer-tools, terminal, unix.
- [aha](https://www.automicvault.com/fr/pkg/brew/aha/) - Shares av.db curated category or tags: cli, developer-tools, terminal.
- [tweak](https://www.automicvault.com/fr/pkg/brew/tweak/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, terminal.
- [agedu](https://www.automicvault.com/fr/pkg/brew/agedu/) - Local package facts share a topical domain. Shared terms: cli, unix.

## Combined YAML source

View the package source record on GitHub. [combined/ipbt.yml](https://github.com/automic-vault/db/blob/main/combined/ipbt.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
