You can install the Algo scripts on a macOS system and use them to deploy your AlgoVPN to a cloud provider.
Algo handles all Python setup automatically. Simply:
git clone https://github.com/trailofbits/algo.git && cd algo
./algo
The first time you run ./algo
, it will automatically install the required Python environment (Python 3.11+) using uv, a fast Python package manager. This works on all macOS versions without any manual Python installation.
When you run ./algo
for the first time:
No manual Python installation, virtual environments, or dependency management required!