Public distribution mirror for AgentProxy by deemwar-products. The application source is private; only prebuilt, checksummed release artifacts are published here (as GitHub Releases), so the public install paths work without any authentication.
# npm (macOS / Linux / Windows)
npm install -g @deemwario/agent-proxy
# curl-pipe (macOS / Linux) — resolves the latest release and verifies its SHA256
curl -fsSL https://agentproxy.deemwar.com/install.sh | bash
# Homebrew (macOS)
brew install deemwar-products/agent-proxy/agentproxy
# Scoop (Windows)
scoop bucket add agent-proxy https://github.com/deemwar-products/scoop-agent-proxy
scoop install agentproxyThen:
agentproxy setup # trust the local CA, log in once, start the proxy
agentproxy version- Releases — per-platform archives (
agentproxy_<version>_<os>_<arch>.{tar.gz,zip}) +checksums.txt, published automatically by GoReleaser from the private source repo on each tagged release. The npmpostinstalland the curl installer download + SHA256-verify these. - This README — the public face of the project.
AgentProxy is a local MITM proxy that masks secrets before they leave your machine, meters token/$ spend per agent, and adds governance — entirely local, no cloud account. Learn more: https://agentproxy.deemwar.com
Not a warning — a real hard-fail. PROOF.md: four copy-paste commands, no
signup, that trip a real 429 on your own claude CLI session, plus the raw captured log
from our own verification run.
If you run coding agents unattended and will tell us what breaks, email admin@deemwar.com with subject "agentproxy beta" — we'll extend your trial well past the standard 9 days, no purchase involved. We're especially interested in where you'd want the spend cap to sit (global vs per-project) and what breaks when a proxy sits in front of your agent.