Icon

Git Large File Storage

Git Large File Storage (Git LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com or GitHub Enterprise.
Latest: 3.7.1
Last checked: Jun 9, 2026 12:10am
Rank: 647/15140
Monitored via:
GitHub Releases Site Monitor Winget
Follow to track new versions in your feed.
Report

Overview

0
License: Open SourceInstaller: UnknownWinget: Available

Version & Lifecycle

0
Current: 3.7.1 N-2: 3.6.1 Avg cadence: Every 74 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Command-line note • February 9, 2026
0

GitLFS – Command-line note

To silently install Git LFS (e.g., version 3.1.4) on Windows in enterprise deployments, run git-lfs-windows-v3.1.4.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART to suppress all UI, skip prompts, and prevent reboots. After installation, initialize Git LFS for the user with git lfs install in a post-install script to enable large file support globally. For uninstallation, use git-lfs-windows-v3.1.4.exe /SILENT.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

GitLFSgithub GitLFS

Packaging Notes

0

Available via Homebrew, MacPorts, and direct downloads

Notes

0

Git LFS is included with GitHub Desktop and requires command line configuration to track large files.