repo-to-text and repo2txt

These are competitors offering similar core functionality—converting repository contents into single text files for LLM consumption—with the main distinction being that one is a CLI tool with package distribution while the other is a web-based interface.

repo-to-text
65
Established
repo2txt
49
Emerging
Maintenance 6/25
Adoption 20/25
Maturity 25/25
Community 14/25
Maintenance 10/25
Adoption 10/25
Maturity 8/25
Community 21/25
Stars: 203
Forks: 22
Downloads: 16,545
Commits (30d): 0
Language: Python
License: MIT
Stars: 1,763
Forks: 210
Downloads:
Commits (30d): 0
Language: TypeScript
License:
No risk flags
No License No Package No Dependents

About repo-to-text

kirill-markin/repo-to-text

Convert a repository structure and its contents into a single text file, including the tree output and file contents in markdown code blocks. It may be useful to chat with LLM about your code.

About repo2txt

abinthomasonline/repo2txt

Web-based tool converts GitHub repository contents into a single formatted text file

Supports multiple sources (GitHub, GitLab, Azure DevOps, local files, zip uploads) with smart filtering via .gitignore patterns and custom rules. Built with React 19, Vite, and Web Workers for background tokenization, enabling efficient processing of 10,000+ file repositories entirely in-browser with zero server uploads. Real-time GPT token counting and virtual scrolling optimize the experience for preparing code context for LLM prompts.

Related comparisons

Scores updated daily from GitHub, PyPI, and npm data. How scores work