# gibo を Homebrew, Nix, scoop でインストール

gibo のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:gibo
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install gibo
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#gibo
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/gibo
```

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

## パッケージ情報

- **パッケージキー:** brew:gibo
- **パッケージマネージャ:** Homebrew
- **バージョン:** 3.0.22
- **ソース概要:** Access GitHub's .gitignore boilerplates
- **ホームページ:** <https://github.com/simonwhitaker/gibo>
- **リポジトリ:** <https://github.com/simonwhitaker/gibo>
- **最終更新:** 2026-07-29T16:05:00+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- gibo (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 3.0.22
## プロジェクトの歴史と使われ方

gibo is a command-line helper for fetching and dumping `.gitignore` boilerplates from GitHub's gitignore template collection. It turns a common repository setup chore into a small shell-friendly command.

### プロジェクトの歴史

Simon Whitaker created the public gibo repository in May 2012. The README explains the name as short for `.gitignore boilerplates` and credits the tool to Whitaker, with GitHub's `github/gitignore` repository as the template source.

The project later shipped tagged releases and install paths through Homebrew, Scoop, Chocolatey, Docker, binary releases, and the Go toolchain. The version 3 release line reflects an actively packaged Go CLI rather than a one-off script.

### 採用の歴史

gibo's adoption follows the popularity of GitHub's template collection. GitHub uses that collection to populate `.gitignore` choices in its web interface, and gibo made the same shared corpus available from terminals and scripts.

Package-manager support gave gibo a place in developer bootstrap scripts, dotfile setups, and language-specific project starters. It is useful precisely because `.gitignore` files are mundane and repetitive, so teams prefer a shared maintained template over hand-written ignores.

### 使われ方

Practitioners commonly run commands such as `gibo dump Swift Xcode >> .gitignore` to append templates for one or more languages, frameworks, editors, or platforms. The README also documents shell completion and using the same output to seed Mercurial `.hgignore` files that use glob syntax.

The tool is most useful at repository creation time, during cleanup of an accidental noisy working tree, or in project generators that need a reasonable ignore file without vendoring template text.

### パッケージ好きにとっての重要性

gibo is package-nerd friendly because it is tiny, reproducible, and delegates content authority to GitHub's template repository. The package is mostly a convenient delivery mechanism for the command and its update path, not a complicated runtime.

### タイムライン

- 2012: Public GitHub repository created.
- 2024: Version 3.0.12 was published as a GitHub release.
- 2026: The 3.0 release line continued with packaged binary releases.

### Related projects

- gibo is closely related to GitHub's `github/gitignore` template repository, Git's `gitignore(5)` behavior, and project bootstrap tools that generate repository boilerplate.

### ソース

- <https://api.github.com/repos/simonwhitaker/gibo>
- <https://github.com/github/gitignore>
- <https://github.com/simonwhitaker/gibo>
- <https://github.com/simonwhitaker/gibo/releases>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- Nix - gibo: normalized package name match | nixpkgs package indexes: pkgs/by-name/gi/gibo/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - main/gibo: normalized package name match | Scoop official bucket manifest trees: bucket/gibo.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

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


## ソース

- 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
