One command to deploy, double-click to run. No config, auto key generation.
MIT licensed. Free and open source.
Standalone executable. No install required — just download and run.
Build from source on macOS
git clone https://github.com/gunxueqiu6/ai-privacy-gateway
cd ai-privacy-gateway
bash packaging/macos/build_dmg.sh Requires macOS 10.15+. DMG output in packaging/macos/output/
View on GitHubServer deployment, one command
docker run -d --name ai-privacy-gw -p 9999:9999 -v ./vault_data:/app/vault_data ghcr.io/gunxueqiu6/ai-privacy-gateway:lite Also supports docker-compose up -d
View DocsPython developers, one pip command
pip install -r requirements.txt
python start.py --auto Requires Python 3.8+
GitHubChrome / Edge plugin
Download v2.0.0Unzip → chrome://extensions → Developer mode → Load unpacked
No installer, just the executable.
git clone https://github.com/gunxueqiu6/ai-privacy-gateway
cd ai-privacy-gateway
start.bat Or download ZIP, extract, double-click start.bat
Download ZIPFrom source, works on any Unix system.
git clone https://github.com/gunxueqiu6/ai-privacy-gateway
cd ai-privacy-gateway
bash start.sh Also chmod +x start.sh && ./start.sh
Download ZIPRun the executable or Docker container
Set to http://localhost:9999/v1
PII auto-masked. No further config needed.