# tuios mit Homebrew, apk, Nix installieren

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

## Installation

```sh
sudo av install brew:tuios
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install tuios
```

  Evidenz: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add tuios
```

  Evidenz: Alpine Linux edge package indexes: tuios from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#tuios
```

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

## Paketfakten

- **Paketschlüssel:** brew:tuios
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/tuios>
- **Version:** 0.7.0
- **Quellzusammenfassung:** Terminal UI OS (Terminal Multiplexer)
- **Homepage:** <https://tuios.gaurav.zip/>
- **Repository:** <https://github.com/Gaurav-Gosain/tuios>
- **Upstream-Dokumentation:** <https://tuios.gaurav.zip/>
- **Lizenz:** MIT
- **Quellarchiv:** <https://github.com/Gaurav-Gosain/tuios/archive/refs/tags/v0.7.0.tar.gz>
- **Zuletzt aktualisiert:** 2026-07-27T22:04:07+02:00
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- tuios (cli)
- tuios (Alias)

## Build-Abhängigkeiten

- go

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 0.7.0
- Manager aktualisiert: 2026-07-27
- lokale Daten: OK
- Upstream-Repository: https://github.com/Gaurav-Gosain/tuios
- neueste erkannte Version: v0.7.0 (aktuell)
## Projektgeschichte und Nutzung

TUIOS is a modern terminal multiplexer and terminal window manager written in Go. Its README frames it as a "Terminal UI Operating System" built on the Charm terminal stack, combining tmux-like persistence, vim-like modal control, BSP tiling, graphics passthrough, command palettes, and automation in one terminal application.

### Projektgeschichte

The project belongs to the post-tmux wave of terminal UX tools that treat the terminal as a graphical workspace rather than only a pane splitter. Official documentation emphasizes event-driven rendering, Bubble Tea v2, Lipgloss v2, Kitty graphics support, sixel support, scrollback browsing, daemon sessions, and layout templates.

The README's v0.7.0 section describes a notable architecture overhaul: PTY output signals rendering instead of a fixed-rate ticker, graphics are batched with the render cycle, and image IDs are reused to reduce flicker. That history shows the project evolving from a multiplexer into a terminal protocol and rendering experiment.

### Adoptionsgeschichte

Official installation instructions include Homebrew for macOS and Linux, AUR, Nix, Go install, Docker, a shell installer, and GitHub releases with prebuilt binaries. The README also displays a Terminal Trove Tool of the Week badge, pointing to discovery through terminal-tool communities rather than only through language package registries.

The input package facts record Homebrew, apk, and Nix packaging, which fits the tool's niche: developers who curate terminal environments and want their multiplexer available through the same package managers as shells, prompts, editors, and terminal emulators.

### Wie es verwendet wird

Users launch `tuios`, create panes and workspaces, switch between window-management and terminal modes, open a command palette, use a Ctrl-B-style prefix, save and load layouts, run persistent daemon sessions, and automate terminal workflows through tape scripting.

The configuration guide documents TOML configuration at `~/.config/tuios/config.toml` or `$XDG_CONFIG_HOME/tuios/config.toml`, including custom keybindings, appearance settings, and commands to find, edit, list, and reset configuration.

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

TUIOS is significant to package nerds as a high-churn terminal workspace tool that bundles ideas from tmux, vim, i3-style tiling, Kitty, Ghostty, WezTerm, and the Charm Go ecosystem. Its package-manager spread makes it easy to test alongside established multiplexers without replacing a user's whole terminal stack.

### Zeitleiste

- v0.7.0 README section: Documents architecture and performance work around event-driven rendering and graphics passthrough.
- Current README: Documents Homebrew, AUR, Nix, Go install, Docker, install script, and GitHub release distribution.
- Current configuration guide: Documents XDG-style TOML configuration.

### Related projects

- tmux is the closest operational comparison for sessions, panes, prefix keys, and detach/reattach workflows.
- vim and i3-style BSP tiling influence the modal window-management model.
- Bubble Tea, Lipgloss, Kitty, Ghostty, and WezTerm are named by the README as ecosystem influences or supported terminal protocol surfaces.

### Quellen

- <https://github.com/Gaurav-Gosain/tuios README: positioning, architecture, features, v0.7.0 notes, installation methods.>
- <https://github.com/Gaurav-Gosain/tuios/blob/main/docs/CONFIGURATION.md: XDG TOML configuration path and commands.>
- input source_facts.package-manager: Homebrew, apk, and Nix package coverage.


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals


## 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: ~/.config/tuios/config.toml, $XDG_CONFIG_HOME/tuios/config.toml
## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** tuios
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Andere Paketmanager-Einträge

- Nix - tuios: normalized package name match | nixpkgs package indexes: pkgs/by-name/tu/tuios/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - tuios - 0.6.0-r5: normalized package name match | Alpine Linux edge package indexes: tuios from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Terminal UI OS (Terminal Multiplexer) | https://tuios.gaurav.zip
- apk - tuios-doc - 0.6.0-r5: normalized package name match | Alpine Linux edge package indexes: tuios-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Terminal UI OS (Terminal Multiplexer) (documentation) | https://tuios.gaurav.zip


## Verwandte Links

- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Archive and compression packages](https://pkg.so/de/archive-compression-tools/) - Matched archive or compression metadata.
- [Networking and protocol packages](https://pkg.so/de/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Productivity CLI packages](https://pkg.so/de/productivity-cli-packages/) - Matched curated productivity category metadata from av.db.
- [go](https://pkg.so/de/brew/go/) - Build dependency declared by Homebrew.
- [yazi](https://pkg.so/de/brew/yazi/) - Shares pkgdb curated category or tags: cli, productivity, tui.
- [zellij](https://pkg.so/de/brew/zellij/) - Shares pkgdb curated category or tags: cli, productivity, terminal-multiplexer.
- [gogcli](https://pkg.so/de/brew/gogcli/) - Shares pkgdb curated category or tags: automation, cli, productivity.
- [midnight-commander](https://pkg.so/de/brew/midnight-commander/) - Shares pkgdb curated category or tags: cli, productivity, tui.
- [googleworkspace-cli](https://pkg.so/de/brew/googleworkspace-cli/) - Shares pkgdb curated category or tags: automation, cli, productivity.
- [tmuxinator](https://pkg.so/de/brew/tmuxinator/) - Shares pkgdb curated category or tags: automation, cli, productivity.
- [superfile](https://pkg.so/de/brew/superfile/) - Shares pkgdb curated category or tags: cli, productivity, tui.
- [lf](https://pkg.so/de/brew/lf/) - Shares pkgdb curated category or tags: cli, productivity, tui.
- [byobu](https://pkg.so/de/brew/byobu/) - Local package facts share a topical domain. Shared terms: cli, manager, multiplexer, productivity, terminal.
- [dooit](https://pkg.so/de/brew/dooit/) - Local package facts share a topical domain. Shared terms: cli, manager, productivity, terminal, tui.
- [elio](https://pkg.so/de/brew/elio/) - Local package facts share a topical domain. Shared terms: cli, manager, productivity, terminal, tui.

## Combined YAML source

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


## Quellen

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