Download
Get AI-Proxy
Native builds for every desk: Homebrew or direct app on macOS, AppImage or .deb on Linux, an installer on Windows — and a headless CLI for servers. The desktop app checks for updates and installs them in one click.
Latest release v0.3.4 · CI-built & signature-verified
macOS
Recommended — Homebrew picks your chip and skips the Gatekeeper prompt:
$ brew tap meta-thinking/tap
$ brew trust --tap meta-thinking/tap
$ brew install --cask --no-quarantine ai-proxy
Or download the app
macOS 13+. Unzip, drag AI-Proxyto Applications. Direct downloads need a one-time approval (the app isn't notarized yet): System Settings → Privacy & Security → Open Anyway, or:
$ xattr -dr com.apple.quarantine /Applications/AI-Proxy.app
Linux
Desktop app as AppImage (any distro) or .deb (Debian/Ubuntu) — Intel/AMD and ARM (Raspberry Pi, Ampere/Graviton, Apple-Silicon VMs):
Headless / servers (Homebrew on Linux)
$ brew tap meta-thinking/tap
$ brew trust --tap meta-thinking/tap
$ brew install ai-proxy-cli
AppImage: chmod +x and run. The CLI is the whole gateway without the UI — supervise with systemd (ai-proxy run).
Windows
Installer for Windows 10/11 — the gateway lives in your tray. The .exe auto-updates itself; the .msi is for IT/managed rollouts.
SmartScreen may warn on first run (the installer isn't code-signed yet) — click "More info" → "Run anyway". Point clients at http://localhost:8317/v1 as on every platform.
Headless
Running on a server or Mac mini?
The CLI is the whole gateway without the desktop UI — one box can serve a whole team over the LAN with per-user keys and /v1/usage attribution.
Install (macOS & Linux)
$ brew tap meta-thinking/tap
$ brew trust --tap meta-thinking/tap
$ brew install ai-proxy-cli
Run
$ ai-proxy start
$ ai-proxy login gemini
$ ai-proxy service-install
Prefer tarballs? mac arm64 · mac Intel · linux x64 · linux arm64 — monitor with GET /health (no key, no tokens).
All builds are CI-built and published on the GitHub releases. New to AI-Proxy? Start with the docs.