macOS
brew install gituilocal Homebrew formula metadata
sudo port install gituiMacPorts ports tree · devel/gitui/Portfile · Source: api.github.com
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de gitui pour les workflows d'agents IA.
installation
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
aperçu
Blazing fast terminal-ui for git written in rust
historique
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.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des 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.ronexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
gitui | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/gitui-org/gitui
métadonnées d'installation
| Clé du paquet | brew:gitui |
|---|---|
| Version | 0.28.1 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/gitui |
| Page d'accueil | https://github.com/gitui-org/gitui |
| Dépôt | https://github.com/gitui-org/gitui |
| Docs amont | https://github.com/gitui-org/gitui#readme |
| Licence | MIT |
| Archive source | https://github.com/gitui-org/gitui/archive/refs/tags/v0.28.1.tar.gz |
| Dernière mise à jour | 2026-06-22T14:03:33-07:00 |
| Pulse | updated |
| Dépendances | openssl@3 |
| Dépendances de compilation | cmake, pkgconf, rust |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| 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 |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
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 -episte source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.