GitoxideLabs/gitoxide
An idiomatic, lean, fast & safe pure Rust implementation of Git observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 87
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 0
- age_days: 3009
- days_rel: 9
- days_push: 7
- n_releases_24m: 1142
Adoption not part of the score
11870 stars · 535 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Gitoxide is a pure Rust implementation of Git, usable as the `gix` library crate for building Git-powered applications or as `gix`/`ein` command-line tools. It emphasizes correctness, performance, and safety, though some features like push and rebase are still incomplete.
Use cases
- read and write git repositories from rust
- parse git objects and refs programmatically
- replace libgit2 with a pure rust git library
- clone and fetch git repositories in rust
- inspect git history and commit graphs
- read and write .git index and config files
When to choose
- you need a safe, fast, memory-safe Git implementation in Rust without C dependencies
- you're building Rust applications that need read access to Git repositories
- you want fine-grained plumbing-level access to Git internals
When to avoid
- you need full Git feature parity such as push, rebase, or merge of commits
- you want a stable CLI for scripts - the binaries are explicitly unstable
- you need a drop-in replacement for the git command-line client
Facets
library · maturity active
version-control cli developer-tools version-control developer-tools rust cross-platform cli git gix pure-rust libgit2-alternative git2 command-line
2 sources
- readme: https://github.com/GitoxideLabs/gitoxide · fetched 2026-08-28 · 60f03e418e21
- registry_crates: https://crates.io/api/v1/crates/gitoxide · fetched 2026-08-29 · 336789f51384
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| GitoxideLabs/gitoxide | main | 95 |
For agents
markdown · JSON · MCP: product_card(name="GitoxideLabs/gitoxide")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem