nodegit/nodegit
Native Node bindings to Git. 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
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
- readme: https://github.com/nodegit/nodegit · fetched 2026-08-28 · f54dfb06004b
- homepage: https://www.nodegit.org/ · fetched 2026-08-29 · b8431936afec
- site_page: https://www.nodegit.org/guides/install · fetched 2026-08-29 · eb176f66d7ca
- site_page: https://www.nodegit.org/guides/install/electron · fetched 2026-08-29 · 7600067dc5db
- site_page: https://www.nodegit.org/api · fetched 2026-08-29 · ef79f318d802
- site_page: https://www.nodegit.org/changelog · fetched 2026-08-29 · eb5204124fcd
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| nodegit/nodegit | main | 64 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem