---
url: 'https://repomix.com/guide/community-projects.md'
description: >-
  Discover community tools, editor extensions, desktop apps, language
  implementations, and integrations built around Repomix.
---

# Community Projects

Discover amazing projects created by the Repomix community! These projects extend Repomix's capabilities, provide implementations in other languages, or integrate Repomix into larger toolsets.

## Editor Extensions

### Repomix Runner (VSCode Extension)

VSCode extension that helps bundle files into a single output for AI processing. Pack selected files, create reusable bundles, and copy content to clipboard.

**Repository**: [massdo/repomix-runner](https://github.com/massdo/repomix-runner)\
**Marketplace**: [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=DorianMassoulier.repomix-runner)

## Desktop Applications

### Repomix Desktop

A community desktop application that provides a GUI wrapper for the Repomix CLI. Built with Python and CustomTkinter, it offers a user-friendly interface without needing to use the terminal.

**Repository**: [KevanMacGee/Repomix-Desktop](https://github.com/KevanMacGee/Repomix-Desktop)

## Language Implementations

### Python Repomix

Python implementation of Repomix with AST-based compression for Python code. Features multiple compression modes, security checks using detect-secrets, and multiprocessing support.

**Repository**: [AndersonBY/python-repomix](https://github.com/AndersonBY/python-repomix)

## Integration Tools

### Rulefy

Transforms GitHub repositories into custom Cursor AI rules using Claude AI. Extracts project structure and conventions to generate .rules.mdc files.

**Repository**: [niklub/rulefy](https://github.com/niklub/rulefy)

### Codebase MCP

Model Context Protocol server that uses Repomix to help AI agents analyze codebases. Provides tools for local workspace analysis, remote GitHub repositories, and saving analysis results.

**Repository**: [DeDeveloper23/codebase-mcp](https://github.com/DeDeveloper23/codebase-mcp)

### vibe-tools

CLI toolset for AI agents with multiple capabilities including web search via Perplexity, repository analysis with Gemini and Repomix, and browser automation with Stagehand.

**Repository**: [eastlondoner/vibe-tools](https://github.com/eastlondoner/vibe-tools)

## Related Resources

* [Installation](/guide/installation) - Install Repomix CLI or browser extension
* [MCP Server](/guide/mcp-server) - Use Repomix as an MCP server for AI assistants
* [Claude Code Plugins](/guide/claude-code-plugins) - Official plugins for Claude Code
