Skip to content
PostGate

Installation and proxy setup

Install PostGate and route a browser or app through its localhost proxy.

PostGate publishes signed macOS packages through GitHub Releases. The download page checks for the latest stable release and lets you choose the build for Apple silicon or Intel Macs.

Supported packages

PlatformPackageArchitectureAvailability
macOS.dmgApple silicon and IntelAvailable
Windowsx64 plannedComing soon

The macOS builds include HTTP/3 support, but QUIC remains experimental and is disabled by default. The Windows option stays visible to make its status clear, but it does not link to an installer yet.

Connect a browser

Start the proxy from Capture. The toolbar shows the active address and port; the default is:

Text
127.0.0.1:8899

Set both the HTTP and HTTPS proxy fields in your browser or operating system's network settings to that address. Leave the SOCKS field empty unless another tool requires it.

PostGate binds to 127.0.0.1, so the proxy is not reachable from other devices on the network. Captured traffic and rule processing stay on the computer running PostGate.

Verify the connection

Visit an HTTP site and check that a request appears in Capture. If no request appears:

  1. Confirm that the Capture toolbar shows the proxy as running.
  2. Confirm that the browser or system proxy port matches PostGate's proxy port.
  3. Disable proxy bypass rules for the hostname you are testing.
  4. Check that another process is not already using the port.

HTTPS requests also require the PostGate certificate.

Change ports

Open Settings → Proxy Configuration to change the proxy port, toggle HTTP/2, configure experimental QUIC, or change the DevTools port. Stop and restart the proxy after changing a listener port.