pkg.soopen package index

brew / rank 920

Install xauth with Homebrew, apk, apt, MacPorts, Nix, zypper, dnf

X.Org Applications: xauth. Version 1.1.5 via Homebrew; verified from local package data. Also installable with debian: sudo apt install xauth.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install xauth

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install xauth

MacPorts ports tree · x11/xauth/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add xauth

Alpine Linux edge package indexes · xauth · source: dl-cdn.alpinelinux.org

Debian aptverified · 92%
sudo apt install xauth

Debian stable package indexes · xauth · source: deb.debian.org

Nixverified · 92%
nix profile install nixpkgs#xauth

nixpkgs package indexes · pkgs/by-name/xa/xauth/package.nix · source: api.github.com

openSUSE zypperverified · 92%
sudo zypper install xauth

openSUSE Tumbleweed package metadata · xauth · source: download.opensuse.org

Fedora dnfverified · 92%
sudo dnf install xorg-x11-xauth

Fedora Rawhide package metadata · xorg-x11-xauth · source: dl.fedoraproject.org

overview

Package summary

X.Org Applications: xauth

Commands and aliases

  • xauth

history

Project history and usage

xauth is the X.Org X authority file utility. It edits and displays the authorization records used when X clients connect to an X server, especially records stored in the user's X authority file.

Project history

The xauth manual credits Jim Fulton of the MIT X Consortium as author, placing the utility in the long-running X11 security and display-access toolchain. The current upstream project is maintained as an X.Org application under freedesktop.org, where the GitLab project describes it as the 'X authority file utility.'

xauth was carried into the modular X.Org application set. X.Org's public release pages describe the post-X11R7.7 model in which individual modules are released independently, and the xauth repository follows that model with standalone tags such as xauth-1.0.3 in 2008 and later 1.1.x releases.

Adoption history

xauth became infrastructure rather than an end-user application: display managers, startx workflows, remote shells, and administrators use authority records so X clients can prove they are allowed to connect. Its persistence across X.Org releases, Unix distributions, and macOS X11 environments follows from that role.

The GitLab project shows the repository under the xorg/app namespace, and the mirrored cgit page lists a long X.Org history, older XFree86-era tags, and recent xauth release tags through xauth-1.1.5 in December 2025.

How it is used

The manual describes xauth commands such as add, generate, extract, merge, list, and remove. A typical remote workflow is to extract the record for the current DISPLAY and merge it on another host, as in the manual's ssh pipeline example.

xauth normally uses the file named by XAUTHORITY, falling back to $HOME/.Xauthority. It does not usually create the first authority entry itself; the program that starts the X server, such as xdm or startx, usually does that.

Why package nerds care

For package maintainers and Unix users, xauth is the tiny command that makes X11 forwarding and cross-user X sessions understandable and scriptable. It is one of those small X.Org packages whose value is disproportionate to its size because many remote-GUI workflows fail without a correct authority file.

Timeline

  • MIT X Consortium era: xauth is authored as the X authority file utility by Jim Fulton.
  • 2008: xauth 1.0.3 is announced on xorg-announce as an individual X.Org app release.
  • 2012: X11R7.7 is released; X.Org later continues mostly with independent module releases.
  • 2018: The freedesktop.org GitLab project page records creation of the xorg/app/xauth project.
  • 2025: The cgit mirror lists xauth-1.1.4 and xauth-1.1.5 release tags.

Related projects

  • The xauth manual points to X(7), Xsecurity(7), xhost(1), Xserver(1), xdm(1), startx(1), and Xau(3). In practice, xauth sits beside these X11 access-control and session-startup tools.

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew bottle metadata was recorded.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
$XAUTHORITY~/.Xauthority

executables

Installed executables

CommandKindExposureNote
xauthexecutableindexed executableDiscovered from the local executable index.

freshness

Version and 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.

page generated2026-08-03
manager version1.1.5
manager updated
local dataunknown
upstreamnot available
latest detectednot detected
  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:xauth
Version1.1.5
Package managerHomebrew
Homepagehttps://www.x.org/
Bottlenot recorded
Servicenone declared

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

xauth 1:1.1.2-1.1

X authentication utility

sudo apt install xauth
  • Section: x11
  • Architecture: amd64
  • 5 dependencies
  • normalized package name match
  • Matched by: Xauth
Debian stable package indexes · deb.debian.org · Debian stable package indexes: xauth from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

xauth

nix profile install nixpkgs#xauth
  • normalized package name match
  • Matched by: Xauth
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/xa/xauth/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

xauth 1:1.1.2-1build1

X authentication utility

sudo apt install xauth
  • Section: x11
  • Architecture: amd64
  • 5 dependencies
  • normalized package name match
  • Matched by: Xauth
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: xauth from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

xauth 1.1.5-r0

X.Org authorization settings program

https://xorg.freedesktop.org/

sudo apk add xauth
  • License: custom
  • Architecture: x86_64
  • Source Package: xauth
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Xauth
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: xauth from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

xauth-doc 1.1.5-r0

X.Org authorization settings program (documentation)

https://xorg.freedesktop.org/

sudo apk add xauth-doc
  • License: custom
  • Architecture: x86_64
  • Source Package: xauth
  • normalized package name match
  • Matched by: Xauth
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: xauth-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

xorg-x11-xauth 1.1.5-6.fc45

X.Org X11 X authority utilities

https://www.x.org

sudo dnf install xorg-x11-xauth
  • License: MIT-open-group
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: xorg-x11-xauth
  • 6 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Xauth
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: xorg-x11-xauth from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
zypper95%

xauth 1.1.5-1.5

Utility to edit and display the X authorization information

https://xorg.freedesktop.org/

sudo zypper install xauth
  • License: MIT
  • Category: System/X11/Utilities
  • Architecture: x86_64
  • Source Package: xauth
  • 5 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Xauth
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: xauth from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
MacPorts95%

xauth

sudo port install xauth
  • normalized package name match
  • Matched by: Xauth
MacPorts ports tree · api.github.com · MacPorts ports tree: x11/xauth/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

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