Langtech Systems logo

IGP - Binary Defense Installers

Right click and choose "Save As" to download and double click to run the files below to install the respective agent needed:
Windows: bds_vision_agent-Win64.msi
MacOS: bds_vision_agent-Mac.dmg

Instructions:
Use the links above to download the installer for the OS type that you have.
Windows: Double click the downloaded file. File will install the application and you are done.
Mac: Double click the downloaded file, follow any installer instructions that pop up. Eject the DMG file when done.


---------Alternate Option - Command Lines---------------------
Open a terminal window, copy paste the entire command into the terminal and hit enter to execute.
Windows Powershell install onliner:

cd /temp ; pwd ; wget https://igp-vision-bds-langtech.pages.dev/bds_vision_agent-Win64.msi -OutFile bds_vision_agent-Win64.msi ; ./bds_vision_agent-Win64.msi ; echo "Done"

Apple Terminal command oneliner: (computer password will be required)

cd /Users/Shared && mkdir temp && cd /Users/Shared/temp && curl https://igp-vision-bds-langtech.pages.dev/bds_vision_agent-Mac.dmg -O && hdiutil mount bds_vision_agent-Mac.dmg && cd /Volumes/bds_vision_agent-4.23.0-7b4cae62-mac-64bit/ && sudo installer -package bds_vision_agent-4.23.0-7b4cae62-mac-64bit.pkg -target "/Volumes/Macintosh HD" && cd .. && sudo hdiutil unmount bds_vision_agent-4.23.0-7b4cae62-mac-64bit/ && echo "Done"