v2.0.0

Download Privacy Gateway

One command to deploy, double-click to run. No config, auto key generation.
MIT licensed. Free and open source.

Recommended

Download for Windows

Standalone executable. No install required — just download and run.

Windows 10 / 11 · 64-bit · Free & Open Source
Download (.exe)

macOS (.dmg)

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 GitHub

Docker

Server 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 Docs
</>

pip Install

Python developers, one pip command

pip install -r requirements.txt
python start.py --auto

Requires Python 3.8+

GitHub
🌐

Browser Extension

Chrome / Edge plugin

Download v2.0.0

Unzip → chrome://extensions → Developer mode → Load unpacked

Advanced Options — Source code & manual setup

Windows (ZIP / portable)

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 ZIP

macOS / Linux (portable)

From 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 ZIP

30-Second Quick Start

1

Download & Launch

Run the executable or Docker container

2

Change API URL

Set to http://localhost:9999/v1

3

Done

PII auto-masked. No further config needed.