Automic VaultAutomic Vault

brew

使用 Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper 安装 tmux

查看 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 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。

安装行为

  • 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

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • 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