Automic VaultAutomic Vault

brew

Installer gitoxide avec Homebrew, apk, MacPorts, Nix, pacman, zypper, scoop

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de gitoxide pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install gitoxide

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install gitoxide

MacPorts ports tree · devel/gitoxide/Portfile · Source: api.github.com

Linux

Alpine Linux apkvérifié · 92%
sudo apk add gitoxide

Alpine Linux edge package indexes · gitoxide · Source: dl-cdn.alpinelinux.org

Nixvérifié · 92%
nix profile install nixpkgs#gitoxide

nixpkgs package indexes · pkgs/by-name/gi/gitoxide/package.nix · Source: api.github.com

Arch Linux pacmanvérifié · 92%
sudo pacman -S gitoxide

Arch Linux sync databases · gitoxide · Source: geo.mirror.pkgbuild.com

openSUSE zyppervérifié · 92%
sudo zypper install gitoxide

openSUSE Tumbleweed package metadata · gitoxide · Source: download.opensuse.org

Windows

Scoopvérifié · 92%
scoop install main/gitoxide

Scoop official bucket manifest trees · bucket/gitoxide.json · Source: api.github.com

aperçu

Résumé du paquet

Idiomatic, lean, fast & safe pure Rust implementation of Git

Commandes et alias

  • ein
  • gix

historique

Historique du projet et usages

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.

Historique du projet

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.

Historique d'adoption

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.

Modes d'utilisation

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.

Pourquoi les passionnés de paquets s'y intéressent

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.

Chronologie

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

posture de sécurité

Niveau de risque : vert

narrow executable package without higher-risk signals.

Classificateur de risque

risque vert · confiance faible · appliance

Pourquoi

  • narrow executable package without higher-risk signals

Signaux

  • metadata:no-higher-risk-signals

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 6 plateformes.
  • Les métadonnées de compilation listent 2 dépendances de compilation.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

exécutables

Exécutables installés

CommandeTypeExpositionNote
eincliexécutable global
gixcliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-25
version du gestionnaire0.56.0
gestionnaire mis à jour2026-07-23
données localesOK
amontà jour
dernière version détectéev0.56.0

https://github.com/GitoxideLabs/gitoxide

  • OKAucun avertissement de fraîcheur n'a été généré.

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:gitoxide
Version0.56.0
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/gitoxide
Page d'accueilhttps://github.com/GitoxideLabs/gitoxide
Dépôthttps://github.com/GitoxideLabs/gitoxide
Docs amonthttps://docs.rs/gitoxide
LicenceApache-2.0
Archive sourcehttps://github.com/GitoxideLabs/gitoxide/archive/refs/tags/v0.56.0.tar.gz
Dernière mise à jour2026-07-23T16:17:51Z
Pulseupdated
Dépendances de compilationpkgconf, rust
Bibliothèques fournies par macOScurl
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré

faits du registre

Détails de la base source

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namegitoxide
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Nix95%

gitoxide

nix profile install nixpkgs#gitoxide
  • normalized package name match
  • Correspondance par : Gitoxide
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/gi/gitoxide/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

gitoxide 0.14.0-r1

An idiomatic, lean, fast & safe pure Rust implementation of Git

https://github.com/Byron/gitoxide

sudo apk add gitoxide
  • License: Apache-2.0 OR MIT
  • Architecture: x86_64
  • Source Package: gitoxide
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Gitoxide
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: gitoxide from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
pacman95%

gitoxide 0.53.0-1

An idiomatic, lean, fast & safe pure Rust implementation of Git

https://github.com/Byron/gitoxide

sudo pacman -S gitoxide
  • License: MIT AND Apache-2.0
  • Architecture: x86_64
  • 2 Dépendances
  • normalized package name match
  • Correspondance par : Gitoxide
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: gitoxide from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

gitoxide 0.50.0-1.2

An idiomatic & safe pure-Rust implementation of Git

https://github.com/Byron/gitoxide

sudo zypper install gitoxide
  • License: Apache-2.0 OR MIT
  • Category: Development/Tools/Version Control
  • Architecture: x86_64
  • Source Package: gitoxide
  • 7 Dépendances
  • 2 fournit
  • normalized package name match
  • Correspondance par : Gitoxide
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: gitoxide from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

gitoxide

sudo port install gitoxide
  • normalized package name match
  • Correspondance par : Gitoxide
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/gitoxide/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/gitoxide

scoop install main/gitoxide
  • normalized package name match
  • Correspondance par : Gitoxide
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/gitoxide.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment