Standalone Executables
Download the pre-built aggregator for your operating system. No Python installation required — each package includes the executable, a README, and a sample data file so you can complete a test run right away.
To address the issues encountered earlier this year, we are now compiling the binaries with PyInstaller instead of Nuitka. Additionally, the downloads are now hosted on the same domain as the Aggregator Tool.
Version: 1.0.8 | Last updated: July 15, 2026
Source Code
The ACTS Aggregation Python script is hosted on a GitHub repository. Use the command below to clone it. You will need Git and a Python environment to run the scripts directly.
As of July 2026, the source code repository has been made public. A PAT token is no longer required to clone the repository.
git clone https://github.com/rticwdt/acts-aggregatorAfter cloning, refer to the README in the repository for setup and usage instructions. Important reminders:
- The script requires the same templates as the ACTS Aggregator Tool. Templates can be downloaded from the Templates page.
- The ACTS Aggregator Tool is the preferred submission method. The downloadable source option has limited support.
- Do not alter the scripts. You are responsible for the accuracy of the data you submit.
- When updates are released, you are responsible for pulling the latest version.