# gitoxide を Homebrew, apk, MacPorts, Nix, pacman, zypper, scoop でインストール

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

## インストール

```sh
sudo av install brew:gitoxide
```

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

### macOS

- Homebrew (100%):

```sh
brew install gitoxide
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gitoxide
```

  証拠: MacPorts ports tree: devel/gitoxide/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add gitoxide
```

  証拠: Alpine Linux edge package indexes: gitoxide from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#gitoxide
```

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

- pacman (92%):

```sh
sudo pacman -S gitoxide
```

  証拠: Arch Linux sync databases: gitoxide from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install gitoxide
```

  証拠: openSUSE Tumbleweed package metadata: gitoxide from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/gitoxide
```

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

## パッケージ情報

- **パッケージキー:** brew:gitoxide
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.56.0
- **ソース概要:** Idiomatic, lean, fast & safe pure Rust implementation of Git
- **ホームページ:** <https://github.com/GitoxideLabs/gitoxide>
- **リポジトリ:** <https://github.com/GitoxideLabs/gitoxide>
- **最終更新:** 2026-07-23T16:17:51Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- ein (エイリアス)
- gix (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

gitoxide is a pure Rust implementation of Git, packaged both as command-line tools and as a library-oriented workspace. The project emphasizes correctness, performance, and a developer experience that Rust applications can embed without shelling out to Git.

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

The GitHub repository was created in June 2018. Over time, the project evolved from the `gitoxide` command-line package into a workspace centered on the `gix` crate, with lower-level crates for Git objects, refs, configuration, transport, indexes, ignore rules, worktrees, status, and related plumbing.

### 採用の歴史

The project is significant in the Rust ecosystem because it offers Git functionality as native Rust crates. The README describes `gix` as the application entry point and treats the `gix` and `ein` binaries as development tools for exercising the API in real repositories.

### 使われ方

Practitioners use gitoxide in two main ways: Rust developers depend on `gix` and its component crates to read and manipulate repositories, while CLI users and packagers install `gitoxide` to experiment with the `gix` and `ein` binaries. The README warns that the command-line tools may remain unstable, so library use is the steadier integration path.

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

Package maintainers care about gitoxide because it is both a CLI package and a large Rust crate graph. Its README documents multiple build profiles, Homebrew and Arch installation, Cargo installation, binary releases, and feature choices such as `max-pure` and `lean`, making it a useful case study in packaging Rust applications with optional native dependencies.

### タイムライン

- 2018: Repository created on GitHub.
- 2020: `gitoxide` crate published on crates.io.
- 2023: `gix` crate published as the library entry point.
- 2020s: Project distributed through Cargo, binary releases, Homebrew, Arch Linux, and other package managers.

### Related projects

- gitoxide is related to Git itself, libgit2-style embedding use cases, and Rust applications that need repository access through crates rather than subprocess calls.

### ソース

- <https://api.github.com/repos/GitoxideLabs/gitoxide>
- <https://crates.io/api/v1/crates/gitoxide>
- <https://crates.io/api/v1/crates/gix>
- <https://formulae.brew.sh/formula/gitoxide>
- <https://github.com/GitoxideLabs/gitoxide>
- <https://github.com/GitoxideLabs/gitoxide/blob/main/crate-status.md>
- <https://raw.githubusercontent.com/GitoxideLabs/gitoxide/main/README.md>


## セキュリティノート

narrow executable package without higher-risk signals.

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

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

- Nix - gitoxide: normalized package name match | nixpkgs package indexes: pkgs/by-name/gi/gitoxide/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - gitoxide - 0.14.0-r1: normalized package name match | Alpine Linux edge package indexes: gitoxide from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | An idiomatic, lean, fast & safe pure Rust implementation of Git | https://github.com/Byron/gitoxide
- pacman - gitoxide - 0.56.0-1: normalized package name match | Arch Linux sync databases: gitoxide from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | An idiomatic, lean, fast & safe pure Rust implementation of Git | https://github.com/Byron/gitoxide
- zypper - gitoxide - 0.50.0-1.4: normalized package name match | openSUSE Tumbleweed package metadata: gitoxide from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | An idiomatic & safe pure-Rust implementation of Git | https://github.com/Byron/gitoxide
- MacPorts - gitoxide: normalized package name match | MacPorts ports tree: devel/gitoxide/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/gitoxide: normalized package name match | Scoop official bucket manifest trees: bucket/gitoxide.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/gitoxide.yml](https://github.com/mxcl/pkgdb/blob/main/combined/gitoxide.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
