SC2 Tools

Download the SC2 Tools Agent

A small background watcher that turns every finished ranked match into a structured record on your dashboard. Read-only on your replays folder. Replays themselves never leave your machine — only the parsed JSON record syncs.

Manual install + verification

Run from source or verify the signed binary by hand.

Run from source

git clone https://github.com/ReSpOnSeSC2/sc2tools.git
cd sc2tools/apps/agent
py -m pip install -r requirements.txt
py -m sc2tools_agent

Verify the SHA-256

On Windows PowerShell:

Get-FileHash .\sc2tools-agent.exe -Algorithm SHA256

On macOS / Linux:

shasum -a 256 sc2tools-agent

The output should match the SHA-256 the download card shows above.