pkg.soopen package index

brew / 順位 6451

ttyrec を Homebrew, apt, MacPorts でインストール

ttyrec のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install ttyrec

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install ttyrec

MacPorts ports tree · sysutils/ttyrec/Portfile · ソース: api.github.com

Linux

Debian apt確認済み · 92%
sudo apt install ttyrec

Debian stable package indexes · ttyrec · ソース: deb.debian.org

概要

パッケージ概要

Terminal interaction recorder and player

コマンドとエイリアス

  • ttyplay
  • ttyrec
  • ttytime

履歴

プロジェクトの歴史と使われ方

ttyrec is a tty recorder and playback tool for terminal sessions. The official page says recorded data can be replayed with `ttyplay`, and describes ttyrec as derived from the Unix `script` command with added timing information at microsecond accuracy.

プロジェクトの歴史

The official 0xcc page records ttyrec 1.0 as released on 2000-12-27, calling it the first version. The same page was last modified in 2006 and lists ttyrec 1.0.8 as the 2006-06-11 release.

ttyrec's model was deliberately small: record terminal bytes plus timing, then play them back. The page says it can record programs running on a tty such as Emacs in terminal mode, vi, lynx, or arbitrary tty programs.

採用の歴史

The official page links a tarball, RPM packages, and CVS, and the supplied package facts show continued packaging in Homebrew, Debian, MacPorts, and Ubuntu.

The project also seeded a small ecosystem around terminal recording. The official links list IPBT, TTYPLAYER, Term::TtyRec, x11rec, and related experiments; ttygif later used ttyrec files as its input format.

使われ方

The basic documented workflow is `ttyrec` to record an interactive shell, `ttyrec -e command` to record a specific command, and `ttyplay ttyrecord` to replay the result. Playback can be sped up, slowed down, reset to normal speed, or watched in real time with `ttyplay -p`.

The official page also documents `ttytime` for measuring recorded data duration, gzip/gunzip handling for large recordings, a uuencode-based file-transfer option, and an inetd-based `ttyplay` server for serving recordings over telnet.

パッケージ好きにとっての重要性

ttyrec is historically significant because it is one of the compact ancestors of terminal demo tooling: before browser terminals and asciinema-style casts, it gave Unix users a packageable format for recording and replaying terminal work.

For package maintainers, it remains a small C utility with multiple executables (`ttyrec`, `ttyplay`, and `ttytime`) and a long tail of dependent or adjacent tools, especially converters and web players.

タイムライン

  • 2000: ttyrec 1.0 released as the first version.
  • 2003: TTYPLAYER added to the official links.
  • 2005: IPBT added to the official links.
  • 2006: ttyrec 1.0.8 released with a playback time-drift reduction hack.

Related projects

  • The official page lists IPBT, TTYPLAYER, Term::TtyRec, x11rec, and chatty as related links.
  • ttygif is a later converter that uses ttyrec recordings as input.

セキュリティ状態

リスクレベル: blue

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

リスク分類器

リスク blue · 信頼度 中 · tool

理由

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

信号

  • text:record

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
ttyplay実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
ttyrec実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
ttytime実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-08-03
マネージャ版1.0.8
マネージャ更新日2026-07-18
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:ttyrec
バージョン1.0.8
パッケージマネージャHomebrew
ホームページhttp://0xcc.net/ttyrec/
最終更新2026-07-18T21:12:51-04:00
Pulseupdated
Bottle未記録
サービス宣言なし

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

ttyrec 1.1.7.1-1

Terminal interaction recorder and player (for tty)

https://github.com/ovh/ovh-ttyrec

sudo apt install ttyrec
  • Section: misc
  • Architecture: amd64
  • 2 依存関係
  • normalized package name match
  • 一致条件: Ttyrec
Debian stable package indexes · deb.debian.org · Debian stable package indexes: ttyrec from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt95%

ttyrec 1.0.8-5.1

Terminal interaction recorder and player (for tty)

sudo apt install ttyrec
  • Section: universe/misc
  • Architecture: amd64
  • 1 依存関係
  • normalized package name match
  • 一致条件: Ttyrec
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: ttyrec from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
MacPorts95%

ttyrec

sudo port install ttyrec
  • normalized package name match
  • 一致条件: Ttyrec
MacPorts ports tree · api.github.com · MacPorts ports tree: sysutils/ttyrec/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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