# gittype を Homebrew, Nix, winget でインストール

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

## インストール

```sh
sudo av install brew:gittype
```

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

### macOS

- Homebrew (100%):

```sh
brew install gittype
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#gittype
```

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

### Windows

- winget (92%):

```sh
winget install --id unhappychoice.gittype -e
```

  証拠: Windows Package Manager source index: unhappychoice.gittype from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:gittype
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.10.1
- **ソース概要:** CLI code-typing game that turns your source code into typing challenges
- **ホームページ:** <https://github.com/unhappychoice/gittype>
- **リポジトリ:** <https://github.com/unhappychoice/gittype>
- **最終更新:** 2026-07-25T06:48:44Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- gittype (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

gittype is a Rust command-line typing game that turns source code into practice text. Its niche is developer-oriented play: instead of generic drills, it extracts functions and repository content so programmers can practice typing code-shaped text.

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

The repository was opened in 2025 and published early to the Rust crate ecosystem. The README positions the tool around practicing with a user's own code, cloning public GitHub repositories, browsing trending repositories, and tracking live typing metrics.

The first GitHub release was v0.1.1 in August 2025, followed by a rapid 0.x release line. By the 0.10.0 release, the README documented several play modes, supported programming languages, themes, repository caching, ranking, and analytics screens.

### 採用の歴史

Adoption evidence is early but concrete: the project is distributed through Cargo and Homebrew, and package metadata also lists Nix and WinGet. That spread is notable for a game-like developer utility because it makes the same terminal toy easy to install in macOS, Linux, and Windows workflows.

### 使われ方

Practitioners run `gittype` inside a repository, pass a local path, or use `--repo` with a GitHub owner/repository name or clone URL. The README also documents a `trending` command for browsing public repositories and a cached repository mode for repeated play.

The tool is used less as production infrastructure and more as a terminal-native exercise, onboarding, or procrastination aid: it makes developers type real functions, symbols, and idioms from source trees while showing WPM, accuracy, ranks, and themed game screens.

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

gittype shows how modern Rust CLIs can blur package categories: it is a game, a code parser, and a GitHub-aware terminal app. For package catalogues, it belongs near developer toys that are useful precisely because they understand source trees.

### タイムライン

- 2025: Public GitHub repository opened.
- 2025: Crate publication recorded on crates.io.
- 2025: v0.1.1 release published.
- 2026: v0.10.0 release line documented in GitHub releases.

### Related projects

- Cargo and Rust terminal UI tooling.
- GitHub repository browsing and cloning workflows.
- Gitlogue, a related project by the same author for animating Git commit history.

### ソース

- <https://api.github.com/repos/unhappychoice/gittype>
- <https://api.github.com/repos/unhappychoice/gittype/releases>
- <https://crates.io/api/v1/crates/gittype>
- <https://crates.io/crates/gittype>
- <https://formulae.brew.sh/formula/gittype>
- <https://github.com/unhappychoice/gittype>
- <https://raw.githubusercontent.com/unhappychoice/gittype/main/README.md>


## セキュリティノート

narrow executable package without higher-risk signals.

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

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

- Nix - gittype: normalized package name match | nixpkgs package indexes: pkgs/by-name/gi/gittype/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- winget - unhappychoice.gittype: normalized package name match | Windows Package Manager source index: unhappychoice.gittype from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

View the package source record on GitHub. [combined/gittype.yml](https://github.com/mxcl/pkgdb/blob/main/combined/gittype.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
