Installation Guide

Get AutoPR Engine up and running in minutes. Choose your preferred installation method.

Quick Install (Recommended)

Use our automated installation script for the fastest setup:

curl -fsSL https://raw.githubusercontent.com/JustAGhosT/autopr-engine/main/install.sh | bash

Docker Installation

Run AutoPR Engine in a containerized environment:

# Pull the image
docker pull ghcr.io/justaghost/autopr-engine:latest
# Run the container
docker run -p 8000:8000 ghcr.io/justaghost/autopr-engine:latest

Python Installation

Install from PyPI using pip:

pip install autopr-engine
# Or using Poetry
poetry add autopr-engine

GitHub App Setup

Configure AutoPR Engine as a GitHub App:

  1. Create a new GitHub App in your organization settings
  2. Set the webhook URL to your AutoPR Engine instance
  3. Configure the required permissions (read/write access to PRs and issues)
  4. Install the app on your repositories
  5. Configure environment variables in your AutoPR Engine instance

Need Help?

Check out our documentation or open an issue on GitHub.

© 2025 AutoPR Engine. All rights reserved.