Mac Terminal

Telocall Link — Mac connect

Apple Silicon (M1 / M2 / M3) and Intel Macs. Account must be approved.

← Back to account · Help

Option 1 — No Homebrew (new default)

Option 2 — Homebrew (tested backup)

Tested · fallback

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"

Uninstall

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

If something fails

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.