Downloads
Two install paths to Synura. Pick the one that matches what you already have running.
Synura Connect is the simplest path. A small Windows agent that runs as a service on a host inside your network. Take this path if you do not already run an integration engine.
Synura Mirth Connector wires an existing Mirth Connect instance to Synura. Take this path if Mirth is already in your stack.
Synura Connect (Windows only)
Section titled “Synura Connect (Windows only)”A small agent that runs as a service on a host inside your network. Opens an outbound TLS tunnel to Synura and exposes a local MLLP listener that your sending systems point at. No inbound firewall changes, no VPN, no static IPs to manage.
| Platform | Windows |
| Status | Available with code-signed release |
| Other platforms | Linux and macOS on the backlog |
Synura Mirth Connector
Section titled “Synura Mirth Connector”Wires an existing Mirth Connect 3.8.1 or later instance to Synura. Configures stunnel, imports the certificate trust chain and deploys the Synura - Mailbox Poller channel. Your other Mirth channels keep running.
After downloading, extract the archive and run the installer from inside the extracted folder.
Windows Bundle (Recommended)
Section titled “Windows Bundle (Recommended)”The PowerShell installer wrapped in a zip bundle. Detects your Mirth installation, installs stunnel, configures TLS, deploys the polling channel and verifies the connection.
| File | SynuraMirthConnector-windows.zip |
| Size | 3.7 MB |
| Requires | Windows, PowerShell 5.1 or later, Mirth Connect 3.8.1 or later, Administrator access |
Run from an elevated PowerShell terminal:
Expand-Archive SynuraMirthConnector-windows.zipcd SynuraMirthConnector-windowsSet-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass.\windows\install.ps1See the Quick Start guide for a full walkthrough.
Linux Bundle
Section titled “Linux Bundle”Shell script for Linux integration hosts. Installs and configures stunnel via apt-get or yum, imports the TLS certificate and deploys the Mirth polling channel.
| File | SynuraMirthConnector-linux.tar.gz |
| Size | 10 KB |
| Requires | Linux (Debian/Ubuntu or RHEL/CentOS family), Mirth Connect 3.8.1 or later, root or sudo access |
Run from a shell:
tar xzf SynuraMirthConnector-linux.tar.gzcd SynuraMirthConnector-linuxsudo ./install.shWindows Installer Wizard
Section titled “Windows Installer Wizard”A double-click .exe wizard with a graphical interface for the same steps as the Windows Bundle. Available with the next code-signed release. Use the Windows Bundle above until then.
| File | SynuraMirthConnector-Setup.exe |
| Status | Available with code-signed release |
Manual Setup
Section titled “Manual Setup”If you prefer to configure each component yourself, or your security team requires manual review, follow the Manual Setup guide. It walks through stunnel installation, TLS configuration, certificate import and channel creation step by step.
Need Help?
Section titled “Need Help?”Contact hello@synura.io with your Mirth version and operating system.