macOS
brew install xwininfolocal Homebrew formula metadata
sudo port install xwininfoMacPorts ports tree · x11/xwininfo/Portfile · source: api.github.com
brew / rank 9570
Print information about windows on an X server. Version 1.1.7 via Homebrew; verified 2026-07-19. Also installable with nix: nix profile install nixpkgs#xwininfo.
install
brew install xwininfolocal Homebrew formula metadata
sudo port install xwininfoMacPorts ports tree · x11/xwininfo/Portfile · source: api.github.com
sudo apk add xwininfoAlpine Linux edge package indexes · xwininfo · source: dl-cdn.alpinelinux.org
sudo dnf install xwininfoFedora Rawhide package metadata · xwininfo · source: dl.fedoraproject.org
nix profile install nixpkgs#xwininfonixpkgs package indexes · pkgs/by-name/xw/xwininfo/package.nix · source: api.github.com
sudo zypper install xwininfoopenSUSE Tumbleweed package metadata · xwininfo · source: download.opensuse.org
overview
Print information about windows on an X server
history
xwininfo is the X.Org command-line utility for inspecting X windows. It prints selected window attributes such as id, geometry, depth, visual, children, window-manager hints, shape data, events, and recursive window trees.
xwininfo belongs to the classic X11 application/tool set rather than to a separately branded application lineage. Its current X.Org README describes it plainly as a program that prints information about windows on an X server, with primary development in the xorg/app/xwininfo repository and questions directed to the Xorg mailing list.
The public cgit history shows the modern standalone module rooted in X.Org's early-2000s source imports: an X.Org baseline commit in 2003, XFree86 vendor imports in 2004, modular build-system work in 2005, and X11R7 packaging updates as X.Org split the monolithic tree into independently released modules.
Because xwininfo's job is to interrogate X server window state, its history follows X11's debugging culture: small tools such as xwininfo, xprop, xev, xlsclients, and xdpyinfo expose protocol and window-manager details that desktop users normally never see.
xwininfo is widely packaged because it is basic X11 diagnostic equipment. Distributions ship it either as its own X.Org app package or as part of grouped X utilities; users reach for it when they need a window id, geometry, root-window data, child tree, or details for scripting around X clients.
Its adoption persists even as Wayland desktops grow, because Xwayland, remote X11, legacy window managers, CI display tests, and old Unix desktops still need simple command-line inspection of X windows.
Without an id or name, xwininfo lets the user click a target window and then prints default stats. Common scripted forms include `xwininfo -id 0x...`, `xwininfo -root`, `xwininfo -tree -root`, `xwininfo -name TITLE`, and `xwininfo -all` for a broader dump.
The manpage documents options for children/tree traversal, geometry and size, bits, events, window-manager hints, shape extension data, root-window inspection, and integer-vs-hex window ids.
xwininfo is a package-nerd staple because it is one of the smallest ways to see the X server's model directly. It turns invisible protocol objects into text, which makes it useful in packaging tests, bug reports, shell scripts, window-manager debugging, and support docs.
It also illustrates the X.Org modularization story: a once-monolithic X utility became an independently versioned app module with its own repository, releases, and downstream package recipes.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
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 |
|---|---|---|---|
xwininfo | 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:xwininfo |
|---|---|
| Version | 1.1.7 |
| Package manager | Homebrew |
| Homepage | https://gitlab.freedesktop.org/xorg/app/xwininfo |
| Last updated | 2026-07-19T21:12:39Z |
| 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.
xwininfo
nix profile install nixpkgs#xwininfoxwininfo 1.1.6-r0
Window information utility for X
https://cgit.freedesktop.org/xorg/app/xwininfo
sudo apk add xwininfoxwininfo-doc 1.1.6-r0
Window information utility for X (documentation)
https://cgit.freedesktop.org/xorg/app/xwininfo
sudo apk add xwininfo-docxwininfo 1.1.7-2.fc45
X window info utility
sudo dnf install xwininfoxwininfo 1.1.7-1.2
Window information utility for X
sudo zypper install xwininfoxwininfo
sudo port install xwininfosource 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.