Automic VaultAutomic Vault

brew

使用 Homebrew, apk, dnf, MacPorts, Nix, pacman, zypper, scoop, winget 安装 gitui

查看 gitui 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install gitui

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install gitui

MacPorts ports tree · devel/gitui/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add gitui

Alpine Linux edge package indexes · gitui · 来源: dl-cdn.alpinelinux.org

Fedora dnf已验证 · 92%
sudo dnf install gitui

Fedora Rawhide package metadata · gitui · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#gitui

nixpkgs package indexes · pkgs/by-name/gi/gitui/package.nix · 来源: api.github.com

Arch Linux pacman已验证 · 92%
sudo pacman -S gitui

Arch Linux sync databases · gitui · 来源: geo.mirror.pkgbuild.com

openSUSE zypper已验证 · 92%
sudo zypper install gitui

openSUSE Tumbleweed package metadata · gitui · 来源: download.opensuse.org

Windows

Scoop已验证 · 92%
scoop install main/gitui

Scoop official bucket manifest trees · bucket/gitui.json · 来源: api.github.com

Windows Package Manager已验证 · 92%
winget install --id StephanDilly.gitui -e

Windows Package Manager source index · StephanDilly.gitui · 来源: cdn.winget.microsoft.com

概览

软件包摘要

Blazing fast terminal-ui for git written in rust

命令和别名

  • gitui

历史

项目历史与用法

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.

时间线

  • 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.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 安装时包含 1 个运行时依赖。
  • 构建元数据列出 3 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

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

Config paths the tool may read or write during local use.

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

可执行文件

已安装的可执行文件

命令类型暴露范围备注
gituicli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-25
管理器版本0.28.1
管理器更新时间2026-06-22
本地数据OK
上游当前
检测到的最新版本v0.28.1

https://github.com/gitui-org/gitui

  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键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
Pulseupdated
依赖openssl@3
构建依赖cmake, pkgconf, rust
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namegitui
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

gitui

nix profile install nixpkgs#gitui
  • normalized package name match
  • 匹配方式:Gitui
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/gi/gitui/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

gitui 0.28.1-r0

Blazing fast terminal client for git

https://github.com/extrawurst/gitui

sudo apk add gitui
  • License: MIT
  • Architecture: x86_64
  • Source Package: gitui
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Gitui
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: gitui from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

gitui 0.28.1-1.fc45

Blazing fast terminal-ui for git

https://crates.io/crates/gitui

sudo dnf install gitui
  • License: MIT AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND ISC AND MPL-2.0 AND Unicode-3.0 AND Unicode-DFS-2016 AND Unlicense AND Zlib AND (0BSD OR
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: rust-gitui
  • 7 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Gitui
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: gitui from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

gitui 0.28.1-2

Blazing fast terminal-ui for git written in Rust

https://github.com/extrawurst/gitui

sudo pacman -S gitui
  • License: MIT
  • Architecture: x86_64
  • 6 依赖
  • 3 可选依赖
  • normalized package name match
  • 匹配方式:Gitui
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: gitui from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

gitui 0.28.1-1.1

Terminal UI for git

https://github.com/extrawurst/gitui

sudo zypper install gitui
  • License: (Apache-2.0 OR MIT) AND Unicode-DFS-2016 AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: gitui
  • 4 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Gitui
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: gitui from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

gitui

sudo port install gitui
  • normalized package name match
  • 匹配方式:Gitui
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/gitui/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/gitui

scoop install main/gitui
  • normalized package name match
  • 匹配方式:Gitui
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/gitui.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

StephanDilly.gitui

winget install --id StephanDilly.gitui -e
  • normalized package name match
  • 匹配方式:Gitui
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: StephanDilly.gitui from https://cdn.winget.microsoft.com/cache/source.msix

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

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