macOS
brew install gitingestlocal Homebrew formula metadata
brew
Turn any Git repository into a prompt-friendly text ingest for LLMs. Version 0.3.1 via Homebrew; verified 2026-06-16. Also installable with nix: nix profile install nixpkgs#gitingest.
install
brew install gitingestlocal Homebrew formula metadata
nix profile install nixpkgs#gitingestnixpkgs package indexes · pkgs/by-name/gi/gitingest/package.nix · source: api.github.com
overview
Turn any Git repository into a prompt-friendly text ingest for LLMs
history
Gitingest is a Python-based CLI, web service, and importable package that converts Git repositories or local directories into prompt-friendly text digests for large language model workflows. Its central idea is deliberately simple: turn codebases into structured context containing a tree, selected file contents, size data, and token counts.
The repository was created in November 2024 by coderamp-labs. The project grew around the convention of replacing `hub` with `ingest` in a GitHub URL, while also offering a `gitingest` command and Python API for local or scripted use.
The README presents Gitingest as more than a command: it links the hosted gitingest.com service, browser extensions, a PyPI package, Docker self-hosting, and Python synchronous and asynchronous APIs. Releases in 2025 show the project moving through early 0.x versions as the LLM code-context use case matured.
Gitingest's adoption is tied to the rise of LLM-assisted development, where developers often need compact repository context that can be pasted into a model or passed to an agent. Its repository metadata and badges show distribution through PyPI, Homebrew, browser extension stores, and a public website, which helped it reach both terminal users and browser-first users.
The repository metadata collected for this enrichment on July 1, 2026 reported 14,992 GitHub stars, making it one of the more visible package-manager entries in this batch despite its recent origin.
Practitioners run `gitingest /path/to/directory` or `gitingest https://github.com/owner/repo` to write a digest file, use `--output -` to stream output to standard output, or import `ingest` and `ingest_async` from Python. For private repositories, the README documents a token argument and `GITHUB_TOKEN` environment variable.
Gitingest is package-nerd significant because it packages an LLM-era workflow as a normal CLI with PyPI and Homebrew distribution. It turns repository structure into a portable text artifact, which fits shell pipelines, prompt assembly, and agent tooling without requiring a full IDE integration.
security posture
No matching local secret-handling manifest was found for gitingest. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
gitingest | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:gitingest |
|---|---|
| Version | 0.3.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/gitingest |
| Homepage | https://gitingest.com |
| Repository | https://github.com/coderamp-labs/gitingest |
| Upstream docs | https://github.com/coderamp-labs/gitingest#readme |
| License | MIT |
| Source archive | https://files.pythonhosted.org/packages/d6/fe/a915f0c32a3d7920206a677f73c185b3eadf4ec151fb05aedd52e64713f7/gitingest-0.3.1.tar.gz |
| Last updated | 2026-06-16T11:29:31Z |
| Pulse | updated |
| Dependencies | certifi, pydantic, python@3.14 |
| Build dependencies | rust |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | gitingest |
| Version Scheme | 0 |
| Revision | 8 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
gitingest
nix profile install nixpkgs#gitingestsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.