Agent Proxy releases
Download
Choose a release
VersionOlder releaseReleased 2025-01-281.20.2559
Choose a platform
Download and verify
aembit_agent_proxy_windows_amd64_1.20.2559.msiDownloadVerify this downloadsha256 + gpg
Fetch the artifact and its sidecars
Every release ships a bare-hash checksum and a detached GPG signature over that checksum.
curl -O https://releases.aembit.io/agent_proxy/1.20.2559/windows/amd64/aembit_agent_proxy_windows_amd64_1.20.2559.msi curl -O https://releases.aembit.io/agent_proxy/1.20.2559/windows/amd64/aembit_agent_proxy_windows_amd64_1.20.2559.msi.sha256 curl -O https://releases.aembit.io/agent_proxy/1.20.2559/windows/amd64/aembit_agent_proxy_windows_amd64_1.20.2559.msi.sha256.sigImport Aembit’s signing key
One time per machine.
curl -sS https://keybase.io/aembit/pgp_keys.asc | gpg --importCheck the signature on the checksum
This proves the checksum came from Aembit and was not altered in transit.
gpg --verify aembit_agent_proxy_windows_amd64_1.20.2559.msi.sha256.sig aembit_agent_proxy_windows_amd64_1.20.2559.msi.sha256 gpg: Signature made … gpg: Good signature from "Aembit, Inc. <keybase@aembit.io>" [unknown] Primary key fingerprint: EA3D 8D2F DAC6 BD81 3716 3D00 D655 E647 29BC 67D7Compare the artifact against the checksum
PowerShell. The .sha256 file holds only a hash, so compare the two values directly.
$want = (Get-Content aembit_agent_proxy_windows_amd64_1.20.2559.msi.sha256).Trim() $got = (Get-FileHash -Algorithm SHA256 aembit_agent_proxy_windows_amd64_1.20.2559.msi).Hash.ToLower() if ($got -eq $want) { "OK" } else { "MISMATCH" }
Expected digest70969f94849559f89f69e70b8376b12e14561b0be91caf4dd010e368ef88578c
All releases
38 Agent Proxy releases in total. Select a version to update the steps above.
| Version | Released | Notes | Linux amd64 | Windows amd64 |
|---|---|---|---|---|
| 1.34.5755latest | 2026-08-27 | Honor the gRPC keep-alive properties in the Windows installer; add the authorization chain to workload events; keep the outcome fields on Aembit-generated response events; validate arguments in the Linux installer | ✓ | ✓ |
| 1.32.4999 | 2026-06-04 | Add gRPC keep-alive and HTTP/2 ping options, with keep-alive settings in the Linux and Windows installers; add the HTTP idle timeout setting to the Windows installer; add a private key rotation period for x509 credentials; resolve all directive variables in a single GetCredentials call; restore AGENT_TRUST_PATH; handle dmidecode errors when gathering the serial number; include the error body when a server connection fails | ✓ | ✓ |
| 1.31.4798 | 2026-05-21 | Add support for x509/mTLS client credential injection | ✓ | ✓ |
| 1.31.4764 | 2026-05-02 | Remove S3 upload size restriction; add support for gathering dynamic claims from environment variables | ✓ | ✓ |
| 1.31.4670 | 2026-04-17 | Add upstream HTTP proxy support | ✓ | ✓ |
| 1.30.4433 | 2026-03-11 | Apply stability improvements for S3 uploads and downloads | ✓ | ✓ |
| 1.29.4298 | 2026-02-26 | Extend Oracle protocol support with username injection for thick and thin clients and Oracle events; add the command line to process assessments; cache process assessments with a file hash cache; skip the TCP connection handler when process identification is disabled; add logging for process assessments | ✓ | ✓ |
| 1.28.4063 | 2026-01-16 | Add initial Oracle database protocol support with O5LOGON authentication; add eBPF-based network request logging; compute payload signatures on streaming bodies; redact OIDC tokens in logs; fix Lambda pause detection activating when it should not; share the conntrack netlink connection across assessments | ✓ | ✓ |
| 1.27.3865 | 2025-12-04 | Support multiple AWS STS Credential Providers in a single Access Policy via Access Key ID mapping | ✓ | ✓ |
| 1.26.3639 | 2025-10-21 | Gather Kubernetes environment variable assessments only on Kubernetes; reduce CPU use when sending events; set permissions on parent directories in the VM installer; apply base image security updates | ✓ | ✓ |
| 1.25.3600 | 2025-10-02 | Apply a security fix to the container base-images | ✓ | ✓ |
| 1.25.3494 | 2025-08-22 | Add support for the generic OIDC Trust Provider; download the tenant root CA certificate at startup; collect additional network interface information in assessments; determine User-Agent strings at runtime; remove the cloud location override; reject 0 for certain startup arguments | ✓ | ✓ |
| 1.24.3324 | 2025-07-22 | Add an in-proxy network diagnostic tool; add raw IP address support; standardize timing environment variables on a _SECS suffix; make the container start script honor AEMBIT_LOG_LEVEL; remove the process command line assessment; fix a token expiration threshold bug; fix the VM installer setting steering hosts twice | ✓ | ✓ |
| 1.23.3002 | 2025-05-26 | Fetch STS data only on ECS and Lambda; omit the tenant root CA certificate when loading the bundle; report the build version to Aembit Cloud | ✓ | ✓ |
| 1.22.2905 | 2025-04-21 | Validate JWT signatures and issuers, with trusted issuers as a startup argument; use the original destination when connecting; fix explicit steering host matching; patch base image vulnerabilities | ✓ | ✓ |
| 1.21.2789 | 2025-04-02 | Add Kerberos and Prometheus support to the Windows installer; upgrade AWS configuration handling | ✓ | ✓ |
| 1.21.2714 | 2025-03-05 | Fix an error when calculating the expiration time of an empty certificate | ✓ | – |
| 1.21.2696 | 2025-03-03 | Add AWS SigV4A signing; remove the KMS constraint from AWS SigV4 signatures; fix the immediate termination shutdown strategy | ✓ | ✓ |
| 1.21.2670 | 2025-02-20 | Add Vault login support | ✓ | ✓ |
| 1.20.2559 | 2025-01-28 | Initial Windows Server release of Agent Proxy | – | ✓ |
| 1.19.2439 | 2024-12-26 | Add SELinux support to the VM installer with RHEL rulesets; add a Windows build with host assessments and an MSI installer; fix constant reloading of native certificates; fix a DNS resolution race; add an option to disable the directive cache; log startup arguments | ✓ | – |
| 1.18.2262 | 2024-10-23 | Remove the expiration on the VM service user; rename the steering methods; exclude the AWS instance metadata address from steering rules | ✓ | – |
| 1.17.2255 | 2024-10-09 | Add Prometheus metrics for connections, credential injection, process statistics, and control plane status, with a port override and an option to disable the endpoint; gather only the assessments that apply to the deployment model | ✓ | – |
| 1.17.2169 | 2024-09-17 | Add a rolling network trace; add the virtual appliance deployment model; enforce TLS in the container start script and add TLS debug logging; add metrics plumbing | ✓ | – |
| 1.17.2155 | 2024-09-05 | Add an HTTP idle timeout; consolidate token refresh handling | ✓ | – |
| 1.16.2139 | 2024-08-27 | Collect information for multiple Credential Providers; shut down on errors in critical tasks; fix HTTP data collection on requests without a JSON body; update the log level environment variable | ✓ | – |
| 1.15.2093 | 2024-07-03 | Steer only specific traffic to Agent Proxy, including Docker containers, with custom steering; add an edge monitor script; add a registration timeout; replace AEMBIT_AGENT_VM_INSTALL with AEMBIT_AGENT_PROXY_DEPLOYMENT_MODEL; fix root certificates loading twice at boot | ✓ | – |
| 1.14.1980 | 2024-06-03 | ✓ | – | |
| 1.14.1959 | 2024-05-30 | Raise the open files limit on VM installs; remove OpenSSL usage; lower the log level when STS environment variables are missing | ✓ | – |
| 1.14.1913 | 2024-05-14 | Add AWS Role Trust Provider support for EC2; do TCP passthrough over HTTP when TLS Decrypt is not set; add the resource set ID; fix a Lambda event-flush race; install the journald namespace config only on systemd newer than 245 | ✓ | – |
| 1.13.1851 | 2024-04-19 | Serve health data on the health endpoint separately from the service server; add the Lambda ARN Client Workload identifier with paused-container checks; add CNAME support; flush events on immediate termination; statically link the binaries against musl | ✓ | – |
| 1.13.1818 | 2024-04-08 | Listen on all local addresses for DNS proxying; add protocol identification; add a health port | ✓ | – |
| 1.12.1699 | 2024-03-12 | Terminate immediately on SIGTERM; merge the iptables and firewalld rule scripts; fix Kerberos calls over TLS; allow upgrades without redefining environment variables; lower the log level of routine messages | ✓ | – |
| 1.12.1621 | 2024-02-29 | Add Kerberos attestation through Agent Controller with keytab and TGT support in the VM installer; fix DNS messages larger than 512 bytes failing to resolve; allow an https Agent Controller address in the installer; cache Kerberos assessments | ✓ | – |
| 1.11.1551 | 2024-02-08 | Resolve multiple credentials in one request; make the HTTP server port configurable; add firewalld support to the VM installer; check for the iptables dependency at install; build against an older glibc; add the Server Workload to TCP passthrough events; add a timeout when fetching tokens from Agent Controller | ✓ | – |
| 1.10.1441 | 2024-01-04 | Validate process identification with conntrack events; fetch Redis credentials just in time; add TTL information when caching credentials; add a backoff interval for command queue polling | ✓ | – |
| 1.10.1415 | 2023-12-07 | Add Azure attestation support; add the system serial number and endpoint security agent data to assessments; add a sudoers file and harden file permissions in the VM installer; bundle AWS certificates in the container; include a message in events when directive retrieval fails | ✓ | – |
| 1.9.1337 | 2023-11-08 | ✓ | – |
Related resources
New to Agent Proxy? View the install and deploy guide.
Configuring Agent Proxy? View the environment variable reference.
Looking for what changed? View Agent Proxy in the changelog.