Skip to content
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. Parsed analysis and the original replay sync securely to your private cloud library, where only your account can review or download them.

Already using the agent? Install the latest version, choose All time for the replay filter, then click Re-sync replay library once. That one scan rebuilds cloud analysis and archives every original still available on this PC; it does not duplicate games.

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.