Windows MSI Installation¶
Download the latest release¶
- Open the GitHub releases page: Decode-Orc Releases
- In the latest release, download the MSI named like
Decode-Orc-<version>-windows-x64.msi.
Install from the MSI¶
- Double-click the downloaded MSI file.
- Follow the Windows Installer wizard:
- Review the license agreement and click "I Agree" to continue.
- Choose the installation location (default:
Program Files\Decode-Orc). - Select whether to create Start Menu and Desktop shortcuts.
- Click "Install" to begin installation.
- Wait for the installation to complete and click "Finish".
Unsigned MSI - Additional Steps Required¶
The MSI installer is unsigned, which means Windows Defender SmartScreen may block installation. Follow these steps:
Option A: Install via Windows Defender SmartScreen Prompt (Recommended)¶
- When you try to run the MSI, you may see a "Windows Defender SmartScreen prevented an unrecognized app from starting" dialog.
- Click "More info" to expand the dialog.
- Click "Run anyway" to proceed with installation.
- The installer will then launch normally.
Option B: Disable SmartScreen (Not Recommended)¶
If you don't see the prompt, you may need to manually disable SmartScreen protection temporarily:
- Open Windows Security.
- Go to App & browser control.
- Under SmartScreen for Microsoft Edge, toggle to Off.
- Run the MSI installer.
- Re-enable SmartScreen protection after installation.
Option C: Override via Command Line (Advanced)¶
If the GUI method doesn't work, you can install via PowerShell or Command Prompt:
# In PowerShell as Administrator:
msiexec /i "C:\path\to\Decode-Orc-<version>-windows-x64.msi" /quiet
Replace C:\path\to\Decode-Orc-<version>-windows-x64.msi with the actual path to the downloaded MSI file.
Launching the Application¶
After installation, you can launch Decode-Orc:
- Via Start Menu: Search for "Decode-Orc" and click the application.
- Via Desktop Shortcut: Double-click the "Decode-Orc" shortcut on your desktop (if created during installation).
- Via File Explorer: Navigate to
Program Files\Decode-Orc\bin\and double-clickorc-gui.exe.
Using orc-cli from the command line¶
The command-line tool orc-cli is included in the installation. You can run it from the Command Prompt or PowerShell:
To use orc-cli from any directory, add the installation directory to your system PATH:
- Press
Win + Xand select System. - Click Advanced system settings.
- Click Environment Variables.
- Under System variables, select Path and click Edit.
- Click New and add:
C:\Program Files\Decode-Orc\bin - Click OK on all dialogs.
- Restart your terminal.
You can then run:
Uninstalling¶
To remove Decode-Orc:
- Open Control Panel > Programs > Programs and Features.
- Find Decode-Orc in the list.
- Click Uninstall and confirm.
- Follow the uninstall wizard.
Alternatively, you can uninstall via the MSI: