macOS
brew install gituilocal Homebrew formula metadata
sudo port install gituiMacPorts ports tree · devel/gitui/Portfile · source: api.github.com
brew
Blazing fast terminal-ui for git written in rust. Version 0.28.1 via Homebrew; verified 2026-06-22.
install
brew install gituilocal Homebrew formula metadata
sudo port install gituiMacPorts ports tree · devel/gitui/Portfile · source: api.github.com
sudo apk add gituiAlpine Linux edge package indexes · gitui · source: dl-cdn.alpinelinux.org
sudo dnf install gituiFedora Rawhide package metadata · gitui · source: dl.fedoraproject.org
nix profile install nixpkgs#gituinixpkgs package indexes · pkgs/by-name/gi/gitui/package.nix · source: api.github.com
sudo pacman -S gituiArch Linux sync databases · gitui · source: geo.mirror.pkgbuild.com
sudo zypper install gituiopenSUSE Tumbleweed package metadata · gitui · source: download.opensuse.org
scoop install main/gituiScoop official bucket manifest trees · bucket/gitui.json · source: api.github.com
winget install --id StephanDilly.gitui -eWindows Package Manager source index · StephanDilly.gitui · source: cdn.winget.microsoft.com
overview
Blazing fast terminal-ui for git written in rust
history
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.
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.
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.
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.
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
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.
Config paths the tool may read or write during local use.
$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~/.config/gitui/theme.ron~/.config/gitui/key_bindings.ron~/.config/gitui/key_symbols.ron%APPDATA%/gitui/theme.ron%APPDATA%/gitui/key_bindings.ron%APPDATA%/gitui/key_symbols.ronexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
gitui | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/gitui-org/gitui
install metadata
| Package key | brew:gitui |
|---|---|
| Version | 0.28.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/gitui |
| 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 |
| Pulse | updated |
| Dependencies | openssl@3 |
| Build dependencies | cmake, pkgconf, rust |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
gitui
nix profile install nixpkgs#gituigitui 0.28.1-r0
Blazing fast terminal client for git
https://github.com/extrawurst/gitui
sudo apk add gituigitui 0.28.1-1.fc45
Blazing fast terminal-ui for git
https://crates.io/crates/gitui
sudo dnf install gituigitui 0.28.1-2
Blazing fast terminal-ui for git written in Rust
https://github.com/extrawurst/gitui
sudo pacman -S gituigitui 0.28.1-1.1
Terminal UI for git
https://github.com/extrawurst/gitui
sudo zypper install gituigitui
sudo port install gituimain/gitui
scoop install main/gituiStephanDilly.gitui
winget install --id StephanDilly.gitui -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.