creationix/js-git
A JavaScript implementation of Git. observed · 2026-08-28
Health v2 · maintenance only
72/100
- Activity 88
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4904
- days_rel: n/a
- days_push: 74
- n_releases_24m: 0
Adoption not part of the score
3847 stars · 262 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
JS-Git is a collection of JavaScript modules implementing Git's core functionality, letting applications create, read, and manipulate Git repositories programmatically. It uses a composable mixin architecture so developers can assemble exactly the Git features they need, from in-memory object databases to packfile handling and history walkers.
Use cases
- implement git-powered applications in javascript
- use git as a database instead of sql or nosql stores
- build developer tools for restricted environments like chromebooks and tablets
- read and write git objects in memory from node.js
- parse and create git packfiles in javascript
- walk git commit history and trees programmatically
When to choose
- you need to embed git functionality in a JavaScript/Node.js application without shelling out to the git binary
- you want to use git's content-addressable storage as an application database
- you need fine-grained, composable control over git object storage and transport
When to avoid
- you just need standard git commands in scripts - use the git CLI or isomorphic-git instead
- you need full modern git protocol support or active community maintenance
- you rely on ES6 generators being unsupported in your target runtime
Facets
library · maturity maintenance
version-control serialization developer-tools version-control developer-tools files cross-platform git pure-javascript composable-mixins in-memory-git nodejs javascript
2 sources
- readme: https://github.com/creationix/js-git · fetched 2026-08-28 · b388a42a74a4
- registry_npm: https://registry.npmjs.org/js-git · fetched 2026-08-29 · e93e762cdfa8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| creationix/js-git | main | 72 |
For agents
markdown · JSON · MCP: product_card(name="creationix/js-git")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem