GitCache CLI Now Available: A universal Git-dependency cache that makes your builds up to 4x faster after initial cache build. Team cache and proxy features now available!
Works with npm installs and Git repositories. Focused on JavaScript/Node.js ecosystems. View real performance data →
npm install -g @grata-labs/gitcache-cli
Basic usage:
gitcache install # Use cached Git dependencies
No credit card required • Upgrade when you need more
Mirror Git repositories to ~/.gitcache/ for 4x faster repeated access after initial cache build
Automatically scan lockfiles and cache Git dependencies for npm installs
Analyze, scan, and prepare Git dependencies with lockfile awareness
Share cached dependencies across your team with S3-backed GitCache proxy - Now Available!
Signed manifests and dependency verification for supply chain security
Advanced npm workflow optimizations and Git dependency management
GitCache CLI mirrors Git repositories to ~/.gitcache/ using git clone --mirror,
creating bare repositories for fast local access. It scans your lockfiles for Git dependencies,
resolves references, and pre-builds tarballs for optimized npm installs.
⚠️ Important: First run takes longer to build cache (~2x slower), but subsequent runs are 4x faster.
See detailed performance benchmarks →
GitCache CLI is actively developed and available on npm. View live performance demo → | View source and contribute on GitHub →