This repository contains the official Homebrew tap for installing the DirectGate agent on macOS.
DirectGate lets you securely access your computers, servers, terminal, files, and code editor from any browser through direct encrypted connections.
- 🌐 Website: https://directgate.io
- 📦 Agent Repository: https://github.com/directgate/directgate-agent
Add the DirectGate tap:
brew tap directgate/directgateInstall the agent:
brew install directgateStart the agent:
brew services start directgateRestart the agent:
brew services restart directgateStop the agent:
brew services stop directgateAfter installation, sign in to https://directgate.io, add a device, and run the pairing command generated by the dashboard on your Mac.
Example:
directgate -sed <device_id> -t <pairing_token>brew update
brew upgrade directgateThis repository contains only the Homebrew formula used to install DirectGate on macOS.
For source code, documentation, architecture details, and security information, visit:
https://github.com/directgate/directgate-agent
The DirectGate agent is licensed under the GNU General Public License v3.0.
See the main repository for license details.