Ross ROSS = Recommend OSS · open-source software intelligence for agents

nodegit/nodegit

Native Node bindings to Git. observed · 2026-08-28

github.com/nodegit/nodegit · homepage · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

64/100

  • Activity 92
  • Release rhythm 8
  • 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: n/a
  • age_days: 5675
  • days_rel: n/a
  • days_push: 48
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

5753 stars · 700 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

NodeGit provides asynchronous native Node.js bindings to the libgit2 C library, exposing a full Git API (clone, commit, diff, rebase, etc.) to JavaScript. It ships prebuilt binaries for Node and Electron on macOS, Windows, and Linux.

Use cases

  • programmatically clone and read git repositories from node
  • build a git gui or desktop app with electron
  • read commit history and diffs in a javascript tool
  • implement custom git workflows like rebase or cherry-pick in code
  • inspect repository status, branches, and stashes without shelling out to git cli

When to choose

  • you need deep, fine-grained git operations in Node.js beyond what child_process git offers
  • you're building an Electron app that needs native git support
  • you want cross-platform git functionality without requiring users to install git

When to avoid

  • you only need simple git commands - shelling out to the git CLI is simpler
  • you need a pure-JavaScript solution with no native binaries
  • your runtime or Electron version lacks prebuilt binaries and you can't compile native code

Facets

library · maturity maintenance

version-control developer-tools sdk developer-tools version-control cross-platform windows cross-platform git libgit2 native-bindings npm async nodejs electron macos linux

6 sources

Member repositories

RepositoryRoleHealth v2
nodegit/nodegitmain64

For agents

markdown · JSON · MCP: product_card(name="nodegit/nodegit")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem