# byobu mit Homebrew, apk, apt, dnf, MacPorts, Nix, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für byobu in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install byobu
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install byobu
```

  Evidenz: 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
```

  Evidenz: 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
```

  Evidenz: 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
```

  Evidenz: 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
```

  Evidenz: 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
```

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

## Paketfakten

- **Paketschlüssel:** brew:byobu
- **Paketmanager:** Homebrew
- **Version:** 7.15
- **Quellzusammenfassung:** Text-based window manager and terminal multiplexer
- **Homepage:** <https://byobu.org>
- **Repository:** <https://github.com/dustinkirkland/byobu>
- **Zuletzt aktualisiert:** 2026-07-09T01:29:19Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

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

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 7.15
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

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

### Quellen

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


## Sicherheitshinweise

generalized runtime or code generation signal.

- **Geiger-Risiko:** yellow / mittel
- 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
## Andere Paketmanager-Einträge

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


## Quellen

- 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
