Install#
SACRO Viewer is distributed as pre-built installers for Windows, Linux, and macOS. No additional dependencies or setup are required - the installers include everything needed to run the application.
System Requirements#
- Windows
Windows 10 or later
Administrator privileges may be required for installation
- Linux
Ubuntu 18.04 or later (or equivalent distribution)
64-bit architecture (amd64)
- macOS
macOS 10.14 (Mojave) or later
Intel or Apple Silicon processors supported
Windows Installation#
Download the latest Windows release
Unzip the downloaded file
Run the included
sacro 0.1.0.msiinstallerFollow the installation wizard prompts
The application will launch automatically when installation completes
Note
Administrator privileges may be required to install the application. If you encounter permission issues, right-click the MSI file and select “Run as administrator”.
Linux Installation#
Download the latest Linux release
Unzip the downloaded file
Install the included
.debpackage:sudo dpkg -i sacro_0.1.0_amd64.deb
Launch the application from your applications menu or run
sacrofrom the command line
macOS Installation#
Download the latest macOS release
Unzip the downloaded file
Move
Sacro.appto your Applications folderRight-click on the Sacro app icon and select “Open”
macOS will display a security warning - click “Open” to proceed
If the app is blocked, go to System Preferences → Security & Privacy and click “Open Anyway”
Warning
macOS may block the application because it’s not from an identified developer. This is normal for open-source applications. Follow the security steps above to allow the application to run.
Development Builds#
For testing the latest features, development builds are available:
Caution
Development builds are automatically generated from the latest code and may contain bugs or incomplete features. Use stable releases for production environments.
Sample Data#
All download packages include sample data for testing the application:
Sample ACRO outputs in the
outputsdirectoryTest files including CSV tables, images, and statistical results
Example metadata showing different ACRO status types (pass/fail/review)
To test the installation, launch SACRO Viewer and select the outputs directory from the downloaded package.
Troubleshooting#
- Windows: “Windows protected your PC” message
This is normal for new applications. Click “More info” then “Run anyway” to proceed with installation.
- macOS: “Cannot open because it is from an unidentified developer”
Go to System Preferences → Security & Privacy → General tab and click “Open Anyway” next to the blocked application message.
- Linux: Permission denied errors
Ensure you have sudo privileges and the downloaded
.debfile has execute permissions:chmod +x sacro_0.1.0_amd64.deb
- Application won’t start
Check that your system meets the minimum requirements listed above. On older systems, try running the application from the command line to see detailed error messages.
For additional support, please visit the GitHub Issues page.