Whether youโre working remotely, bypassing network restrictions, or securing your browsing, ProxyToggle handles everything for you.
If you want to build ProxyToggle from source, hereโs how:
Make sure you have Python 3.12+ installed. Then run:
pip install -r requirements.txt
Run:
pyinstaller --noconsole --onefile --windowed --name=ProxyToggle --icon=ProxyToggle.icns --add-data "ProxyToggle.icns:." proxy_toggle.py
The app will be available in the dist/ folder.
mv dist/ProxyToggle.app /Applications/
๐น Start ProxyToggle
You can manually start ProxyToggle from Terminal:
/Applications/ProxyToggle.app/Contents/MacOS/ProxyToggle &
Or, to keep it running even after closing Terminal:
nohup /Applications/ProxyToggle.app/Contents/MacOS/ProxyToggle > /dev/null 2>&1 &
๐น Toggle Proxy
Click the menu bar icon to enable/disable the SOCKS proxy instantly.
๐น Auto-Launch at Login
1. Open System Settings โ General โ Login Items.
2. Click + and select ProxyToggle.app.
โข ๐ Python 3.12
โข ๐ฅ Rumps (macOS Menu Bar Framework)
โข ๐ฆ PyInstaller (App Packaging)
ProxyToggle is open-source under the MIT License.