# Install git-open with Homebrew, Nix

Open GitHub webpages from a terminal. Version 1.3 via Homebrew; verified from local package data. Also installable with nix: nix profile install nixpkgs#git-open.

## Install

```sh
sudo av install brew:git-open
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install git-open
```

  Evidence: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#git-open
```

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

## Package facts

- **Package key:** brew:git-open
- **Package manager:** Homebrew
- **Version:** 1.3
- **Source summary:** Open GitHub webpages from a terminal
- **Homepage:** <https://github.com/jeffreyiacono/git-open>
- **Repository:** <https://github.com/jeffreyiacono/git-open>
- **Generated:** 2026-08-03T19:37:03+00:00

## Executables

- git-open (alias)

## Install behavior

- Bottle: not available

## Freshness

- Page generated: 2026-08-03
- Package-manager version: 1.3
## Project history and usage

git-open is a small terminal utility for opening GitHub repository pages in a web browser. The README describes it as a way to type less when jumping from the shell to a repository page.

### Project history

Jeff Iacono created the GitHub repository in 2012. The project kept the form of a simple shell script, with a README that documents cloning, symlinking the script into the user's PATH, and running git-open with a user and repository name.

### Adoption history

The tool remained small, but it was packaged for Homebrew and Nix, giving it a path into common developer workstations. GitHub releases in 2018 and 2019 show later maintenance beyond the initial script publication.

### How it is used

Developers use git-open when they know a repository name and want the corresponding GitHub page without manually assembling the URL. The script can infer a default user from GITHUB_USER or git config github.user, and it can target GitHub Enterprise installations through GITHUB_URL.

### Why package nerds care

git-open is representative of packageable shell conveniences: one command wraps a repeated browser-opening pattern, honors a few environment variables, and avoids introducing a full forge client.

### Timeline

- 2012: Repository was created on GitHub.
- 2018: v1.2 release was published.
- 2019: v1.3 release was published.

### Related projects

- GitHub Enterprise
- git config github.user
- Homebrew formulae for shell helpers

### Sources

- <https://formulae.brew.sh/formula/git-open>
- <https://github.com/jeffreyiacono/git-open>
- <https://raw.githubusercontent.com/jeffreyiacono/git-open/master/README.md>


## Security Notes

narrow executable package without higher-risk signals.

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

## Other Package-Manager Records

- Nix - git-open: normalized package name match | nixpkgs package indexes: pkgs/by-name/gi/git-open/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/git-open.yml](https://github.com/mxcl/pkgdb/blob/main/combined/git-open.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
