# Install gut with Homebrew, Nix, scoop

Beginner friendly porcelain for git. Version 0.3.3 via Homebrew; verified 2026-06-07.

## Install

```sh
sudo av install brew:gut
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install gut
```

  Evidence: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#gut
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/gut
```

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

## Package facts

- **Package key:** brew:gut
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/gut>
- **Version:** 0.3.3
- **Source summary:** Beginner friendly porcelain for git
- **Homepage:** <https://gut-cli.dev/>
- **Repository:** <https://github.com/julien040/gut>
- **Upstream docs:** <https://gut-cli.dev/>
- **License:** MIT
- **Source archive:** <https://github.com/julien040/gut/archive/refs/tags/0.3.3.tar.gz>
- **Last updated:** 2026-06-07T21:47:53Z
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- gut (cli)
- gut (alias)

## Build dependencies

- go

## 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-08
- Package-manager version: 0.3.3
- Package-manager updated: 2026-06-07
- Local data: ok
- Upstream repository: https://github.com/julien040/gut
- Upstream latest detected: 0.3.3 (current)
## Project history and usage

gut is a small Git porcelain that presents Git through simpler, beginner-oriented commands and safety rails. Its README frames it as an alternative CLI with consistent command names, cloud-hosting integration, and coexistence with the standard git executable rather than a replacement for Git itself.

### Project history

The public GitHub repository was created on 2022-12-22, and GitHub releases record version 0.1.0 on 2023-02-16. The project was written in Go and shipped as a single command named gut. Its README says the author built it after finding Git frustrating while learning to code, with the goal of letting people use Git without the same anxiety around mistakes.

The project design emphasizes guardrails around common Git hazards. The README says gut will not allow modification of history already pushed to a remote, treats the staging area as unnecessary for its basic workflow, blocks unsafe detached-HEAD operations until the user chooses a path forward, and relies on Git internally.

### Adoption history

gut spread through developer package-manager channels rather than through a large framework ecosystem. Its own installation instructions list Homebrew for macOS, Scoop for Windows, apt and yum repositories, AUR packages, and Go installation from source, reflecting a tool aimed at terminal users who want package-manager setup on several platforms.

GitHub repository metadata shows modest but visible interest for a niche Git porcelain, with hundreds of stars and a small fork count by 2026. That pattern fits a utility whose audience is users experimenting with gentler command names and safer defaults rather than teams standardizing a new version-control system.

### How it is used

Typical use follows Git repository workflows: gut init starts a repository, gut save commits tracked changes, gut sync exchanges changes with the upstream remote, gut fix helps recover from mistakes, gut revert creates a new commit to undo older work, and gut whereami explains the HEAD position. The command set intentionally maps high-level user intent onto lower-level Git operations.

The README also documents integration conveniences such as opening pull-request or comparison pages on hosting platforms, downloading .gitignore and .gitattributes templates, and simplifying GitHub authentication.

### Why package nerds care

For package-manager catalogs, gut is an example of a modern Git UX wrapper that packages policy decisions as a CLI: no pushed-history rewrites, no explicit staging step for the default path, and guided recovery commands. It matters less as a replacement for Git than as a snapshot of how tool authors try to make Git less hostile to new users while still delegating storage and transport to git.

### Timeline

- 2022-12-22: Public GitHub repository created.
- 2023-02-16: Version 0.1.0 published in GitHub releases.
- 2023: README documents Homebrew, Scoop, apt, yum, AUR, and Go installation paths.
- 2026-06-07: GitHub release 0.3.3 published.

### Related projects

- git: gut delegates core version-control behavior to the standard git executable.
- Scoop, Homebrew, apt, yum, and AUR: package-manager surfaces documented by the project for installation.
- GitHub, GitLab, and Bitbucket: hosting platforms named in the README for pull-request and comparison workflows.

### Sources

- <https://api.github.com/repos/julien040/gut>
- <https://api.github.com/repos/julien040/gut/releases?per_page=100>
- <https://github.com/julien040/gut>
- <https://gut-cli.dev/>


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals

## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** gut
- **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 - gut: normalized package name match | nixpkgs package indexes: pkgs/by-name/gu/gut/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - main/gut: normalized package name match | Scoop official bucket manifest trees: bucket/gut.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## 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.
- [go](https://www.automicvault.com/pkg/brew/go/) - Build dependency declared by Homebrew.
- [lab](https://www.automicvault.com/pkg/brew/lab/) - Shares av.db curated category or tags: cli, developer-tools, git, version-control.
- [lazygit](https://www.automicvault.com/pkg/brew/lazygit/) - Shares av.db curated category or tags: cli, developer-tools, git, version-control.
- [ungit](https://www.automicvault.com/pkg/brew/ungit/) - Shares av.db curated category or tags: cli, developer-tools, git, version-control.
- [braid](https://www.automicvault.com/pkg/brew/braid/) - Shares av.db curated category or tags: cli, developer-tools, git, version-control.
- [codeberg-cli](https://www.automicvault.com/pkg/brew/codeberg-cli/) - Shares av.db curated category or tags: cli, developer-tools, git, version-control.
- [dura](https://www.automicvault.com/pkg/brew/dura/) - Shares av.db curated category or tags: cli, developer-tools, git, version-control.
- [gcli](https://www.automicvault.com/pkg/brew/gcli/) - Shares av.db curated category or tags: cli, developer-tools, git, version-control.
- [ggc](https://www.automicvault.com/pkg/brew/ggc/) - Shares av.db curated category or tags: cli, developer-tools, git, version-control.

## Combined YAML source

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


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- 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
