
Your Git repositories as LLM prompts, hosted in France
The tool that transforms any Git repository into LLM-ready text, powered by GitIngest, installed and maintained by DINAO. Your private codebases stay on our French servers — never submitted to a third-party service.
What is GitIngest?
GitIngest is a tool that transforms any Git repository into a text digest ready for LLMs. Where an AI assistant struggles to navigate a file tree, GitIngest produces a clean, structured, and optimized dump for prompts: the codebase becomes readable at a glance by a large language model.
It provides useful statistics — file and directory structure, snippet size, and especially token count — to help you control what enters the model's context window. Support covers subdirectories, branches, tags, and even private repositories via a personal access token.
Available as a web interface, command-line interface (CLI), and Python package, GitIngest integrates naturally into development workflows and AI pipelines: you can pipe its output directly to an LLM tool to, for example, explain or audit a codebase.
Host GitIngest at DINAO
Resource tiers compatible with GitIngest prerequisites (minimum 1 vCPU / 512 Mo / 2 Go). Hosted in France, fully managed.
- 1 dedicated vCPU
- 2 Go RAM
- 20 GB NVMe
- Daily backups
- Managed & monitored by DINAO
- 2 dedicated vCPU
- 4 Go RAM
- 40 GB NVMe
- Daily backups
- Managed & monitored by DINAO
- 4 dedicated vCPU
- 8 Go RAM
- 80 GB NVMe
- Daily backups
- Managed & monitored by DINAO
- 8 dedicated vCPU
- 16 Go RAM
- 160 GB NVMe
- Daily backups
- Managed & monitored by DINAO
This application uses AI
The container hosts the application, not the AI engine (which requires dedicated GPUs) : inference is handled externally, with your own provider key. Prioritize a sovereign engine — Mistral AI, NumSpot, Scaleway, or OVHcloud AI Endpoints (France, GDPR) ; an international provider (OpenAI, Anthropic…) only if a specific capability requires it. Inference subscriptions are not included in hosting.
Technical details
You might be wondering…
What is GitIngest used for?
It transforms a Git repository into a clean, structured text digest, optimized to be pasted into an LLM prompt. An AI assistant can thus understand your codebase in one go, supported by token counting.
Can I ingest private repositories?
Yes. By providing a personal access token (PAT), GitIngest can ingest your private repositories — and on your DINAO instance, their content never leaves our French servers.
How do I integrate it into my workflows?
Via the private web interface, command line, or Python package. You can pipe the output directly to your LLM tools and integrate it into your pipelines.
Does my source code go to a third party?
No. Unlike the public gitingest.com service, your DINAO instance processes everything locally in France: your source code is not submitted to any external service.
Can I connect it to a local AI?
Yes. On the Enterprise tier, GitIngest can be coupled with an open-weight LLM hosted on your DINAO infrastructure, for a fully sovereign code analysis pipeline.