Eliminate Git dependency bottlenecks

GitCache CLI v1.2.0 Now Available: A universal Git-dependency cache that makes your builds faster, more reliable, and more secure by caching dependencies locally. Team cache and proxy features coming soon.

Works with npm installs and Git repositories. Focused on JavaScript/Node.js ecosystems.

Try GitCache CLI Now

npm install -g @grata-labs/gitcache-cli

Basic usage:

gitcache install # Use cached Git dependencies

View on GitHub →

What's Available Now

Local Git Cache

Mirror Git repositories to ~/.gitcache/ for faster repeated access

📦

Smart npm Integration

Automatically scan lockfiles and cache Git dependencies for npm installs

🔍

Dependency Analysis

Analyze, scan, and prepare Git dependencies with lockfile awareness

Coming Soon

🔒

Team Cache & Proxy

Share cached dependencies across your team with S3-backed GitCache proxy

🛡️

Integrity Verification

Signed manifests and dependency verification for supply chain security

🔧

Enhanced npm Features

Advanced npm workflow optimizations and Git dependency management

How it works

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.

Available Now: v1.2.0

GitCache CLI is actively developed and available on npm. View source and contribute on GitHub →