All skills
Skillintermediate
Installation
```bash npx repomix@latest ```
Claude Code Knowledge Pack7/10/2026
Overview
Installation
Using npx (No Installation Required)
npx repomix@latest
Global Installation
::: code-group
npm install -g repomix
yarn global add repomix
pnpm add -g repomix
bun add -g repomix
brew install repomix
:::
Docker Installation
Pull and run the Docker image:
# Current directory
docker run -v .:/app -it --rm ghcr.io/yamadashy/repomix
# Specific directory
docker run -v .:/app -it --rm ghcr.io/yamadashy/repomix path/to/directory
# Remote repository
docker run -v ./output:/app -it --rm ghcr.io/yamadashy/repomix --remote yamadashy/repomix
VSCode Extension
Run Repomix directly in VSCode with the community-maintained Repomix Runner extension.
Features:
- Pack any folder with just a few clicks
- Choose between file or content mode for copying
- Automatic cleanup of output files
- Works with repomix.config.json
Install it from the VSCode Marketplace.
Browser Extension
Get instant access to Repomix directly from any GitHub repository! Our Chrome extension adds a convenient "Repomix" button to GitHub repository pages.

Install
- Chrome Extension: Repomix - Chrome Web Store
- Firefox Add-on: Repomix - Firefox Add-ons
Features
- One-click access to Repomix for any GitHub repository
- More exciting features coming soon!
System Requirements
- Node.js: ≥ 20.0.0
- Git: Required for remote repository processing
Verification
After installation, verify that Repomix is working:
repomix --version
repomix --help
Related Resources
- Basic Usage - Learn how to use Repomix
- Configuration - Customize Repomix for your needs
- Command Line Options - Full CLI reference