Skip to main content
Follow these steps to generate your first stories from your existing git history.
1

Install repr

Install using Homebrew (macOS/Linux) or pipx (Universal).
brew tap repr-app/tap
brew install repr
See Installation for Windows and other methods.
2

Initialize

Scan your code directory to find repositories. Repr works best when you point it at a folder containing multiple projects.
repr init ~/code
3

Generate Stories

Generate summaries for your recent work. By default, this uses your local LLM (if available) or prompts for an API key.
repr generate --local
4

View Results

See the stories you just created.
repr stories

Next Steps

Now that you have repr running, explore how to make it part of your workflow.