macOS
brew install stracelocal Homebrew formula metadata
brew / rank 2921
Diagnostic, instructional, and debugging tool for the Linux kernel. Version 7.1 via Homebrew; verified 2026-06-15. Also installable with debian: sudo apt install strace.
install
brew install stracelocal Homebrew formula metadata
sudo apk add straceAlpine Linux edge package indexes · strace · source: dl-cdn.alpinelinux.org
sudo apt install straceDebian stable package indexes · strace · source: deb.debian.org
sudo dnf install straceFedora Rawhide package metadata · strace · source: dl.fedoraproject.org
nix profile install nixpkgs#stracenixpkgs package indexes · pkgs/by-name/st/strace/package.nix · source: api.github.com
sudo pacman -S straceArch Linux sync databases · strace · source: geo.mirror.pkgbuild.com
sudo zypper install straceopenSUSE Tumbleweed package metadata · strace · source: download.opensuse.org
overview
Diagnostic, instructional, and debugging tool for the Linux kernel
history
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.
security posture
process tracing tool.
red risk · medium confidence · escape-surveillance-offensive
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
strace | executable | indexed executable | Discovered from the local executable index. |
strace-log-merge | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:strace |
|---|---|
| Version | 7.1 |
| Package manager | Homebrew |
| Homepage | https://strace.io/ |
| Repository | https://github.com/strace/strace |
| Last updated | 2026-06-15T19:22:18Z |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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 stracesource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.