This homebrew tap provides casks for installing Trader Workstation and IBKR Desktop by Interactive Brokers in multiple versions.
brew tap fasmat/trader-workstation
and then install the software of your choice:
- Trader Workstation latest:
brew install --cask trader-workstation-latest
- Trader Workstation stable:
brew install --cask trader-workstation-stable
- Trader Workstation beta:
brew install --cask trader-workstation-beta
- IBKR Desktop:
brew install --cask ibkr-desktop-latest
brew help
, man brew
or check Homebrew's documentation.