Operating System | Zip | Installer |
Windows (64-bit) | ✅ | ✅ |
Linux (64-bit) | ✅ | ✅ |
macOS (64-bit) | ✅ | ❌ |
macOS supports only the Zip installation method.Ensure you have administrator/root privileges
Review System Requirements
Only one Bridge agent can be installed per machine.
Only one Bridge agent can be installed per machine.

Proxy settings (optional):
yes – Enter proxy host, port, username, and password.
no – Disable proxy.
skip – Keep existing proxy settings unchanged.
PostgreSQL settings (optional): To use an external PostgreSQL instance.
yes – Enter the host, port, username, and password.
no – Use bundled PostgreSQL.
skip – Keep existing configuration unchanged.
Non-root username
Enter a local account (without administrative privileges).
If the username does not exist, the setup will prompt you to create it. Providing the user password is mandatory for Windows.
If a Bridge service already exists, you will be prompted to override it:
No – Installation will be terminated.
Yes – Installation will continue and overwrite the existing service.
Click the download icon to download the installer, or copy and execute the command provided.
Locate the downloaded file and double-click to launch the setup wizard.
Follow the setup wizard:
Accept License Agreement
Choose installation directory (default location: C:\Bridge)
Configure Proxy settings (optional)
Configure External PostgreSQL (optional) - By default, the bridge uses a bundled PostgreSQL database.
Enter a a non-root user (local account without administrative privileges) to run the service. Password is mandatory for Windows.
Review the summary and click Install.
Once installation completes, click Done to close the wizard.
Download the zip file or copy and execute the command provided.
Launch PowerShell as Administrator.
Extract the zip: Expand-Archive -Force Bridge.zip 'C:\Bridge'
Execute the installation command: cmd.exe /c 'C:\Bridge\bin\bridge.bat install'
Follow the common configuration prompts.
Uninstall Bridge
Open an elevated PowerShell.
Stop the Bridge: cmd.exe /c 'C:\Bridge\bin\bridge.bat' stop
Uninstall the Bridge service: cmd.exe /c 'C:\Bridge\bin\bridge.bat' uninstall
Remove the Bridge files: Remove-Item 'C:\Bridge' -Force -Recurse
Click the download icon or copy the wget command and run it in your terminal.
Open a terminal and run the installer with root permission: sudo sh 'Bridge.bin'
Follow the setup wizard:
Accept License Agreement
Choose installation directory (default: /Bridge)
Configure Proxy settings (optional)
Configure External PostgreSQL (optional) - By default, the bridge uses a bundled PostgreSQL database.
Enter a a non-root user (local account without administrative privileges) to run the service.
Review the summary and click Install.
Once installation completes, click Done to close the wizard.
Uninstall Bridge
Open a terminal.
Stop the Bridge: sudo sh /Bridge/bin/bridge.sh stop
Uninstall the Bridge service: sudo sh /Bridge/bin/bridge.sh uninstall
Remove the Bridge files: sudo rm -rf /Bridge
macOS (Zip Download)
Download the zip file or copy the wget command and execute in the terminal.
Open a terminal and extract the zip using the command: unzip -d /Library/Bridge Bridge.zip
Execute the installation command with root permission: sudo sh /Bridge/bin/bridge.sh install
Follow the common configuration prompts.
Uninstall Bridge
Open a terminal.
Stop the Bridge: sudo sh /Library/Bridge/bin/bridge.sh stop
Uninstall the Bridge service: sudo sh /Library/Bridge/bin/bridge.sh uninstall
Remove the Bridge files: sudo rm -rf /Library/Bridge
Step 3: Verify Installation
After installation:
Bridge service should be running
Bridge appears in Bridge home page
You can view version, status, and activity


Do not share Bridge files with anyone. Ensure the installation location is securely protected.
Do not modify or remove any properties within the Bridge configuration files. The internal files should not be edited, deleted, or shared.