RepoLens
Quick Start

Get Started with RepoLens

Transform any software repository into an AI-ready context package in just a few minutes.

Requirements

Java

Java 17 or later.

Operating System

Windows, Linux or macOS.

Repository

Any local Git repository or source code directory.

Create your first AI context pack

Step 1 — Download

Download the latest RepoLens JAR from the Releases page.

Step 2 — Build a context pack

Run:


java -jar Repolens.jar build \
  --input /path/to/project \
  --output project.pack

Step 3 — Use with your AI assistant

Upload the generated .pack file into your favorite AI coding assistant and begin asking questions about the repository.

Typical Workflow

  1. Download RepoLens.
  2. Select your source repository.
  3. Generate a context package.
  4. Upload the package to ChatGPT, Claude, Gemini or another AI assistant.
  5. Ask architecture, debugging, refactoring, or documentation questions.

Ready to begin?

Generate your first AI-ready repository package in minutes.

Download RepoLens