# 使用 Homebrew, apk, apt, dnf, MacPorts, Nix, zypper 安装 byobu

查看 byobu 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:byobu
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install byobu
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install byobu
```

  证据: MacPorts ports tree: sysutils/byobu/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add byobu
```

  证据: Alpine Linux edge package indexes: byobu from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install byobu
```

  证据: Debian stable package indexes: byobu from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install byobu
```

  证据: Fedora Rawhide package metadata: byobu from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#byobu
```

  证据: nixpkgs package indexes: pkgs/by-name/by/byobu/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install byobu
```

  证据: openSUSE Tumbleweed package metadata: byobu from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## 软件包事实

- **软件包键:** brew:byobu
- **软件包管理器:** Homebrew
- **版本:** 7.15
- **来源摘要:** Text-based window manager and terminal multiplexer
- **主页:** <https://byobu.org>
- **仓库:** <https://github.com/dustinkirkland/byobu>
- **最后更新:** 2026-07-09T01:29:19Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- byobu (别名)
- byobu-config (别名)
- byobu-ctrl-a (别名)
- byobu-disable (别名)
- byobu-disable-prompt (别名)
- byobu-enable (别名)
- byobu-enable-prompt (别名)
- byobu-export (别名)
- byobu-janitor (别名)
- byobu-keybindings (别名)
- byobu-launch (别名)
- byobu-launcher (别名)
- byobu-launcher-install (别名)
- byobu-launcher-uninstall (别名)
- byobu-layout (别名)
- byobu-prompt (别名)
- byobu-quiet (别名)
- byobu-reconnect-sockets (别名)
- byobu-screen (别名)
- byobu-select-backend (别名)
- byobu-select-profile (别名)
- byobu-select-session (别名)
- byobu-shell (别名)
- byobu-silent (别名)
- byobu-status (别名)
- byobu-status-detail (别名)
- byobu-tmux (别名)
- byobu-ugraph (别名)
- byobu-ulevel (别名)
- col1 (别名)
- ctail (别名)
- manifest (别名)
- purge-old-kernels (别名)
- trustmux (别名)
- trustmuxd (别名)
- vigpg (别名)
- wifi-status (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 7.15
## 项目历史与用法

Byobu is a GPLv3 terminal workspace layer for GNU Screen and tmux. It began as an Ubuntu Server-oriented set of enhancements around GNU Screen and grew into a portable session-management tool with status notifications, keybindings, profiles, and configuration helpers.

### 项目历史

The upstream README describes Byobu as originally designed to make the plain but practical GNU Screen experience more elegant for the Ubuntu server distribution. Later releases added support for tmux while keeping Screen support, which made Byobu less a single multiplexer and more a curated terminal environment.

Dustin Kirkland is listed by the project as the primary author, with Nick Barcet, Raphael Pinson, and Derek Carter credited as emeritus authors. The project has long lived in the Ubuntu and Launchpad ecosystem while also accepting contributions through its GitHub repository.

### 采用历史

Byobu became familiar to Ubuntu Server users because it packaged multiplexer defaults, status lines, and helper commands into a batteries-included command. Its presence across Homebrew, Debian, Ubuntu, Fedora, Alpine, MacPorts, Nix, and openSUSE packaging shows that the tool escaped its Ubuntu origin and became a general Unix terminal convenience.

Its adoption is tied to users who wanted persistent remote sessions without hand-maintaining large Screen or tmux configuration files. Byobu's value was not inventing multiplexing, but standardizing a useful opinionated profile that distributions could ship.

### 使用方式

Users typically launch `byobu` to start or attach to a managed Screen or tmux session, then use Byobu's keybindings and status widgets for windows, system information, and session control. The bundled commands such as `byobu-config`, `byobu-select-backend`, `byobu-enable`, and `byobu-disable` make it scriptable and friendly to login-shell workflows.

The documented configuration search path uses `$BYOBU_CONFIG_DIR`, `$XDG_CONFIG_HOME/byobu`, and `~/.byobu`, so package users can keep personal status, keybinding, and backend preferences outside the system installation.

### 为什么软件包爱好者会关心

Byobu matters in package-manager culture because it is a wrapper that made two already-packaged workhorses, Screen and tmux, feel like a coherent product. It is the kind of package server people install immediately after provisioning a host because it smooths daily SSH work.

It is also a good example of distro-born tooling becoming cross-platform: an Ubuntu Server nicety that Homebrew and other Unix package ecosystems carry because the workflow is useful everywhere.

### 时间线

- 2008: Byobu emerges from Ubuntu Server work around enhanced GNU Screen profiles.
- 2009: The project is known publicly as Byobu and shipped broadly in Ubuntu-era server workflows.
- 2011: tmux support becomes central enough that Byobu is described as supporting both GNU Screen and tmux.
- 2023: The upstream README still presents Byobu as a maintained cross-distribution multiplexer layer for Linux, BSD, and macOS.

### Related projects

- GNU Screen is the original terminal multiplexer Byobu enhanced.
- tmux is the modern multiplexer backend Byobu also supports.
- Ubuntu Server and Launchpad are part of Byobu's historical packaging and contribution context.

### 来源

- <https://byobu.org/>
- <https://github.com/dustinkirkland/byobu/blob/master/README.md>
- source_facts.package-manager


## 安全说明

generalized runtime or code generation signal.

- **Geiger 风险:** yellow / 中
- generalized runtime or code generation signal


## 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

- Unix: $BYOBU_CONFIG_DIR, $XDG_CONFIG_HOME/byobu, ~/.byobu
## 其他软件包管理器记录

- Debian apt - byobu - 5.133-1.1: normalized package name match | Debian stable package indexes: byobu from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | text window manager, shell multiplexer, integrated DevOps environment | http://byobu.org
- Nix - byobu: normalized package name match | nixpkgs package indexes: pkgs/by-name/by/byobu/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - byobu - 6.11-0ubuntu1: normalized package name match | Ubuntu 24.04 LTS package indexes: byobu from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | text window manager, shell multiplexer, integrated DevOps environment | https://byobu.org
- apk - byobu - 7.15-r0: normalized package name match | Alpine Linux edge package indexes: byobu from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | An enhancement of the GNU Screen | https://byobu.org
- apk - byobu-doc - 7.15-r0: normalized package name match | Alpine Linux edge package indexes: byobu-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | An enhancement of the GNU Screen (documentation) | https://byobu.org
- dnf - byobu - 7.15-2.fc45: normalized package name match | Fedora Rawhide package metadata: byobu from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Light-weight, configurable window manager built upon GNU screen | https://github.com/dustinkirkland/byobu
- zypper - byobu - 6.15-1.3: normalized package name match | openSUSE Tumbleweed package metadata: byobu from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Enhanced profile and configuration utilities for GNU Screen and tmux | https://byobu.org/
- zypper - byobu-doc - 6.15-1.3: normalized package name match | openSUSE Tumbleweed package metadata: byobu-doc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Documentation files for byobu | https://byobu.org/
- MacPorts - byobu: normalized package name match | MacPorts ports tree: sysutils/byobu/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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


## 来源

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