Install From GitHub Releases¶
Radar Flow Studio installers are published through GitHub Releases.
Choose The Right File¶
Download the file that matches both your platform and CPU architecture. Release notes should make the intended asset clear.
Typical examples:
- macOS:
.dmgor.pkg - Windows:
.exeor.msi
Verify The Download¶
Each release should include SHA256SUMS.txt.
macOS¶
shasum -a 256 /path/to/installer
Compare the output to the matching entry in SHA256SUMS.txt.
Windows PowerShell¶
Get-FileHash C:\path\to\installer -Algorithm SHA256
Compare the reported hash to the matching entry in SHA256SUMS.txt.
Install Notes By Platform¶
macOS¶
- If Gatekeeper warns about the download, confirm you opened the installer from an official GitHub Release.
- Prefer the installer format called out in the release notes for your architecture.
Windows¶
- If SmartScreen appears, confirm the version, filename, and checksum before continuing.
- Use an installer that matches your system architecture.
Need Help?¶
If installation fails, use the install issue form and include:
- the exact installer filename
- your operating system version
- the step where the failure occurred
- the full text of any platform warning or error dialog