# Install gittype with Homebrew, Nix, winget

CLI code-typing game that turns your source code into typing challenges. Version 0.10.1 via Homebrew; verified 2026-07-25. Also installable with nix: nix profile install nixpkgs#gittype.

## Install

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

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install gittype
```

  Evidence: local Homebrew formula metadata

### Linux

- Nix (92%):

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

  Evidence: 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
```

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

## Package facts

- **Package key:** brew:gittype
- **Package manager:** Homebrew
- **Version:** 0.10.1
- **Source summary:** CLI code-typing game that turns your source code into typing challenges
- **Homepage:** <https://github.com/unhappychoice/gittype>
- **Repository:** <https://github.com/unhappychoice/gittype>
- **Last updated:** 2026-07-25T06:48:44Z
- **Generated:** 2026-08-03T19:37:03+00:00

## Executables

- gittype (alias)

## Install behavior

- Bottle: not available

## Freshness

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

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.

### Project history

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 history

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.

### How it is used

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.

### Why package nerds care

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.

### Timeline

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

### Sources

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


## 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 - 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)


## 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
