Installation
Pick an installer for your platform, or build OsdagBridge from source.
-
Download the installer
Grab the latest Windows installer directly from GitHub Releases:
-
Run the installer
Double-click
OsdagBridge-Setup.exeand follow the on-screen prompts.Windows SmartScreen notice Since the installer isn't yet code-signed, Windows may show a "Windows protected your PC" prompt. Click More info → Run anyway to continue. -
Launch OsdagBridge
Use the desktop shortcut or the Start Menu entry created by the installer.
-
Uninstalling
Use Add or Remove Programs, or run the uninstaller shortcut created alongside the app.
-
Download the installer
Grab the latest Linux shell installer directly from GitHub Releases:
-
Make it executable
chmod +x OsdagBridge-Linux.sh -
Run the installer
./OsdagBridge-Linux.shFollow the prompts to choose an install location. By default OsdagBridge installs to
$HOME/OsdagBridge. -
Launch OsdagBridge
$HOME/OsdagBridge/bin/osdagbridge -
Uninstalling
Run the bundled uninstall script from the install directory:
$HOME/OsdagBridge/Uninstall-OsdagBridge.sh
Building from source
For contributors, or platforms without a prebuilt installer (e.g. macOS).
-
Clone the repository
git clone https://github.com/garvit000/OsdagBridge.git cd OsdagBridge -
Install in editable mode
pip install -e . -
Run the desktop app
python -m osdagbridge.desktop -
Or run the CLI
osdagbridge analyze project.yaml --solver native
Continue to Getting Started for a full walkthrough of the desktop, web, and CLI workflows.