Skip to content

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.


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.

PlatformWindows
StatusAvailable with code-signed release
Other platformsLinux and macOS on the backlog

Email us to be notified


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.

The PowerShell installer wrapped in a zip bundle. Detects your Mirth installation, installs stunnel, configures TLS, deploys the polling channel and verifies the connection.

FileSynuraMirthConnector-windows.zip
Size3.7 MB
RequiresWindows, PowerShell 5.1 or later, Mirth Connect 3.8.1 or later, Administrator access

Run from an elevated PowerShell terminal:

Terminal window
Expand-Archive SynuraMirthConnector-windows.zip
cd SynuraMirthConnector-windows
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
.\windows\install.ps1

See the Quick Start guide for a full walkthrough.

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.

FileSynuraMirthConnector-linux.tar.gz
Size10 KB
RequiresLinux (Debian/Ubuntu or RHEL/CentOS family), Mirth Connect 3.8.1 or later, root or sudo access

Run from a shell:

Terminal window
tar xzf SynuraMirthConnector-linux.tar.gz
cd SynuraMirthConnector-linux
sudo ./install.sh

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.

FileSynuraMirthConnector-Setup.exe
StatusAvailable with code-signed release

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.


Contact hello@synura.io with your Mirth version and operating system.