Automic VaultAutomic Vault

brew

tmux を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install tmux

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install tmux

MacPorts ports tree · sysutils/tmux/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add tmux

Alpine Linux edge package indexes · tmux · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install tmux

Debian stable package indexes · tmux · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install tmux

Fedora Rawhide package metadata · tmux · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#tmux

nixpkgs package indexes · pkgs/by-name/tm/tmux/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S tmux

Arch Linux sync databases · tmux · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install tmux

openSUSE Tumbleweed package metadata · tmux · ソース: download.opensuse.org

概要

パッケージ概要

Terminal multiplexer

履歴

プロジェクトの歴史と使われ方

tmux is a terminal multiplexer: it lets users create, access, control, detach, and reattach multiple terminal sessions from one screen. It is one of the defining tools of modern command-line workflows, especially for developers, sysadmins, and package-manager users who keep reproducible terminal environments.

プロジェクトの歴史

Official OpenBSD documentation records tmux as started in 2007 by Nicholas Marriott, imported into OpenBSD on June 1, 2009, and first released with OpenBSD 4.6. The upstream CHANGES file records an initial CVS import on July 9, 2007, when detaching, reattaching, creating sessions, and listing sessions already worked well enough for shells, with status bar and customization still missing.

tmux's development model is unusual among popular developer tools: the tmux wiki states that OpenBSD CVS is the primary source repository and that GitHub carries the portable version, with a script applying OpenBSD commits to GitHub every few hours. This keeps tmux rooted in OpenBSD base-system practice while making it available as a portable package for other Unix-like systems.

採用の歴史

tmux grew from an OpenBSD base utility into a cross-platform terminal standard. The official README says current releases run on OpenBSD, FreeBSD, NetBSD, Linux, macOS, and Solaris, and the batch input records package names across apk, Homebrew, Debian, dnf, MacPorts, Nix, pacman, Ubuntu, and zypper.

By 2026, the GitHub repository and wiki showed a large public footprint, including tens of thousands of stars, a public issue tracker, a wiki, releases, and a tmux-users mailing list. The project remained volunteer-developed but widely relied on, with releases documented through GitHub release pages and the CHANGES file.

使われ方

tmux is used to keep long-running terminal work alive across disconnects, split a terminal into windows and panes, switch between programs, script terminal layouts, and share or inspect sessions. Its configuration files, commonly /etc/tmux.conf and ~/.tmux.conf, are central to dotfiles culture.

In the package-nerd niche, tmux is also a platform for other packages. Several packages in this same batch, including tmux-mem-cpu-load, tmux-sessionizer, and tmux-xpanes, exist because tmux exposes stable session, pane, status-line, and command interfaces that small tools can compose with.

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

tmux matters to package users because it is both an application and a substrate. It is packaged nearly everywhere, has a small and documented dependency stack, and creates an ecosystem where status monitors, pane launchers, session switchers, and dotfiles plugins can be distributed independently.

タイムライン

  • 2007: Nicholas Marriott started tmux, according to OpenBSD's innovations page.
  • 2007-07-09: Upstream CHANGES records the initial CVS import with sessions, detach, reattach, and shell use already working.
  • 2009-06-01: tmux was imported into OpenBSD.
  • 2009: tmux first shipped with OpenBSD 4.6.
  • 2026: GitHub releases page listed tmux 3.7b as the latest bug-fix release.

Related projects

  • OpenBSD is the primary upstream home for tmux development.
  • GNU screen is the older terminal-multiplexer tradition that tmux belongs beside, though tmux's official docs emphasize tmux's own client-server, sessions, windows, and panes model.
  • tmux-mem-cpu-load, tmux-sessionizer, and tmux-xpanes are package-level examples of the tmux ecosystem.

セキュリティ状態

保護ツール対応はまだ見つかっていません

tmux に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 3 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
/etc/tmux.conf~/.tmux.conf

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
tmuxcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版3.7b
マネージャ更新日2026-07-01
ローカルデータOK
上流not checked
検出された最新未検出

https://github.com/tmux/tmux

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:tmux
バージョン3.7b
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/tmux
ホームページhttps://tmux.github.io/
リポジトリhttps://github.com/tmux/tmux
上流ドキュメントhttps://github.com/tmux/tmux/wiki
ライセンスISC
ソースアーカイブhttps://github.com/tmux/tmux/releases/download/3.7b/tmux-3.7b.tar.gz
最終更新2026-07-01T22:33:19Z
Pulseupdated
依存関係libevent, ncurses, utf8proc
ビルド依存関係pkgconf
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし
注意点Example configuration has been installed to: $HOMEBREW_PREFIX/opt/tmux/share/tmux

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nametmux
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

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

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

tmux 3.5a-3

terminal multiplexer

https://github.com/tmux/tmux/wiki

sudo apt install tmux
  • Section: admin
  • Architecture: amd64
  • 5 依存関係
  • normalized package name match
  • 一致条件: Tmux
Debian stable package indexes · deb.debian.org · Debian stable package indexes: tmux from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

tmux

nix profile install nixpkgs#tmux
  • normalized package name match
  • 一致条件: Tmux
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/tm/tmux/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

tmux 3.4-1build1

terminal multiplexer

https://tmux.github.io/

sudo apt install tmux
  • Section: admin
  • Architecture: amd64
  • 5 依存関係
  • normalized package name match
  • 一致条件: Tmux
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: tmux from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

tmux 3.6b-r0

Tool to control multiple terminals from a single terminal

https://tmux.github.io

sudo apk add tmux
  • License: ISC
  • Architecture: x86_64
  • Source Package: tmux
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Tmux
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: tmux from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

tmux-doc 3.6b-r0

Tool to control multiple terminals from a single terminal (documentation)

https://tmux.github.io

sudo apk add tmux-doc
  • License: ISC
  • Architecture: x86_64
  • Source Package: tmux
  • normalized package name match
  • 一致条件: Tmux
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: tmux-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

tmux 3.6b-1.fc45

A terminal multiplexer

https://tmux.github.io/

sudo dnf install tmux
  • License: ISC AND BSD-2-Clause AND BSD-3-Clause AND SSH-short AND LicenseRef-Fedora-Public-Domain
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: tmux
  • 9 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Tmux
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: tmux from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

tmux 3.6_b-2

Terminal multiplexer

https://github.com/tmux/tmux/wiki

sudo pacman -S tmux
  • License: BSD
  • Architecture: x86_64
  • 7 依存関係
  • normalized package name match
  • 一致条件: Tmux
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: tmux from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

tmux 3.6b-1.1

Terminal multiplexer

https://tmux.github.io/

sudo zypper install tmux
  • License: ISC AND BSD-3-Clause AND BSD-2-Clause
  • Category: System/Console
  • Architecture: x86_64
  • Source Package: tmux
  • 7 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Tmux
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: tmux from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

tmux

sudo port install tmux
  • normalized package name match
  • 一致条件: Tmux
MacPorts ports tree · api.github.com · MacPorts ports tree: sysutils/tmux/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment