# Install gitui with Homebrew, apk, dnf, MacPorts, Nix, pacman, scoop, winget, zypper

Blazing fast terminal-ui for git written in rust. Version 0.28.1 via Homebrew; verified 2026-06-22.

## Install

```sh
sudo av install brew:gitui
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install gitui
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gitui
```

  Evidence: MacPorts ports tree: devel/gitui/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add gitui
```

  Evidence: Alpine Linux edge package indexes: gitui from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- dnf (92%):

```sh
sudo dnf install gitui
```

  Evidence: Fedora Rawhide package metadata: gitui from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#gitui
```

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

- pacman (92%):

```sh
sudo pacman -S gitui
```

  Evidence: Arch Linux sync databases: gitui from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install gitui
```

  Evidence: openSUSE Tumbleweed package metadata: gitui from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/gitui
```

  Evidence: Scoop official bucket manifest trees: bucket/gitui.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id StephanDilly.gitui -e
```

  Evidence: Windows Package Manager source index: StephanDilly.gitui from https://cdn.winget.microsoft.com/cache/source.msix

## Package facts

- **Package key:** brew:gitui
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/gitui>
- **Version:** 0.28.1
- **Source summary:** Blazing fast terminal-ui for git written in rust
- **Homepage:** <https://github.com/gitui-org/gitui>
- **Repository:** <https://github.com/gitui-org/gitui>
- **Upstream docs:** <https://github.com/gitui-org/gitui#readme>
- **License:** MIT
- **Source archive:** <https://github.com/gitui-org/gitui/archive/refs/tags/v0.28.1.tar.gz>
- **Last updated:** 2026-06-22T14:03:33-07:00
- **Generated:** 2026-07-09T07:20:21+00:00

## Executables

- gitui (cli)
- gitui (alias)

## Dependencies

- openssl@3

## Build dependencies

- cmake
- pkgconf
- rust

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-09
- Package-manager version: 0.28.1
- Package-manager updated: 2026-06-22
- Local data: ok
- Upstream repository: https://github.com/gitui-org/gitui
- Upstream latest detected: v0.28.1 (current)
## Project history and usage

GitUI is a Rust terminal interface for Git that gives command-line users many comforts of a graphical Git client without leaving the terminal. Its emphasis is fast, keyboard-only interaction for common Git tasks such as staging, diffs, commits, branches, stashes, logs, and remotes.

### Project history

The public repository was opened in March 2020, and the crate was published to crates.io shortly afterward. The README explains the motivation: the author did most Git work in a terminal but still reached for graphical clients for index, commit, diff, stash, blame, and log workflows, while some GUI clients struggled with very large repositories.

GitUI's early releases began in April 2020. The project grew around a responsive terminal UI, async Git API use, context-based help, and keyboard-only control. The README's benchmark section compared parsing the Linux repository against lazygit and tig in a RustBerlin presentation, positioning performance on large repositories as part of its identity.

As the project matured, customization became a first-class part of its package surface. Separate docs describe RON-based theme files, key bindings, and key-symbol overrides, with platform-specific config locations for Linux, macOS, and Windows.

### Adoption history

GitUI has broad package-manager reach for a terminal Git client. The README lists Arch Linux, Fedora, openSUSE, Homebrew, MacPorts, WinGet, Scoop, Chocolatey, mise, Nix, Termux, Anaconda, Cargo, and release binaries. crates.io records the crate, repository, and download data, while Homebrew packages it as a stable formula.

That packaging spread reflects the tool's practical niche: it is installed globally by developers who want a fast Git workbench available in any repository, independent of an editor plugin or desktop GUI.

### How it is used

Practitioners launch `gitui` inside a Git repository to inspect status, stage or unstage files and hunks, commit or amend, manage stashes, browse and search logs, push or fetch remotes, and work with branches. The README notes that GitUI complements the Git shell rather than fully replacing it.

Customization workflows center on `theme.ron`, `key_bindings.ron`, and `key_symbols.ron`. Users tune colors, syntax themes, navigation keys, and displayed key symbols while keeping the main workflow terminal-native.

### Why package nerds care

GitUI is one of the better-known Rust Git TUIs and a useful example of a single-binary developer tool that package managers carry widely. It also demonstrates a common modern pattern: Git as the substrate, Rust for portable performance, and config files in XDG/AppData locations for long-term daily use.

### Timeline

- 2020: Public GitHub repository opened.
- 2020: Crate publication recorded on crates.io.
- 2020: Early GitHub 0.1 releases published.
- 2025: README documented a 1.0 roadmap and extensive package-manager install options.
- 2026: 0.28 release line visible in GitHub releases.

### Related projects

- Git command-line workflows.
- lazygit and tig as benchmarked Git TUI peers.
- Rust terminal UI and crossterm/ratatui-style configuration ecosystems.
- Homebrew, Cargo, Nix, Scoop, WinGet, and distro package collections.

### Sources

- <https://api.github.com/repos/gitui-org/gitui>
- <https://api.github.com/repos/gitui-org/gitui/releases>
- <https://crates.io/api/v1/crates/gitui>
- <https://crates.io/crates/gitui>
- <https://formulae.brew.sh/formula/gitui>
- <https://github.com/gitui-org/gitui>
- <https://raw.githubusercontent.com/gitui-org/gitui/master/KEY_CONFIG.md>
- <https://raw.githubusercontent.com/gitui-org/gitui/master/README.md>
- <https://raw.githubusercontent.com/gitui-org/gitui/master/THEMES.md>


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- 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

- Linux: $XDG_CONFIG_HOME/gitui/theme.ron, ~/.config/gitui/theme.ron, $XDG_CONFIG_HOME/gitui/key_bindings.ron, ~/.config/gitui/key_bindings.ron, $XDG_CONFIG_HOME/gitui/key_symbols.ron, ~/.config/gitui/key_symbols.ron
- macOS: ~/.config/gitui/theme.ron, ~/.config/gitui/key_bindings.ron, ~/.config/gitui/key_symbols.ron
- Windows: %APPDATA%/gitui/theme.ron, %APPDATA%/gitui/key_bindings.ron, %APPDATA%/gitui/key_symbols.ron
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** gitui
- **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

## Other Package-Manager Records

- Nix - gitui: normalized package name match | nixpkgs package indexes: pkgs/by-name/gi/gitui/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - gitui - 0.28.1-r0: normalized package name match | Alpine Linux edge package indexes: gitui from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Blazing fast terminal client for git | https://github.com/extrawurst/gitui
- dnf - gitui - 0.28.1-1.fc45: normalized package name match | Fedora Rawhide package metadata: gitui from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Blazing fast terminal-ui for git | https://crates.io/crates/gitui
- pacman - gitui - 0.28.1-2: normalized package name match | Arch Linux sync databases: gitui from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Blazing fast terminal-ui for git written in Rust | https://github.com/extrawurst/gitui
- zypper - gitui - 0.28.1-1.1: normalized package name match | openSUSE Tumbleweed package metadata: gitui from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Terminal UI for git | https://github.com/extrawurst/gitui
- MacPorts - gitui: normalized package name match | MacPorts ports tree: devel/gitui/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/gitui: normalized package name match | Scoop official bucket manifest trees: bucket/gitui.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - StephanDilly.gitui: normalized package name match | Windows Package Manager source index: StephanDilly.gitui from https://cdn.winget.microsoft.com/cache/source.msix


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [openssl@3](https://www.automicvault.com/pkg/brew/openssl-3/) - Runtime dependency declared by Homebrew.
- [cmake](https://www.automicvault.com/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [rust](https://www.automicvault.com/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [gitu](https://www.automicvault.com/pkg/brew/gitu/) - Shares av.db curated category or tags: cli, developer-tools, git, rust, terminal.
- [serie](https://www.automicvault.com/pkg/brew/serie/) - Shares av.db curated category or tags: cli, developer-tools, git, terminal, tui.
- [committed](https://www.automicvault.com/pkg/brew/committed/) - Shares av.db curated category or tags: cli, developer-tools, git, rust, version-control.
- [diff-so-fancy](https://www.automicvault.com/pkg/brew/diff-so-fancy/) - Shares av.db curated category or tags: cli, developer-tools, git, terminal, version-control.
- [diffnav](https://www.automicvault.com/pkg/brew/diffnav/) - Shares av.db curated category or tags: cli, developer-tools, git, tui, version-control.
- [flowrs](https://www.automicvault.com/pkg/brew/flowrs/) - Shares av.db curated category or tags: cli, developer-tools, terminal, terminal-ui, tui.
- [garden](https://www.automicvault.com/pkg/brew/garden/) - Shares av.db curated category or tags: cli, developer-tools, git, rust, version-control.
- [git-grab](https://www.automicvault.com/pkg/brew/git-grab/) - Shares av.db curated category or tags: cli, developer-tools, git, rust, version-control.
- [dura](https://www.automicvault.com/pkg/brew/dura/) - Local package facts share a topical domain. Shared terms: cli, control, developer, developer-tools, git.
- [git-series](https://www.automicvault.com/pkg/brew/git-series/) - Local package facts share a topical domain. Shared terms: cli, control, developer, developer-tools, git.

## Combined YAML source

View the package source record on GitHub. [combined/gitui.yml](https://github.com/automic-vault/db/blob/main/combined/gitui.yml)


## Sources

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