A plain-English guide to downloading, verifying, and installing the Fusion ONNX Trainer for Fusion AI Studio.
Fusion ONNX Trainer is the local training runtime used by Fusion AI Studio. It lets AI Studio train models and prepare ONNX files that can be used by Fusion Builder.
This guide covers the installer download, Windows SmartScreen warnings, SHA-256 verification, first install, clean install, and common setup problems.
Only download Fusion ONNX Trainer from the official Fusion Indicators download link provided through your account or support email.
Do not run a copy of the installer that was sent through an unofficial file-sharing link, forwarded by another person, or downloaded from a third-party site.
Before installing:
DownloadsThe first install can take several minutes because Windows prerequisites and Python packages may need to be prepared.
Current V1.0 installer file name:
FusionONNXTrainerSetup-1.0.0.exe
Current expected SHA-256:
4dc66de825fdeb9e526025ac6340ec1ae564403ae824ee4925be7a61f3638d5d
If the official download page shows a newer SHA-256, use the SHA-256 shown on the official download page for the file you downloaded.
Fusion ONNX Trainer V1.0 is not code-signed yet. Because of that, Windows may show:
Windows protected your PCUnknown publisherThis warning does not automatically mean the file is unsafe. It means Windows does not yet have a trusted publisher signature or enough reputation for this installer.
Before clicking through the warning, verify the SHA-256 using the steps below. If the SHA-256 matches the official value, the file matches the official Fusion Indicators installer build.
After verifying the file, if Windows shows SmartScreen:
FusionONNXTrainerSetup-1.0.0.exe.SHA-256 is a fingerprint of the exact installer file. If the download is changed, corrupted, incomplete, or replaced with a different file, the SHA-256 value will be different.
Get-FileHash "$env:USERPROFILE\Downloads\FusionONNXTrainerSetup-1.0.0.exe" -Algorithm SHA256
Hash value to the expected SHA-256:4dc66de825fdeb9e526025ac6340ec1ae564403ae824ee4925be7a61f3638d5d
If the hash matches exactly, the installer file matches the official build.
If the hash does not match, do not run the file. Delete it and download it again from the official Fusion Indicators link.
If you prefer Command Prompt, run:
certutil -hashfile "%USERPROFILE%\Downloads\FusionONNXTrainerSetup-1.0.0.exe" SHA256
Compare the printed SHA-256 value to the expected value above.
FusionONNXTrainerSetup-1.0.0.exe.FusionTrainerWorkbench folder, or keep the recommended folder under your NinjaTrader 8 documents folder.The final bootstrap step can take several minutes. During this step, the installer may:
Do not close the installer while the progress bar is still moving or the details window is still showing setup work.
If Windows asks for permission to install the Microsoft Visual C++ runtime, allow it. ONNX Runtime needs this Windows component.
The clean install checkbox deletes existing files in the selected FusionTrainerWorkbench workspace folder before first launch.
Use clean install when:
Do not select clean install if you want to keep existing trainer datasets or model files in that workspace.
Clean install should not delete NinjaTrader itself. It is intended for the selected Fusion trainer workspace folder.
If setup says bootstrap error or says the runtime setup failed, do not keep reinstalling blindly. The installer writes a detailed log here:
%LOCALAPPDATA%\FusionOnnxTrainer\install_bootstrap.log
Common causes include:
Supported Python versions for this V1.0 installer are:
If the log says Python is missing or unsupported, install Python 3.13 x64 from the official Python for Windows download page, then run the Fusion ONNX Trainer installer again.
If the log says requirements.txt or another installer file is missing, verify the SHA-256. If the SHA-256 does not match, delete the installer and download a fresh copy from the official link.
If the installer still fails, send support:
Get-FileHashinstall_bootstrap.log from:%LOCALAPPDATA%\FusionOnnxTrainer\install_bootstrap.log
Also mention:
No. SHA-256 verifies that the file matches the official build. It does not remove SmartScreen or Unknown publisher. Code signing is what improves the Windows publisher warning.
Windows reputation is tied to the exact file and publisher signature. A new unsigned installer build has a new file fingerprint and may show SmartScreen even if an older build did not.
Usually no, but the trainer runtime does need a supported x64 Python. The installer checks for Python 3.11, 3.12, or 3.13 x64 and may try to prepare what it needs. On locked-down Windows environments, manual Python installation may be required.
Run the installer normally first. If Windows asks for permission during prerequisite setup, allow it. The Microsoft Visual C++ runtime is a Windows-level prerequisite and may require permission.
Yes, but keeping a copy of the installer and its expected SHA-256 can be useful if support asks which exact build you installed.
This guide reflects the Fusion ONNX Trainer V1.0 installer workflow. Last updated 2026-07-02.