macOS
brew install gituilocal Homebrew formula metadata
sudo port install gituiMacPorts ports tree · devel/gitui/Portfile · 来源: api.github.com
安装
brew install gituilocal Homebrew formula metadata
sudo port install gituiMacPorts ports tree · devel/gitui/Portfile · 来源: api.github.com
sudo apk add gituiAlpine Linux edge package indexes · gitui · 来源: dl-cdn.alpinelinux.org
sudo dnf install gituiFedora Rawhide package metadata · gitui · 来源: dl.fedoraproject.org
nix profile install nixpkgs#gituinixpkgs package indexes · pkgs/by-name/gi/gitui/package.nix · 来源: api.github.com
sudo pacman -S gituiArch Linux sync databases · gitui · 来源: geo.mirror.pkgbuild.com
sudo zypper install gituiopenSUSE Tumbleweed package metadata · gitui · 来源: download.opensuse.org
scoop install main/gituiScoop official bucket manifest trees · bucket/gitui.json · 来源: api.github.com
winget install --id StephanDilly.gitui -eWindows Package Manager source index · StephanDilly.gitui · 来源: cdn.winget.microsoft.com
概览
Blazing fast terminal-ui for git written in rust
历史
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.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
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.ron可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
gitui | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/gitui-org/gitui
安装元数据
| 软件包键 | brew:gitui |
|---|---|
| 版本 | 0.28.1 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/gitui |
| 主页 | https://github.com/gitui-org/gitui |
| 仓库 | https://github.com/gitui-org/gitui |
| 上游文档 | https://github.com/gitui-org/gitui#readme |
| 许可证 | MIT |
| 源码归档 | https://github.com/gitui-org/gitui/archive/refs/tags/v0.28.1.tar.gz |
| 最后更新 | 2026-06-22T14:03:33-07:00 |
| Pulse | updated |
| 依赖 | openssl@3 |
| 构建依赖 | cmake, pkgconf, rust |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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 -e来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.