@proxai/gateway
v2026.5.22-1
Published
ProxAI Gateway — captures coding-agent activity (Claude Code, Cursor, Codex) and ships it to ProxAI's backend with on-device secret redaction.
Maintainers
Readme
ProxAI Gateway
ProxAI Gateway is an on-device service that captures your coding-agent activity and ships it to ProxAI. It reads Claude Code, Cursor, and Codex session files directly from disk — no proxy, no traffic interception — and redacts API keys and other secrets on your machine before anything is uploaded.
Install
ProxAI Gateway is a single self-contained binary — you don't need Bun, Node, or any other runtime to run it.
macOS / Linux
curl -fsSL https://github.com/proxai/proxai_gateway/raw/main/install.sh | bashWindows (PowerShell)
irm https://github.com/proxai/proxai_gateway/raw/main/install.ps1 | iexnpm — any platform, requires Node 18+
npm install -g @proxai/gatewayThe binary installs to a user-writable location — no sudo and no admin prompt.
Set up
Run setup, then start the service:
proxai-gateway setup
proxai-gateway startsetup configures the gateway with the ingestion key from your ProxAI dashboard. start registers it as a background service that launches on login and keeps running across reboots.
Check status
proxai-gateway statusShows whether the gateway is active and how capture and uploads are doing.
Manage the service
proxai-gateway stop # stop until the next reboot
proxai-gateway restart # stop, then start again
proxai-gateway uninstall # remove the service — add --reset to also wipe local dataRun proxai-gateway --help to see every command.
License
MIT — see LICENSE.
