# xtitle を Homebrew, apk, apt, Nix でインストール

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

## インストール

```sh
sudo av install brew:xtitle
```

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

### macOS

- Homebrew (100%):

```sh
brew install xtitle
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add xtitle
```

  証拠: Alpine Linux edge package indexes: xtitle from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install xtitle
```

  証拠: Debian stable package indexes: xtitle from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#xtitle
```

  証拠: nixpkgs package indexes: pkgs/by-name/xt/xtitle/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:xtitle
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.0.4
- **ソース概要:** Set window title and icon for your X terminal
- **ホームページ:** <https://kinzler.com/me/xtitle/>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- xtctl (エイリアス)
- xtitle (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.0.4
## プロジェクトの歴史と使われ方

xtitle is a compact shell-script utility for setting the window title and icon name of an xterm or xterm-like terminal by emitting the appropriate xterm control sequence.

### プロジェクトの歴史

Stephen B. Kinzler's page describes xtitle as a tool so straightforward he originally would not have expected to package it, but it escaped into wider use and was given a man page, Imakefile, and companion `xtctl` script. The copyright span starts in 1993, and the manpage author line records updates in 1993, 1998, 2000, and 2009.

### 採用の歴史

xtitle spread because xterm title escape sequences are useful but annoying to remember. It appears in distro package sets mostly as a tiny convenience command for shell prompts, scripts, and users who keep many terminal windows open.

### 使われ方

Run `xtitle build logs`, `xtitle -t name`, or `xtitle -i icon-name` inside an xterm-like terminal to update the window title and/or icon name. The tool prints OSC title-control sequences rather than talking to Xlib directly.

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

xtitle is a tiny-package example: a one-purpose script became package-worthy because it captured a common X11 terminal idiom, documented it, and made it portable enough for package managers to ship.

### タイムライン

- 1993: xtitle's copyright and manpage history begin.
- 1998: Manpage author line records a November 1998 update.
- 2000: Manpage author line records a March 2000 update.
- 2009: Manpage author line records a December 2009 update; current manual page reports version 1.0.4.
- 2014: Upstream page copyright range extends through 2014.

### Related projects

- xterm: the terminal whose title/icon-name control sequences xtitle emits.
- dtterm: listed by the manpage as another terminal known to work.
- xtermcontrol: a broader command-line controller for xterm properties.

### ソース

- <https://kinzler.com/me/xtitle/>
- <https://kinzler.com/me/xtitle/src/xtitle.html>
- <https://kinzler.com/me/xtitle/src/xtitle.man>
- <https://tldp.org/HOWTO/Xterm-Title-3.html>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

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

- Debian apt - xtitle - 1.0.4-1: normalized package name match | Debian stable package indexes: xtitle from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | set window title and icon name for X terminal | https://kinzler.com/me/xtitle/
- Nix - xtitle: normalized package name match | nixpkgs package indexes: pkgs/by-name/xt/xtitle/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - xtitle - 1.0.4-1: normalized package name match | Ubuntu 24.04 LTS package indexes: xtitle from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | set window title and icon name for X terminal | https://kinzler.com/me/xtitle/
- apk - xtitle - 0.4.4-r2: normalized package name match | Alpine Linux edge package indexes: xtitle from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Outputs X window titles | https://github.com/baskerville/xtitle


## Combined YAML source

View the package source record on GitHub. [combined/xtitle.yml](https://github.com/mxcl/pkgdb/blob/main/combined/xtitle.yml)


## ソース

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