macOS
brew install stracelocal Homebrew formula metadata
brew / 順位 2921
strace のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install stracelocal Homebrew formula metadata
sudo apk add straceAlpine Linux edge package indexes · strace · ソース: dl-cdn.alpinelinux.org
sudo apt install straceDebian stable package indexes · strace · ソース: deb.debian.org
sudo dnf install straceFedora Rawhide package metadata · strace · ソース: dl.fedoraproject.org
nix profile install nixpkgs#stracenixpkgs package indexes · pkgs/by-name/st/strace/package.nix · ソース: api.github.com
sudo pacman -S straceArch Linux sync databases · strace · ソース: geo.mirror.pkgbuild.com
sudo zypper install straceopenSUSE Tumbleweed package metadata · strace · ソース: download.opensuse.org
概要
Diagnostic, instructional, and debugging tool for the Linux kernel
履歴
strace is the standard Linux command-line tool for tracing system calls and signals. It is central to Unix debugging culture because it turns opaque process behavior into a readable syscall transcript.
The strace manual history says the original program was written by Paul Kranenburg for SunOS and inspired by Sun's trace utility. Branko Lankester ported it to Linux and added Linux kernel support, and Rick Sladkey merged the SunOS and Linux lines in 1993 before adding SVR4, Solaris, and Irix work.
Maintenance later moved through Wichert Akkerman in 1996, Roland McGrath in 2002, and Dmitry Levin from 2009. The manual records major platform work across Linux architectures, a migration to Git, and the eventual removal of non-Linux code after the 4.6 release.
strace is packaged across mainstream Unix-like package managers in the supplied source facts, including Homebrew, Debian, Fedora, Arch, Alpine, Nix, Ubuntu, and openSUSE.
Its adoption is tied less to a framework ecosystem and more to everyday operational debugging: when a binary cannot open a file, hangs on a socket, sees unexpected permissions, or makes surprising syscalls, strace is the small tool users install first.
The man page describes tracing a new command, attaching to an existing process with -p, filtering syscall sets, tracing paths, dumping selected file descriptor I/O, collecting timing summaries, printing timestamps, decoding file descriptors, and injecting syscall faults.
Package users commonly install it as a rescue and diagnosis tool on Linux hosts, containers, CI images, and development machines.
strace is package-nerd significant because it explains package failures at the syscall layer: missing shared libraries, wrong config paths, permission problems, sandbox behavior, and network or filesystem assumptions become visible without rebuilding the program.
It is also a fixture of minimal debugging toolbelts. Even users who do not develop strace depend on distributions keeping its syscall tables current with the Linux kernel.
セキュリティ状態
process tracing tool.
リスク red · 信頼度 中 · escape-surveillance-offensive
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
strace | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
strace-log-merge | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:strace |
|---|---|
| バージョン | 7.1 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://strace.io/ |
| リポジトリ | https://github.com/strace/strace |
| 最終更新 | 2026-06-15T19:22:18Z |
| Pulse | updated |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
strace 6.13+ds-1
System call tracer
sudo apt install stracestrace
nix profile install nixpkgs#stracestrace 6.8-0ubuntu2
System call tracer
sudo apt install stracestrace 6.19-r1
Diagnostic, debugging and instructional userspace tracer
sudo apk add stracestrace-dbg 6.19-r1
Diagnostic, debugging and instructional userspace tracer (debug symbols)
sudo apk add strace-dbgstrace-doc 6.19-r1
Diagnostic, debugging and instructional userspace tracer (documentation)
sudo apk add strace-docstrace 7.1-1.fc45
Tracks and displays system calls associated with a running process
sudo dnf install stracestrace 7.0-1
A diagnostic, debugging and instructional userspace tracer
sudo pacman -S stracestrace 7.1-2.3
A utility to trace the system calls of a program
sudo zypper install straceソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.