Gitingest

Latest version: v0.1.4

Safety actively analyzes 722491 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.2

1.1.1

1.1

Transform GitHub repositories into LLM-ready prompts with a single click. This browser extension seamlessly integrates with GitHub's interface to provide instant access to GitIngest services.

✨ What's New

First public release of the GitIngest browser extension, featuring:

- 🔗 One-click "Open in GitIngest" button on GitHub repository pages
- ⚡️ Quick URL transformation (github.com → gitingest.com)
- 🛠 Configurable service URL for self-hosted instances
- 🔒 Privacy-focused design with zero data collection
- 💻 Full offline capability
- 🎨 Modern, clean UI with Tailwind CSS

🔧 Installation

Online Install
<a href="https://chromewebstore.google.com/detail/adfjahbijlkjfoicpjkhjicpjpjfaood" target="_blank" title="Get GitIngest Extension from Chrome Web Store"><img height="48" src="https://github.com/user-attachments/assets/20a6e44b-fd46-4e6c-8ea6-aad436035753" alt="Available in the Chrome Web Store" /></a><a href="https://addons.mozilla.org/firefox/addon/gitingest/" target="_blank" title="Get GitIngest Extension from Firefox Add-ons"><img height="48" src="https://github.com/user-attachments/assets/c0e99e6b-97cf-4af2-9737-099db7d3538b" alt="Get The Add-on for Firefox" /></a><a href="https://microsoftedge.microsoft.com/addons/detail/nfobhllgcekbmpifkjlopfdfdmljmipf" target="_blank" title="Get GitIngest Extension from Firefox Add-ons"><img height="48" src="https://github.com/user-attachments/assets/204157eb-4cae-4c0e-b2cb-db514419fd9e" alt="Get from the Edge Add-ons" /></a>

Manual Installation
Download `gitingest-extension-v1.0.0.zip` from the assets below.

📝 Notes

- Requires Chrome/Chromium-based or Firefox/Firefox-based browsers
- Permissions required:
- `storage`: For saving your custom service URL
- GitHub.com access: For adding the GitIngest button

🐛 Known Issues

None at this time. Please report any issues you find!

🙏 Feedback

We value your feedback! Please:
- Report issues on our [Issue Tracker](https://github.com/lcandy2/gitingest-extension/issues)
- Star the repository if you find it useful!

0.1.4

What's Changed

MacOS support for the CLI/pip package (was not working for remote repositories)

* feat: Add Python 3.7 Support and Restore Compatibility with Older Syntax by filipchristiansen in https://github.com/cyclotruc/gitingest/pull/181
* fix: Fix MacOS path resolution failures and surface temp directory cleanup errors by filipchristiansen in https://github.com/cyclotruc/gitingest/pull/183
* feat: add gist.github.com support and fix ingest_async bug by filipchristiansen in https://github.com/cyclotruc/gitingest/pull/184
* Capitalize a couple of words by ninadsachania in https://github.com/cyclotruc/gitingest/pull/180
* fix: Refine async_timeout to properly handle TypeVar usage by filipchristiansen in https://github.com/cyclotruc/gitingest/pull/185
* Fix typos by ninadsachania in https://github.com/cyclotruc/gitingest/pull/190
* feat(cli):Add support for .gitingest file processing in query ingestion by AbhiRam162105 in https://github.com/cyclotruc/gitingest/pull/191
* feat: partial cloning by filipchristiansen in https://github.com/cyclotruc/gitingest/pull/188
* remove unused setup.py by cyclotruc in https://github.com/cyclotruc/gitingest/pull/192
* fix: correct title attribute for Edge Add-ons link by CharlesCNorton in https://github.com/cyclotruc/gitingest/pull/199
* Refactor/ingestion by cyclotruc in https://github.com/cyclotruc/gitingest/pull/209
* Create scorecard.yml by cyclotruc in https://github.com/cyclotruc/gitingest/pull/211
* fix: fix directory include pattern matching and normalize Windows paths by filipchristiansen in https://github.com/cyclotruc/gitingest/pull/217
* Fix/dirtree by cyclotruc in https://github.com/cyclotruc/gitingest/pull/218
* fix subpath cloning by cyclotruc in https://github.com/cyclotruc/gitingest/pull/219

New Contributors
* ninadsachania made their first contribution in https://github.com/cyclotruc/gitingest/pull/180
* AbhiRam162105 made their first contribution in https://github.com/cyclotruc/gitingest/pull/191
* CharlesCNorton made their first contribution in https://github.com/cyclotruc/gitingest/pull/199


Special thanks to filipchristiansen once again for his impressive refactor of the ingestion logic, the recursion code is now much cleaner and safer to build upon

**Full Changelog**: https://github.com/cyclotruc/gitingest/compare/v0.1.3...v0.1.4

0.1.3

![image](https://github.com/user-attachments/assets/bb9c9505-408c-4c2d-842b-4eb2326999ff)


What's Changed

- Gitingest is now supporting windows!
- ⚠️ `from gitingest import ingest` is now sync (doesn't use async/await syntax anymore)
- You can use `from gitingest import ingest_async` for async usage like previously
- Improved include/exclude front-end behaviour
- Various git providers are now supported from the url trick (full list [here](https://github.com/cyclotruc/gitingest/blob/633d8d5325319d0f3b8848b788ba26fcc0101e48/src/gitingest/query_parser.py#L19))
- Moved from apianalytics to posthog (reached the 1.5M requests limit for gitingest.com)
- Improved url parsing to be more reliable accross all syntaxes
- And a lot of minor QoL improvements & bugfixes


**Full Changelog**: https://github.com/cyclotruc/gitingest/commits/v0.1.3


Special thanks to:
filipchristiansen who tremendously improved code quality accross the whole codebase
ShreyPurohit for the windows-compatibility work
DavidUlloa6310 who made this neat frontend feature

And since this is the first release on this repo, thanks a lot to every contributor so far!
* mosleyit made their first contribution in https://github.com/cyclotruc/gitingest/pull/4
* lore-corrias made their first contribution in https://github.com/cyclotruc/gitingest/pull/10
* heiho1 made their first contribution in https://github.com/cyclotruc/gitingest/pull/8
* nollium made their first contribution in https://github.com/cyclotruc/gitingest/pull/23
* ephraimduncan made their first contribution in https://github.com/cyclotruc/gitingest/pull/14
* ebawen made their first contribution in https://github.com/cyclotruc/gitingest/pull/28
* joshuajcoronado made their first contribution in https://github.com/cyclotruc/gitingest/pull/31
* justinlevi made their first contribution in https://github.com/cyclotruc/gitingest/pull/38
* safvanck made their first contribution in https://github.com/cyclotruc/gitingest/pull/36
* diegomarzaa made their first contribution in https://github.com/cyclotruc/gitingest/pull/42
* xiaopeng-ye made their first contribution in https://github.com/cyclotruc/gitingest/pull/50
* bouzaghrane made their first contribution in https://github.com/cyclotruc/gitingest/pull/46
* filipchristiansen made their first contribution in https://github.com/cyclotruc/gitingest/pull/57
* harshit-wadhwani made their first contribution in https://github.com/cyclotruc/gitingest/pull/52
* rafeyrana made their first contribution in https://github.com/cyclotruc/gitingest/pull/63
* Alikae made their first contribution in https://github.com/cyclotruc/gitingest/pull/76
* joydeep049 made their first contribution in https://github.com/cyclotruc/gitingest/pull/82
* waldyrious made their first contribution in https://github.com/cyclotruc/gitingest/pull/100
* lcandy2 made their first contribution in https://github.com/cyclotruc/gitingest/pull/59
* hudsonbrendon made their first contribution in https://github.com/cyclotruc/gitingest/pull/102
* RyanL2004 made their first contribution in https://github.com/cyclotruc/gitingest/pull/116
* gowthamkishore3799 made their first contribution in https://github.com/cyclotruc/gitingest/pull/131
* javierlinked made their first contribution in https://github.com/cyclotruc/gitingest/pull/155
* Artmann made their first contribution in https://github.com/cyclotruc/gitingest/pull/163
* atyrode made their first contribution in https://github.com/cyclotruc/gitingest/pull/165
* jcserv made their first contribution in https://github.com/cyclotruc/gitingest/pull/167
* davidwarshawsky made their first contribution in https://github.com/cyclotruc/gitingest/pull/171

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.