SISTER

Screenshot Interrogation System for Traits and Equipment Recognition

Download SISTER

Choose your preferred installation method below to get started with SISTER.

Windows Installer (Recommended)

Download our MSI installer for the easiest setup experience on Windows.

  • Automatic path configuration
  • Pre-configured settings
  • Easy updates
Download MSI Installer v2025.05.31

Install via pip (Cross-platform)

Install from source using pip for maximum flexibility and platform independence.

Option 1: Clone and Install

git clone https://github.com/phillipod/SISTER.git cd SISTER pip install .

Option 2: Local Installation

If you already have the codebase locally:

cd SISTER pip install .

Next Steps

1. Download Icon Assets (Optional)

Icons are downloaded automatically as needed, but you can pre-download all icons if desired:

sister-cli --download

2. Build Hash Cache (Optional)

A hash cache is included by default. Only build it if you've downloaded new icons:

sister-cli --build-hash-cache

Note: The --download command must be run before --build-hash-cache

3. Read the Documentation

Learn how to use SISTER effectively with our comprehensive documentation.

View Documentation

System Requirements

Minimum Requirements

  • Python 3.11 or higher
  • 8GB RAM
  • Storage:
    • Source install: 500MB
    • MSI installer: 1.5GB

Recommended

  • Python 3.11 or higher
  • 16GB RAM
  • CUDA-capable GPU (for OCR acceleration)