website/client/src/en/guide/installation.md
npx repomix@latest
::: code-group
npm install -g repomix
yarn global add repomix
pnpm add -g repomix
bun add -g repomix
brew install repomix
:::
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
Run Repomix directly in VSCode with the community-maintained Repomix Runner extension.
Features:
Install it from the VSCode Marketplace.
Get instant access to Repomix directly from any GitHub repository! Our Chrome extension adds a convenient "Repomix" button to GitHub repository pages.
After installation, verify that Repomix is working:
repomix --version
repomix --help