# Installer gitmux avec Homebrew, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de gitmux pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:gitmux
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install gitmux
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#gitmux
```

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

## Faits du paquet

- **Clé du paquet:** brew:gitmux
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.11.5
- **Résumé source:** Git status in tmux status bar
- **Page d'accueil:** <https://github.com/arl/gitmux>
- **Dépôt:** <https://github.com/arl/gitmux>
- **Dernière mise à jour:** 2026-07-27T14:57:49+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- gitmux (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.11.5
## Historique du projet et usages

gitmux is a small Go command-line tool that renders Git working-tree state for the tmux status bar. Its role is deliberately narrow: it turns branch, divergence, staged, modified, untracked, stash, and cleanliness information into tmux format strings.

### Historique du projet

The GitHub repository was created in October 2019, and an early v0.2.0 release was published the same day. The README presents gitmux as an install-and-forget tmux companion with shell-agnostic behavior and a YAML configuration file for colors, symbols, and layout.

### Historique d'adoption

gitmux spread through terminal-tooling channels rather than through a large framework ecosystem. Its README documents binary releases, Homebrew installation for macOS and Linux, Arch User Repository packages, and Go source installation, which matches its position as a practical status-line utility.

### Modes d'utilisation

Practitioners add a `gitmux` invocation to `status-right` in `.tmux.conf`, usually passing tmux's pane path so the status bar follows the active working directory. Users generate a default YAML file with `gitmux -printcfg`, save it as `~/.gitmux.conf`, and pass it with `-cfg` when they want customized symbols or colors.

### Pourquoi les passionnés de paquets s'y intéressent

For package maintainers, gitmux is a typical compact CLI package: a single executable, no service integration, and behavior that can be verified by running it inside a Git checkout. It matters mainly to users who keep Git context visible inside long-running tmux sessions.

### Chronologie

- 2019: Repository created on GitHub.
- 2019: v0.2.0 release published.
- 2020s: README-documented install paths include Homebrew, AUR, binary releases, and Go source installation.

### Related projects

- tmux provides the status bar integration point, while Git supplies the repository state that gitmux summarizes.

### Sources

- <https://api.github.com/repos/arl/gitmux>
- <https://api.github.com/repos/arl/gitmux/releases>
- <https://github.com/arl/gitmux>
- <https://raw.githubusercontent.com/arl/gitmux/master/README.md>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- 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: ~/.gitmux.conf
## Autres enregistrements de gestionnaires de paquets

- Nix - gitmux: normalized package name match | nixpkgs package indexes: pkgs/by-name/gi/gitmux/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

- 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
