Apple Silicon (M1 / M2 / M3) and Intel Macs. Account must be approved.
Downloads a small Telocall helper (WireGuard built in). No brew install.
curl -fsSL -o /tmp/telocall-mac-connect.sh https://link.telocall.com/connect-mac.sh bash /tmp/telocall-mac-connect.sh
Disconnect:
bash /tmp/telocall-mac-connect.sh disconnect
The original method we used successfully with Rose. Needs Homebrew once
(wireguard-tools + bash). Use this if Option 1 fails.
If Homebrew is not installed yet:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Then PATH (Apple Silicon), then connect:
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile eval "$(/opt/homebrew/bin/brew shellenv)" curl -fsSL -o /tmp/telocall-mac-connect-brew.sh https://link.telocall.com/connect-mac-brew.sh bash /tmp/telocall-mac-connect-brew.sh
Disconnect:
sudo /opt/homebrew/bin/bash /opt/homebrew/bin/wg-quick down "$HOME/Library/Application Support/TelocallLink/TelocallLink.conf"
Disconnect first (Option 1 or 2), then:
rm -rf ~/Library/Application\ Support/TelocallLink rm -f /tmp/telocall-mac-connect.sh /tmp/telocall-mac-connect-brew.sh
Optional (Option 2 only): brew uninstall wireguard-tools
Option 1 log:
cat ~/Library/Application\ Support/TelocallLink/connect.log
Option 2 log:
cat ~/Library/Application\ Support/TelocallLink/connect-brew.log
Windows users: use the desktop app on your account page.