Release history
Every release includes a CycloneDX SBOM for each component. Verify your dependencies independently.
Vendor Risk Management
Subscribev0.7.0
Closes the loop between what Allod SWG detects in live traffic and what your RoPA actually says. The new Informationstaggar page lets non-technical staff create a detection rule without writing YARA by hand: paste a sample, pick a business-data tag, and an AI (using the same local/external LLM already wired for Settings > AI) proposes a rule you can test against the sample and deploy straight to SWG; the tag autocomplete there now reflects your actual canonical and observed tags instead of a hardcoded five-tag list. Those tags can now carry a specific data category alongside the coarse label - "PII:email", "PII:health", and so on - and when SWG reports one for a vendor, it shows up as a pending suggestion on a new Triage tab instead of being silently discarded or written straight into the legal record: you review it, and accepting it adds that category to the vendor's RoPA in one click. Also fixes three RoPA category labels that didn't match the official GDPR Art. 9 wording, and adds criminal-conviction data as its own correctly-scoped Art. 10 category alongside the special-category checklist, since it carries a different legal basis than Art. 9 and shouldn't have been missing.
| Component | Download |
|---|---|
| allodvrm |
Download
a598ba15767436060d7563131fdc3e4cd364b7983450c4f177e62ba61c6ae1b0 |
v0.6.0
Vendor risk can now be driven by what Allod SWG actually observes flowing to a system, not just manually-entered RoPA data. Each system gets an approved set of business-data tags (PII, FIN, IP, customer data, CRM) and an enforcement mode (silent audit, or notify the owner), compared automatically against tags SWG reports observing for that vendor; a mismatch opens a Risk Register entry the same way other automated compliance checks already do, and clears itself once the approved set is widened or the observed traffic stops. Separately, each business-data tag can now be mapped to one of your existing data classification levels from the Classification page - left unassigned by default, so nothing changes in how a system's sensitivity is classified until an admin explicitly makes that call. Owner Name and Owner Email fields across Systems and Risks, and the admin-group field in Settings > Auth, now offer autocomplete suggestions from your synced IdP directory.
| Component | Download |
|---|---|
| allodvrm |
Download
173ddf382b2239661c4e5ac0e377963dbff550e46959141d6133edc568fc0ca2 |
v0.5.0
Adds an embedded local-LLM fallback for privacy-policy/DPA extraction: when no external Ollama is configured, VRM can now download a small llama.cpp runtime and a bundled GGUF model via the license server and run them in a supervised child process, so enrichment works out of the box instead of silently staying disabled. Settings > AI gains a live status indicator for it (starting/ready/error/stopped, updating as you toggle the mode radios rather than only after Save) and a model picker sourced from the license server's actual inventory instead of a free-text field. CSAF advisories are now cross-checked for unfixed vulnerabilities (known_affected/under_investigation, not just known_not_affected suppression) and flagged to the system owner the same way the SBOM/OSV.dev pipeline already does, without double-flagging when both signals are present for the same CVE. Adds a heuristic jurisdiction-detection probe - regex-matching VAT/company-registration-number formats on a vendor's own site - as a fallback signal for SOV-1 when GLEIF has no LEI record for the vendor (e.g. private companies), never overriding a real GLEIF resolution. Fixes a real LDAP-backend regression where hitting a protected page with no session fell back to a bare basic-auth prompt instead of the styled login page, and restyles that login page to match the rest of the admin UI. Also fixes two production gaps found while validating the local-LLM work live: the deploy pipeline never built or shipped the helper binary the local fallback depends on, so it retried a fork/exec failure indefinitely whenever local mode was active; and Settings > AI's GET endpoint fabricated a "local mode, nothing configured" guess whenever no admin override had been saved, even when a real external Ollama backend was actually running from the deployed config - risking a blind Save silently switching production away from it.
| Component | Download |
|---|---|
| allodvrm |
Download
9e05d20519ef60d143fb9cecfa62b344357581113750a83479b053cae799a1ee |
Show earlier releases
v0.4.0
Adds a CSAF/VDP disclosure sensor: probes each vendor's standard CSAF discovery location alongside the existing security.txt check, both counting as evidence of a NIS2 Art. 21 coordinated vulnerability-disclosure process, and opens a Risk when a critical vendor has neither. Adds SBOM vulnerability scanning - periodically re-checks each vendor's published SBOM against OSV.dev and opens a Risk Register entry for every finding, notifying the system owner by email and/or Slack/Teams once a finding reaches an admin-configured minimum severity from the new Settings > Notifications tab. When a vendor also publishes a CSAF distribution, findings are cross-checked against the vendor's own VEX advisories and silently skipped when the vendor has classified that exact CVE/purl pair as known_not_affected - matched only by an exact purl hit against the vendor's own product tree, never guessed from a name or version. Adds role-based access control: logging in no longer requires admin-group membership, any directory account can sign in, but a non-admin only sees and manages the systems it owns, while the admin group keeps full access to everything including Settings and the other admin-only pages, which are now hidden from non-admin navigation; a new system's owner is locked to the creating user, and an owner can never reassign ownership. A background security review of this access-control work caught a real IDOR where several create endpoints let a non-admin's client-supplied ID silently overwrite an existing System, Risk, or Contact record - fixed by always issuing a fresh server-generated ID for non-admin sessions.
| Component | Download |
|---|---|
| allodvrm |
Download
f4e6ff4171f1888ce67fb2edf7e124af0e246dafbf5ca77e1866ad40920fc4fa |
v0.3.0
Adds end-to-end-encrypted settings sharing with Allod SWG (Pull from SWG for IDP/OIDC and S3 storage config, sealed with nacl/box between each instance's own X25519 identity, TOFU-paired and failing closed on identity mismatch) and, alongside it, VRM's first real S3 admin surface with hot-swappable document storage so vendor e-signing activates without a restart. Fixed the SWG shadow-IT sync pipeline end to end: it had been failing on every cycle in production because the loopback SWG API is TLS-wrapped with a self-signed cert the sync client had no way to trust; sync status is now tracked and surfaced persistently in the UI instead of only reaching a log line, and UI-saved SWG settings are read back at startup instead of reverting to the static config file on every restart. Systems that resume traffic while offboarding, decommissioned, inactive, or rejected are now handled correctly - auto-reverted or notified rather than silently ignored - and rejected systems can be reactivated from the Triage page. Added an LDAP/Active Directory login backend alongside the existing OIDC option, with a Test Login panel that verifies real credentials against the saved connection (bind, resolved groups, and admin-group membership) without creating a session, and merged the standalone Auth tab into the directory/SCIM tab since they're the same connection. The top navbar's Triage, Classification, Cycle Types, and Contract Templates now live under one Admin dropdown instead of eight flat items - which surfaced a real bug where the dropdown never actually opened: bootstrap.bundle.min.js and tabler.min.js were both loading a full copy of Bootstrap's JS, so every click opened the menu and an unaware second listener immediately closed it again. Also fixes deleting a system leaving its scheduled reviews, vendor probe results, and RoPA data permanently orphaned - some of those tables never had a foreign key back to the system at all, and SQLite doesn't enforce the ones that do by default.
| Component | Download |
|---|---|
| allodvrm |
Download
3f9b71ed472b0827844f453e1467b38befc5545efdd87a9518ca703ec3904897 |
v0.2.0
Renamed from Allod DAM to Allod VRM (Vendor Risk Management), reflecting where the product has grown since v0.1.0. Sovereignty scoring saw several correctness fixes: a weighted-sum renormalization bug that inflated scores when not every objective had been assessed, a dead control, redundant SOV-4/6 checks, and closed content gaps in the CSF §4 objectives (SOV-1/3/5/8) - plus manual Vendor HQ and Ultimate Owner country fields and an optional self-hosted-deployment signal that feeds SOV-3/SOV-4 suggestions without ever setting a level on its own. Added vendor e-signing for contracts: an admin uploads a document unmodified, emails a one-time link, and the vendor's approval is captured as a separate Ed25519-signed receipt (document hash, signer, IP, timestamp) rather than altering the original file. Added Contract Templates: reusable HTML or Markdown templates stored in S3-compatible object storage with bucket versioning as the version-history mechanism, an explicit publish step so in-progress edits never affect what a contract is generated from, and a sanitized (goldmark + bluemonday) preview for Markdown templates rendered in a sandboxed frame. Fixed a stored-XSS vulnerability from unescaped single quotes and added missing foreign-key validation.
| Component | Download |
|---|---|
| allodvrm |
Download
3c31b8f7f3b6d6e6e004f7e196b67f848f5546def26e67ccba5fd7a9ff7e2597 |
v0.1.0
First tracked release of Allod DAM (Digital Asset Manager) - a self-hosted vendor governance and supply-chain visibility platform. Tracks a system inventory across owner, category, criticality, contract/license dates, and GDPR RoPA (processing role, DPA status, sub-processors, third-country transfers). Vendor security posture is continuously assessed via around 23 automated probes (TLS, DNS/mail authentication, security headers, SBOM presence, company registry data) and scored against the CSF SEAL v1.2.1 sovereignty framework across 8 weighted objectives - strategic, legal, data & AI, operational, supply chain, technology, security, and environmental. Imports and tracks published SBOMs (SPDX/CycloneDX) and vendor OSCAL documents (component-definition and system-security-plan). Discovers shadow IT and uncatalogued internal tools directly from Allod SWG's observed traffic. Named, admin-configured review-cycle templates - interval, contract-renewal, license-renewal, or manual triggers - drive a scheduled reassessment workflow, and SCIM v2 keeps user and group state synced from the customer's own identity provider. This release adds a formal Risk Register: risks are automatically opened and kept current from sovereignty scores, missing DPAs, absent SBOMs, and approaching contract or license expiries, each with likelihood/impact scoring, a mitigate/accept/transfer/avoid treatment workflow, time-boxed risk acceptance, and residual-risk tracking - without ever overriding a decision a human has already made on an entry.
| Component | Download |
|---|---|
| alloddam |
Download
19f7e7368ff2a54d9a175f258d4565f8aa067d30b3965784f1c5e3081745fb85 |
v0.0.2-sbomtest
| Component | Download |
|---|---|
| alloddam |
Download
bd8062281bdde406289a9e625ef8745dddfca1eda5e4fd7583d7a553fc3f92a2 |
dc85c96
| Component | Download |
|---|---|
| alloddam |
Download
d8d95e11953d26dccffb497fef04978233c56cddf58403c23922125d651a552c |
f322ac7
| Component | Download |
|---|---|
| alloddam |
Download
7e2536d8fdbc3fe3fc74d0732ae74c2ad23b028e86435d47eb1e96c6f281ba36 |
Secure Web Gateway
Subscribev1.12.0
DLP rules can now trigger their own action or tag directly off a YARA rule match by name (or any YARA hit at all), instead of only through the separate merge path that already existed - the two engines now share one rule surface for this. Firewall rules gain a new match type keyed on Suricata's own signature classification (e.g. trojan-activity, web-application-attack), kept distinct from the existing domain-category type so it's unambiguous which rule syntax applies; the admin UI now rejects a rule referencing a classification your loaded Suricata ruleset doesn't actually define, instead of silently accepting a rule that can never fire. Also removes a DLP rule option that let a connection's network fingerprint be treated as inspectable content - fingerprint-based scoping is still fully supported through the existing dedicated field, this only removes the redundant, conceptually mismatched second way of doing it. Fixes a firewall rules admin page bug where a rejected save could still show a success message while silently discarding the submitted changes.
| Component | Download |
|---|---|
| server |
Binary
47b048520fa811f2cdd83cf0f49a715b999485105a30ee9f5c12faa1f07e87cd |
| proxy |
Binary
7d1bf3ee6e11b79fb1c151c3b07162b7e33c9366e6af2811c8a0123df0fd371e |
| connector |
Binary
e3ed82dedc7ae542d6b431d7a2fe5e92bfaef8c3d22d30adff96aca815a79ba1 |
| Desktop agent |
5 platformslinux/amd64
038e151a09ebf757e47c888a7fd4aea588db02aa72524217da45f4200b2bc03edarwin/amd64
bf34c9649cefafb60fdb84d44399ab4fdb1c0bec1aaa5dc3389f202a55cd9577darwin/arm64
a18ad2365379e163d7b79fb640830013ff3f9e6d1f201ccb825a28d403adc79bwindows/amd64
5375d6c1b433d868da30dff2d7a34a29441735e0fb18a72e110ad8e361ac6f35android
63bd1d36a436171e61942bd309e9577bc72710581b7025cf15edb92566d4d8a7 |
| allodctl |
4 platformslinux/amd64
54e6e015bdcd641b4541b4ea2525379a03908b48aad45bd6b66661aefde62cd4darwin/amd64
fd8d367a6e81aca47987cdf27f416ade11987bc2ce0b843e70c11988e2bf529bdarwin/arm64
733c3723f72ff777e3d229862e1723bb1cc080b2a5281308b19d77416d8a1b23windows/amd64
6d2f55186a6b9fc1766c395f522535c0e3e181fc76012be4f8e819f4b68242ac |
v1.11.0
Traffic can now be classified into business-data categories (PII, FIN, IP, customer data, CRM) using YARA rules, DLP pattern rules, and checksum detectors together, with the result recorded on each event and pushed to Allod VRM so a vendor's actual observed data handling can be compared against what it's approved for. Underpinning this is a new pure-Go YARA detection engine wired into the full proxy pipeline, including QUIC, with no CGO/libyara dependency, hot-reloadable rule sources, and an admin API for managing rules. CASB Processes and Extensions views are now sorted by percentage of fleet affected rather than raw connection count and are paginated instead of rendering every group in a single unbounded response, making shadow-IT signals easier to read on large fleets - also faster to compute after fixing a key-derivation caching gap in the underlying aggregation. Also fixes a release-artifact signing configuration issue and a secrets-migration edge case on Postgres-backed HA installs.
| Component | Download |
|---|---|
| server |
Binary
66b68da790a7cb7e1faa555a94fd5e19565453ffa751eadfd82d29752f417d12 |
| proxy |
Binary
6858f4da4efad0d36d983efa6bd97d4b3eaeccc952ceca6ce2776e93ebf946a1 |
| connector |
Binary
1ef920b30c470738c3949d5cc7c961b2980a643f1867e24d6d4206d3d39aa665 |
| Desktop agent |
5 platformslinux/amd64
05b2375b3def155c270f0555e6133583f0498faa275b19179ed16ebac4497593darwin/amd64
ce53bc777448b454e7cc336efdc445d68bab4c847ee1bc734f0c343c3d214fb7darwin/arm64
4265a7d51e0da02e7a2880ffa3001e8cb6f38df12b7c4731ccb283f2cf956a89windows/amd64
930b9d07a67e29c6e68754e111acfa429e3caa3a02d26c35fbb123b3502a8b09android
7b0d326bdb17fbfe0be6a2855ddd381e9161cc1a9ad2c75c7397b645da8ff779 |
| allodctl |
4 platformslinux/amd64
11b846b85604ba584dff5286620d70dfa973cf0f0b3c6c1186cf15691ae9b74edarwin/amd64
488d6ab94c81a243c542ecbae68aca4389c07225d8504ed1d6ad5e51e7849156darwin/arm64
36bc305807a375a0e482fd92b242bc5d2414f6f9b59cc5a5488fc757c0fb6eafwindows/amd64
9417a5b32ac80a2f83d554cc5384a9bd2ecd0ab93fcac28b7211a53512599721 |
v1.10.0
Firewall and DLP rules can now match on ashfp1, an in-house HTTP request fingerprint that normalizes header order to resist a simple evasion technique - available to every fleet with no license restriction. New: JA3S server-TLS-fingerprint matching against your MISP threat-intel feed - fleets whose MISP instance publishes JA3S indicators can now have connections to known-malicious servers flagged automatically, the same way JA3, JA4, and JARM indicators already are. Inbound email authenticity scoring now also recognizes invisible Unicode characters (zero-width spaces, bidi control characters, and similar) hidden inside a word in the subject or body - a technique phishing campaigns use to defeat keyword and brand-name matching while the message still looks completely normal to the recipient.
| Component | Download |
|---|---|
| server |
Binary
d739cca0118ad50b4d4ae893bb7a46ad489034c99ffaa16edc39b8c0b38facfd |
| proxy |
Binary
23fc733096f5b5c9363f485bbcbcaa36389bcc2bcaf32ae0c9c01d8054d5a1cf |
| connector |
Binary
8c6bc831b0395d502f5c1328bd699c25ff155395cbf716f2075e808f78c69a8d |
| Desktop agent |
5 platformslinux/amd64
2b31b1b7d70a6feb1c275b88f7b7ae9500e6fc1772e4b65fa9a80feb7e80ec5bdarwin/amd64
76cb95eb54c60d8d7dcda9c597456e06425a7cfc6ee7710784cafad582c4d0d3darwin/arm64
1028e70080ab301e6309a644d9b72547e86ba4e668096485d8b9cb09e50ca7e4windows/amd64
21bafe7c01e1967641669be56596972beefa08a14a639bbe34cea7665be52772android
e16c0a573d5ae0ea9e17955789184040d3404f87d31a476d6ed2f8305f2ca1f1 |
| allodctl |
4 platformslinux/amd64
10b1ce3f878d3e705feac8be6a9efb2d9478505af86cb717a58e0a6bb8deb015darwin/amd64
238d95eeaff5658bd0a7813365fee935e965c8b9f02dc6f65aeaf895dac5c533darwin/arm64
4943e1e2b61b91bfe737a41049e5a1862d69ea3bf06633d639e243819090f18ewindows/amd64
7d059e8cc060103a8999fa552b0870c756ed7e9b1c601c2566af50820264aadf |
Show earlier releases
v1.9.0
The controller can now run as multiple replicas for high availability: with a shared Postgres event store, admin sessions, API keys, both CAs, DLP encryption keys, and all other previously in-memory or file-local state are backed by Postgres, one replica is automatically elected leader for background work, and a leader-aware health check lets a load balancer route traffic only to the active replica - failover has been verified with a real test that kills the leader mid-operation and confirms the standby takes over within seconds. Every downloaded agent, allodctl, and server release artifact is now cryptographically signed and verified before use, rejecting fail-closed on a missing or invalid signature. Security advisories for any reachable, fixed vulnerability are now drafted and published automatically at release time instead of by hand, alongside a new published vulnerability-disclosure policy and support-period statement, and every container image is now scanned for known CVEs before publishing rather than only inventoried. The proxy and the agent-facing management API are also now hardened against connection floods: traffic that never presents valid credentials is identified early and dropped, before it can consume the same processing resources as legitimate agent traffic, including floods spread across many source addresses rather than just one - this protection is opt-in and does not change existing behavior unless explicitly enabled. Fleet admins now get a proactive notification (via whichever alerting channel is already configured) when a new agent version becomes available, and can postpone an automatic fleet-wide rollout for a chosen number of hours instead of only being able to disable automatic updates entirely. Also fixes two real incidents: a controller could end up serving a stale, already-superseded signing CA instead of the one it actually distributes to devices, and migrating an existing installation's CA into Postgres for the first time could silently mint a brand new, unrelated CA instead of preserving the one every OS, browser, and agent already trusts - both causing hard TLS failures through the proxy. Firewall and DLP rule changes made via the admin UI now persist across a container recreation instead of silently reverting; several further dependency CVEs closed.
| Component | Download |
|---|---|
| server |
Container image
b43f82758062db59fd109b65202b07b8666dc26624e34ca04e42e4279979ca75Binary
e9a3a32c96ecbbb3e55198f150d8c4cda799041e1f83697c38addaac422c4723 |
| proxy |
Container image
721291cb33a3dee8fa85141fc3c7f5e4a8b39c2398d81e12a0e60c88654ca212Binary
7478144b29d29118566dbf5babe17866daf200ecb2675462e0ce65d335f30b48 |
| connector |
Container image
3774df44a09f109145319f558e5f59200d8006c25e214c9683c38395bcb84fb1Binary
95a9b9dc64d8cc4fea91e5435be8279e087e35f22bb17f3447b72f9f63dfaaa3 |
| Desktop agent |
5 platformslinux/amd64
ea4bd4dae256c14ab3e531919b603ee4ed0b436beea215964307f3f84223760ddarwin/amd64
0fa26896a63fc0cc814e93d628da94f343d1ca387976b22b8d58e62586c69780darwin/arm64
9c988eb8051641caae93d426ea0ba6f8c6f462d812b4343c42e8dbe41862a8f6windows/amd64
56ec6a43b83cf84f2925bb7cfef0401645e56bf799975138047e6c0dbf009395android
369887c8b1ee85a21a2be3a7a88384d373f25510c257c0526fe3b74a2cf1b3f4 |
| allodctl |
4 platformslinux/amd64
d8b502c8d93359733d7e116087288efeed81b22ed463db20b64fda7941a13e11darwin/amd64
78b3d9df322140055a0db9a1acfc497565bef92b04e1283a1d55a18bf7784ed5darwin/arm64
87ba7ee7b8b310a4a25d83d34b1afe835252e8c34f7b5b4a47cd3b991b315aadwindows/amd64
28f75d02e4d1d37a1cbd2c2d2b0f2f31e68ab31ff6318acd3ee007e06f566aeb |
v1.8.0
The Branding settings page (formerly Block Page) now includes a live, multi-page preview so you can see exactly how your logo and colors will look across the sign-in form, step-up access pages, and self-service portal before saving. Agents now detect OS-level sleep/hibernation directly and reconnect the moment the device wakes, instead of waiting out the normal retry backoff, with a WebSocket keepalive as a fallback for any network loss that mechanism misses. Self-hosted git servers reached over ssh:// are now correctly recognized as company-owned destinations - this fixes a false CASB/DLP flag and a garbled URL on the DLP dashboard, and surfaces these internal git hosts in VRM triage and Corporate IT for the first time. Server, proxy, and connector are now also available as container images, each shipping with an attached CycloneDX SBOM for supply-chain verification.
| Component | Download |
|---|---|
| server |
Download
6864a51a9a5a225f0eeccf4b88ed5609f50fdc1714f4aba6e5457bdb5f605ccd |
| proxy |
Download
bf9fbcfe52fc398b7671f45892288149db976640e02a49e9d8ce17fe7fa0b445 |
| connector |
Download
7682d7800bddf49d69df52521e1fe6aa67bacdb097e0983c0dc75ada197e2f08 |
| agent-linux-amd64 |
Download
a63a34e97f60300984d91d35d8bc6ecde94f3058a40416046f9c4c3cd57ac806 |
| agent-darwin-amd64 |
Download
89941a76cc87e9b924a541d9b6662bf39d16878cde1dc9dfaabec6379e7dc89d |
| agent-darwin-arm64 |
Download
a65049f0ddc17fcb783d1be29aa50e699591e440ab437f2664aa2f366876a2df |
| agent-windows-amd64 |
Download
3f4d163700f595cd78dfd7403c99d0eff21927c01228d90b56c5bece0247e360 |
| agent-android |
Download
7206407a12894a34ec7bd7431221a53f162260929c2505d3eb2f3fcc0d0b398c |
| ctl-linux-amd64 |
Download
f6c0856464aeb9c4898e7af7aa0b6dd1eb85505788d94f49c1ca8ea17517c639 |
| ctl-darwin-amd64 |
Download
76bab70728890d84c92ced31581b69fde4a02f9b84edef4debe6e7863bccf3bf |
| ctl-darwin-arm64 |
Download
49e23f10f186ba5b23c6f81143f6f57dbe276010b7463e6868e1c5be88abff08 |
| ctl-windows-amd64 |
Download
aab311c1a6b05c2d991d5f3330ddf20ce3799c093a4d949d02d9685505395722 |
v1.7.0
The LDAP/Active Directory sign-in form, the identity-verification and step-up access result pages, and the self-service access-request portal now show your organization's own branding - logo, colors, name - the same settings already used on the block page, instead of generic AllodSWG chrome. Also fixes a false positive in the agent's supply-chain protection that could kill an in-progress go build or go test (or any tool it spawns, including headless-browser tests) on a developer's machine, and a bug where blocked supply-chain events weren't showing up in the admin events log.
| Component | Download |
|---|---|
| server |
Download
32bca40fd361ec19e9413c68623e8a77c518e6cff94cf2c072648a4378681a0e |
| proxy |
Download
0c2e0a060cc0c9b2a815ea40d44f339a80c8761121619a441b5a055172a9e942 |
| connector |
Download
6cb170ad241e07e58d21f22da66c0ccf3900022abb87ad446f6a7ae0809cd093 |
| agent-linux-amd64 |
Download
cbac4426d06346d8646adad41892c67c17de64cd3d3f844b4f9a660db249cb18 |
| agent-darwin-amd64 |
Download
c18b881f7cec494e4e7494a17bc0469257163b14cb6e450c81fed2daa9dc0196 |
| agent-darwin-arm64 |
Download
7872a4300d1db9db13437445da014731cba0c5faf07c01dbf5cda33eb6fd42b9 |
| agent-windows-amd64 |
Download
262ec3b0c107f56887713bbbd4129c37e20a67b80eaa9e60bdf77d3c359ff9ea |
| agent-android |
Download
c8a678d4dfafca430346d17c6029e044fce37973131255485aa4f58737ebd7bd |
| ctl-linux-amd64 |
Download
b6974e5760f3f508fa393efab7e0f00489164becea050a1e84d7a741f9d0e37b |
| ctl-darwin-amd64 |
Download
a22d458ef214359ae892d3901a1c1c6690ad65fdb1e75655a6a2d3d625b07564 |
| ctl-darwin-arm64 |
Download
f3f0d338bc210eabfcde7314b2d28c0ffd588d0ba01a6f9ba4cb1ce61b35311a |
| ctl-windows-amd64 |
Download
d028d24b7b7bdcc5e5a782f03e9c080225521bda9bc33f4ae509872fad7e078b |
v1.6.1
The IDS/IPS engine now supports Suricata's base64_decode/base64_data keyword pair - rules that match content against base64-decoded payloads (a common technique in real feeds like URLhaus, for obfuscated PowerShell/webshell/dropper content hidden in form fields or headers) previously parsed but were silently never evaluated; they now match. The decoder is lenient like Suricata's own (keeps the valid prefix, stops at the first invalid byte, rather than discarding the whole decode on the first bad character).
| Component | Download |
|---|---|
| server |
Download
7c7979ef468cf95104216c9c16bb8e96dedf75b0a56db329ce64fde94f571235 |
| proxy |
Download
9805b451c0251bf12a3a49c5fbe63c3cc5a122311250a73684f1513fffca5df8 |
| connector |
Download
881c4c86c4a26b71cbefbbf7c22706f19572d6fb47ade7ae3ef809f49273c3cf |
| agent-linux-amd64 |
Download
f5f04f323a39082af038a6fc911a95b828b977a709f6edb2ebf969fa422dbb98 |
| agent-darwin-amd64 |
Download
7f634444c2f9bdfc0cbfde7fae83301d68751222005945e124a982e120e8db82 |
| agent-darwin-arm64 |
Download
8b00ea4878b5a9f3cde2f9462208e48e3dd590bac37d190e9a8892141880d45f |
| agent-windows-amd64 |
Download
938e518db7fe329dee6494bad7a5f071a926bf65612b6eff230eb40fbb6b5cb6 |
| agent-android |
Download
b64e1dee57d7fb38a1f3858d8bf67f3f519e432032473e986843dce2007927cf |
| ctl-linux-amd64 |
Download
9d9aafd3301045e89947d9d8b73f1ff75b1cac71c959da3ade4c899b8d55d2da |
| ctl-darwin-amd64 |
Download
366c40aa66ac7729d1045928e71bd084a703730277961dd9b7b6544588e34182 |
| ctl-darwin-arm64 |
Download
117cf33bea31fddb3e864b7e1b02be54b0d008060aceef5ab440755216369b2c |
| ctl-windows-amd64 |
Download
8c8763f5c6cb8176e8819b4b6b76e30ffdedf7260dd525c035c525730626e5eb |
v1.6.0
QUIC/HTTP-3 inspection now works on Windows, not just Linux: the agent redirects outbound UDP/443 to a local relay via WinDivert (the Windows equivalent of Linux's nftables DNAT), which terminates QUIC with a per-hostname MITM certificate and forwards to the proxy's QUIC inspector with the same X-MyrSWG-* identity headers HTTP/2 traffic already gets - verified end-to-end on a real Windows 10 machine, including a real headless Edge browser actually negotiating HTTP/3 over the locally-installed CA. Security fix: quic_mode - which controls whether QUIC traffic is inspected, downgraded to inspectable TCP, or left alone - defaulted to fully uninspected ("bypass") on any fresh install that never explicitly touched the setting; now defaults to "downgrade", so an unconfigured or older agent never silently lets QUIC traffic through unread. Chrome/Chromium on Linux now also gets its CA trust written into its NSS certificate database (the store it actually reads on Linux, not the OS trust store) as a supplement to the existing managed-policy approach, which only newer Chrome versions honor. Screenshot and print-job OCR (used for DLP content matching against on-screen or printed text) now actually works: replaced a tesseract-CLI dependency that was never packaged or installed anywhere - meaning OCR had silently been a no-op on real fleets - with go-ocr, a new cgo-free library built for this that runs PP-OCRv5 via ONNX Runtime, published as an open-source Allod Solutions project.
| Component | Download |
|---|---|
| server |
Download
b7d3f010bee9774afe07208cf7911277c6bc34fc0085c740057d37e715c2c90c |
| proxy |
Download
f6e4dd8742f76c0dc603d4173825f62d1f16abf4476ca150266556fecb80cf5b |
| connector |
Download
442e878c2f4b2d064ba042cdb7693a1627e374d0acd1697d4da858c85b1fdd27 |
| agent-linux-amd64 |
Download
cdd68ddd703f6398b71354c7d003e640af3cdcb2538a928ce93274230b413613 |
| agent-darwin-amd64 |
Download
f061f6490877d261afa1b3caa8283aa10cf011566c9f7808c15ca712341db280 |
| agent-darwin-arm64 |
Download
16b45431ee628ea1557999124761d761e2cee27b63be7c48335cde6c1589f230 |
| agent-windows-amd64 |
Download
1a49f672992eb97f80f76ea29848d48c7388020d9b9e49f0f0c99141aac64b73 |
| agent-android |
Download
5604534331978146624e0ffa5c2a88d03ce57289d4378a33a0d116ccb9bb2333 |
| ctl-linux-amd64 |
Download
2f06237dfd48c9d013bde310d30475f50eaa05bbcf396fcb9453b481141f0a5d |
| ctl-darwin-amd64 |
Download
402dc61093f191bcac39e4542fdea2eab97472e6beb511cb91785499ccf15b30 |
| ctl-darwin-arm64 |
Download
4536bed352c9ae7cc66cd296b71da53482e4cfb5ff2c4aa5c898c4ce57f210bc |
| ctl-windows-amd64 |
Download
8e3a02f304521b0f71a34a8ae2fad6ed749bd0ed2de3d32b1b64bbe5b5d4403f |
v1.5.0
Container-aware egress attribution now works on Windows and macOS (both via Docker Desktop), not just Linux - firewall rules can scope by container/pod label and DLP events show container name/image/labels on all three platforms, though Windows/macOS support ships marked experimental: correlation can miss when a container's traffic is routed through the agent's own system-proxy path instead of being transparently intercepted, so pair it with a process- or destination-based rule as a backstop there. Getting this working surfaced and fixed several real Windows bugs found only by running the mechanism against a live container in a golden-image test VM: a PID-namespace mismatch in Docker's own API response, wsl.exe silently stripping shell variables from generated scripts, a missing auth header on WinDivert asset downloads, a WinDivert handle-priority collision, an unsupported processId filter field, and a filter-negation syntax WinDivert rejects - the net effect is that Windows HTTP/HTTPS transparent inspection now actually opens for the first time. New: browser-extension request detection flags traffic originating from a Chrome/Edge/Brave/Opera or Firefox extension's own background script (via the Origin header, since TLS is already terminated) - useful against a malicious or compromised extension exfiltrating page content from other open tabs, since that traffic otherwise looks identical to ordinary browsing. Supply-chain protection's installer-session tracking is now liveness-based instead of a fixed 5-minute timer, closing a bypass where a malicious postinstall script could sleep past the old window and read credentials undetected; it also now detects a tracked process detaching to persist independently (daemonizing), with existing process-allow-rules already covering legitimate watch-mode tools that do this on purpose. Also: the device-identity sign-in page now returns you to the site you were trying to reach after verifying, instead of a dead-end 'you can close this window' page; several dashboard card layout fixes.
| Component | Download |
|---|---|
| server |
Download
3b01f901e6fc42114977e53940fb4d3ee2a7d4cfc0e9a4621a8705a3c98ffc37 |
| proxy |
Download
064ae4137395f09dd993289753bdf1ce0ceca913c087970a54eac0f094c7087e |
| connector |
Download
9f3275d14bfe75aa87aacd6b903a10e6376899800b78ee171000a95dd5ad4098 |
| agent-linux-amd64 |
Download
7fc5426c2e63975602642cca62dc0f373b4c4a55c327d438653908ff838e7699 |
| agent-darwin-amd64 |
Download
3f86f6789e34f4bba6a64cf989fe2997f4ce7b467fb1f19f2d2823379258aee1 |
| agent-darwin-arm64 |
Download
3568ea15a5b4199bd1e782fcd8707cce03be5d797d1a3e44a17460120203deac |
| agent-windows-amd64 |
Download
238d34fcbbdab8c63ab126ee55541cbfe68f5ecc9bc7d126ea4a1c3352451c2d |
| agent-android |
Download
f34179b48ea73452be2c2305bbeda68a1f1261ed93e75fe884b2f756fc19462c |
| ctl-linux-amd64 |
Download
7709ef2f56b4e790242940ef349570116da10d506ac58da8397a47070c07d81b |
| ctl-darwin-amd64 |
Download
787d1cef3edcf3f93cb5e012402b7fed515a064a047868358b3a4b5b9784c6d9 |
| ctl-darwin-arm64 |
Download
03ba47e5d72f289e9b0bd2c404b8b7b919938ed954a66a1982c6804261f9f00e |
| ctl-windows-amd64 |
Download
7714c44755e0610958bc3c997df4a8aa9f5321d8a1516a7020b665bbd22c1ca0 |
v1.4.1
LDAP joins external OIDC as a full login backend: the Auth tab can now point admin/approver login, step-up SSO/JIT, device-identity binding, and the allodctl CLI at a directory bind instead of an external IdP, with a Test Login button that verifies real credentials and group authorization before you commit to it. Directory Sync auto-discovers LDAP base DNs and detects the schema flavor (posixAccount/AD/etc.) with a one-click Detect Schema button, fixing a group-membership foreign-key bug along the way, and the Pull-from-VRM settings action now carries LDAP connection fields and reports the peer's actual auth state honestly instead of guessing. Settings can now be shared end-to-end encrypted directly between SWG and VRM. Email authenticity scoring folds in typosquat-link detection and tunes down the HTML/plain-text mismatch weight so it needs corroboration, reducing false positives. The dashboard merges JA4/JA3 into a single Fingerprints card and folds IDS/IPS into Threat Intel. New: a device that fails identity verification now lands on a real sign-in page on its very next request instead of getting a silently dropped connection, and the Linux desktop notification for identity verification is finally clickable. The LDAP sign-in page itself has also been restyled to match the rest of the admin UI instead of a generic unstyled form. Also hardens the Linux identity-verification notification against argument injection via a crafted filename or email subject in its title/body.
| Component | Download |
|---|---|
| server |
Download
a4e3a00310975acac091d4e7788bdbe1fddf1dcf59eab05eff28844c82f140f3 |
| proxy |
Download
28ff373d654f36755ee4b8808565962865c860880bf1ada9362b118fa5ec1900 |
| connector |
Download
40934a2edbb05964b73125bec0345675d2c3f0534ce60fa2ec6db3018f229315 |
| agent-linux-amd64 |
Download
30589d0242f43c2a073595d8015187b23038d5848a0c850e1728ab814c98383d |
| agent-darwin-amd64 |
Download
b50dff0c02f69b440a32feab3606ff25a7278f02bd11fe4870b65c867f6be897 |
| agent-darwin-arm64 |
Download
0a7b42c548ceb622f9cb1960d48967cee6a5c9ef565787798e98fe6e5253dd36 |
| agent-windows-amd64 |
Download
037f15f3885c797024429f87d239cb705812635a174588aa36eaacde718e29b5 |
| agent-android |
Download
5d0ed239abf8055aed139ff96de2fa8edd6fcea1c13db8ad434e94b1dcc1a7ab |
| ctl-linux-amd64 |
Download
a7fde3e26d589be3a675e69d2bbb4ab696ec811dae63e5ad8807ff04424a0396 |
| ctl-darwin-amd64 |
Download
538b5d84b61e93610d8437e7a6d37e4bc6ad44d14779b3c754609d004a4c3cc6 |
| ctl-darwin-arm64 |
Download
4e8fbd9a55e1f7e44593e681033b4d43ecd8a0107f4a32ea51b62312622eca0f |
| ctl-windows-amd64 |
Download
d4dea54788c6dba745aeb8943d5f705a1bd7fb0931a12a9178b876cad250f6d5 |
v1.4.0
| Component | Download |
|---|---|
| server |
Download
030b49431b329b78ca9eac28982d3e0910ebda3c39416ccead41604b56b11da8 |
| proxy |
Download
175de0d2b0a092d5981248ec25d995434aae0b593539adfb485aee6985eb3368 |
| connector |
Download
bfee07015195bbdccca895410b13a0bbe518daa163114ac95f3a849ecc235451 |
| agent-linux-amd64 |
Download
c645c30206c10fe5f0070ae4d406f77ff88ffebac5d270a8bedfb39ad4ebe834 |
| agent-darwin-amd64 |
Download
4fb665863670c6723810e707b4009832e6102b0e5cdcd8f712a5614b998d4dac |
| agent-darwin-arm64 |
Download
76e0553cd377dee1f10d8ea7f2efc783d5c72d801c06e551029644701d8eb387 |
| agent-windows-amd64 |
Download
f003df1958b864fd30f0f9fc270dd11d72d125d7599c042f3e77641cc8cbddb9 |
| agent-android |
Download
6e843a6b3b2ee003572dcf0456c82a3ec29b75c7aa9571e76112142a27b7e16d |
| ctl-linux-amd64 |
Download
baff4a685fd858bfc48c0e76f68fbf824c54ebdd323694ed708b0fb90adb8530 |
| ctl-darwin-amd64 |
Download
0d0ee3e3c6514946bb1ce67c2ff421029bef5d1099e02c018f90cd0855010429 |
| ctl-darwin-arm64 |
Download
ca85de9bc8c4a8e4b60cf85893d21b3271ff8626c47de28a2fc4f2b63c996c03 |
| ctl-windows-amd64 |
Download
f0fa79ec6918e1fffa657dc4cf4e3254a7e78b26525dcb2bb0af5134a5d9c870 |
v1.3.0
Suricata rules gain flowbits/flowint support for multi-stage correlation within a single connection - a low-severity signal can mark a flow without alerting on its own, and a later rule can escalate only once that mark is present. A third rule source joins custom rules and the abuse.ch URLhaus feed: Allod's own vendor-curated ruleset, delivered and refreshed through the same license check-in mechanism. The Firewall page's custom-rules card now adds and edits rules one at a time with a small input, mirroring the firewall rules table's UX, instead of a paste/upload-only textarea; bulk replace-all import remains available but API-only. Fixes a bug where disabling IDS/IPS after enabling it never actually stuck in the UI. The dashboard's blocked-countries map no longer lights up a country for a device blocked there by an unrelated rule that had nothing to do with its location. New: detection and active blocking of supply-chain credential theft - a compromised npm/pip/yarn/etc. package's postinstall script spawning a secret scanner (TruffleHog and similar) to read .env files, SSH keys, or cloud credentials is now caught and killed before it can exfiltrate anything, with an admin-configurable exemption for legitimate build tools that genuinely need one of those paths.
| Component | Download |
|---|---|
| server |
Download
0fb4a0faa836a32b6d1ee7611c77ee13d5ba1bf362b4e6333a17435e4f0d9a10 |
| proxy |
Download
279bdb02bc2ed44e2165a3dae28f20eafba9f1026e6644b4254f25e82808143e |
| connector |
Download
4ff0319b71806939240b3d6ff665a3abfca094c10af6b8fd6e930f8fbc46d377 |
| agent-linux-amd64 |
Download
05beacd451c34dee91c09f3fd4c71e2480a16dd4aa4437af5581caeaeaf1bceb |
| agent-darwin-amd64 |
Download
1d1d34a576cfad0bac6726e2577ed18ba199b9a617a4c157e9c981a42122014c |
| agent-darwin-arm64 |
Download
8b0c9757dedc9acaa29b62c5c049b131b156d0c93c6daabd2e1e7f27f4fe4e0c |
| agent-windows-amd64 |
Download
86115dc83c4cec9849994f7a9603da90d37d5e1f00c0213a49309ade6447316e |
| agent-android |
Download
73c1600adf381a5176cf7aa5096b0c4657186f3b746b543142960a3676a0330d |
| ctl-linux-amd64 |
Download
2455fec94242ebc5c78089c3fa0cc704286153c58096d1b7dad334947e5f9d6d |
| ctl-darwin-amd64 |
Download
dea448d1e789e3dbc1b7624edb670ce2a94a52d9116005fa324e13cc0b972ebf |
| ctl-darwin-arm64 |
Download
7d5d1733293a6a69818933c0b12aa79cb06e06f83df47e70f9c49a5e021c2dee |
| ctl-windows-amd64 |
Download
2825f8709097c57a742d2f6cf268e2d23940a3a5fd2ec0aac4bce4ceb596996b |
v1.2.0
Adds a Go-native Suricata-compatible rule engine for the SWG's IDS/IPS layer, off by default: admins can author and import their own .rules-syntax content/header signatures directly on the Firewall page, alongside a curated abuse.ch URLhaus feed of pre-vetted rules that ship pinned to block regardless of the feed's own declared action. Header/SNI/IP/port rules are evaluated at CONNECT time in the same detector chain as existing JA4/JA3/DGA/typosquat matching; content, pcre, and http.*-buffer rules are evaluated against the request/response body and merged with DLP's own verdict. A pcre: pattern using backreferences or lookaround - constructs Go's native regex engine can't represent - now falls back to a second, backtracking-capable engine instead of being silently skipped. The device/threat map on the admin dashboard can now be embedded in an external dashboard or wallboard via a separate, token-authenticated public route - data is always aggregated to country granularity, with no device names, usernames, or exact coordinates ever exposed - and includes a blocked-country red-zone overlay. Inbound email inspection now recognizes a native "Report spam"/"Report phishing" action taken directly in Gmail's webmail UI or via IMAP, not just a forwarded copy.
| Component | Download |
|---|---|
| server |
Download
f68917ee1068ced4d02a5bf7cdcfad631a72dfe9cdfc0cf6e4a98ac5878dbad7 |
| proxy |
Download
10cdd3f40e7df27b24e8591944e700468f40c26b972369bab4ab7651901db94c |
| connector |
Download
6875a6662be45f277efdd39e73115d1e3f7543c1433200486cde50025d56a331 |
| agent-linux-amd64 |
Download
cbfd0363a232d30b54d32a3b45f05f918b25789650767342db01991a1cf7494e |
| agent-darwin-amd64 |
Download
a02b9a5256ebe3c8846d225802c407e954ba9936980fcb914cabdc487a7d8757 |
| agent-darwin-arm64 |
Download
8212250c14463f4668259f4dd3c5640d898bc199e3e290f0f5a710eae96821b9 |
| agent-windows-amd64 |
Download
925fa0361ef86689521630accea5c8effea7d44d88b4480cb4ee237a60ec2db8 |
| agent-android |
Download
a4c38f395f3e61bf64edada5b7e854dfa41a487fae99cffbc50a2ac2e7255f72 |
| ctl-linux-amd64 |
Download
bd5d98b17077396b5a5f8efcbc08f555f652f0cc26abd8d65285072bc9528cc1 |
| ctl-darwin-amd64 |
Download
fc70fc5447c18518defe6f5abc1cbcf4a3dec4ca6760de0f8e15607cb7f865a0 |
| ctl-darwin-arm64 |
Download
bfe66b0753a863fffa3b978c0149189bbb023fa030e61554ed0c44732eeea001 |
| ctl-windows-amd64 |
Download
30c98b3b05bade9a91dee5f7379d0886777fc742d8192657567bc4ac915eefcf |
v1.1.0
Captive-portal detection on the endpoint agent is dramatically faster - down from roughly 90-100 seconds to consistently under 20, confirmed against real hotel wifi. The agent now probes for a portal immediately after a network change instead of waiting on the ordinary heartbeat cadence, trusts a TLS certificate hostname mismatch as direct evidence of a portal, and exits bypass mode the instant connectivity is confirmed restored rather than leaving interception paused for up to another heartbeat interval. Fixed a bug where TLS interception - along with SMTP, mail-retrieval inspection, and ZTNA access routes, which share the same underlying ruleset - could silently stay disabled after a captive-portal bypass cycle even though the agent logged a normal configuration-complete message. Agent DNS resolution now falls back to public resolvers when the network-assigned one is unreliable, and enrollment retries start faster after a network change. The email-authenticity score behind a flagged inbound email is now persisted and shown in full in the admin UI, broken down signal by signal instead of just a total.
| Component | Download |
|---|---|
| server |
Download
6175c797f00f12e3356fe08ee81945dc92e69ce6b3d4081b21221f613d441aad |
| proxy |
Download
0cfaddebada952d85ee2604f84184af2930618092d01a7560bfd6cf709aa6c5f |
| connector |
Download
00d9019cc8ac3116647a880767b31db9f94cbe19b149e095e17ce00c31e5a9b1 |
| agent-linux-amd64 |
Download
6c03fb3550d6a9ba13d31280f13c81d317b1e329d07fdb92e022b3ccc93a9cdd |
| agent-darwin-amd64 |
Download
13710bf77625f6be7abfda4d3aa3b3794d822cd35bb407fa0a6bd0ee79cf9d14 |
| agent-darwin-arm64 |
Download
3abbacb4b6d28bde8f5e14695835ed5c2b956576725e74fa9ea9f433ada9b6c3 |
| agent-windows-amd64 |
Download
42a7b9060b7140ea2bb9150e4e636e9a0c423b79f5f0d313471ff88806c127fa |
| agent-android |
Download
06ffe01accbd8cdc8363bfe96d03c2ea8fcce597f200b846aa01771ae5593d5c |
| ctl-linux-amd64 |
Download
18ebb0a840eb16443000c07e176b681d3d8d7d58f322d4dfaf5794435e58feaa |
| ctl-darwin-amd64 |
Download
c487702ea1576f5c096448c8489a4bfa69e76b42f139bd50d2dfd200a60d2823 |
| ctl-darwin-arm64 |
Download
201dbc9cf477201cd9d2cbc05132cd78f6a0f3ce578953debfa8b861fe97429f |
| ctl-windows-amd64 |
Download
80d1fc311e989245940a1d665eca7ac4772622f8c45c594eef2a488b6df3c0f1 |
v1.0.0
The 1.0.0 general-availability release. The operator command-line tool is renamed from allodswg-ctl to allodctl and reworked around what is actually on the machine: the menu offers to install a server or an agent where none is found, and full status / upgrade / configure / uninstall management where one is. Both the allodswg-server and the endpoint agent now report their running version alongside the latest published version, so an available upgrade is visible at a glance, and a guided `allodctl server install` provisions the server monolith from the licensed distribution channel - now kept correctly running under systemd, where the service previously daemonized out from under its own unit. Inbound email phishing detection gains a signal for malformed header syntax and now recovers a Subject header that has whitespace before its colon. The compliance view's framework-coverage page is synced against the OSCAL control catalog. Internal DAM references are renamed to Allod VRM. GeoDNS and a dead agent-tunnel endpoint are removed, with proxy selection now documented as latency-based.
| Component | Download |
|---|---|
| server |
Download
cfc847b356f783fa571afd0d580be60d25c37e7428a754bc5ea1a0798150ccf2 |
| proxy |
Download
772a4d7e2f23af509e86f6838e1623c2519800029d36a4fd5d9ebcf1469f84c2 |
| connector |
Download
562eacc712cf64fe2eb7186933c467b173e0ba46b9f3564d66dc82082b8348ce |
| agent-linux-amd64 |
Download
83dd42c5ea40969bc488e661058425a58da5a9135f3cea64b08f74f7b42ad2f9 |
| agent-darwin-amd64 |
Download
5ab2fed575b3d984790c5306ec8cea7759d737cf38808a39df6abed2a7b30dd3 |
| agent-darwin-arm64 |
Download
05cfbfa369557a4522e7e19690ddbf6ad0545f6d5b21429b29a7f8609a798475 |
| agent-windows-amd64 |
Download
5854970459b9ff81603bf425452f32d371ee81144d334d6557f232e4923e0008 |
| agent-android |
Download
168e5d90261588c99fb2774885ab4466929cc347c71dbdbdc2358cdc99cd4a3e |
| ctl-linux-amd64 |
Download
31607618187dd29f5da7b58981b1642532f6c52da7d1c584e26fd6f3f94197e2 |
| ctl-darwin-amd64 |
Download
11bba2c7cc83c1a9c52059f0645d0544386de1bd2ea2ed613227f3b636e07d7a |
| ctl-darwin-arm64 |
Download
8193883f81923bc6c6a2e95b202386363e65465bdc99980d5f7714d4e60603d1 |
| ctl-windows-amd64 |
Download
4b6fe564b2194e69a18f5e8be05a96af38c3e01a13963491f30ac7d810dc8a7f |
v0.9.6
Firewall and DLP rules scoped to a specific process now also match when that process appears anywhere in the connecting process's ancestry - closing a gap where a rule scoped to an application (e.g. an RDP or Citrix client) wouldn't catch a helper process it spawned that made its own network connection independently. The event log now shows the full process chain when a rule fires this way, so it's clear why. Strengthened inbound email phishing detection: a message that declares a non-standard content encoding on its HTML body - a technique seen hiding phishing links inside base64 content that scanners would otherwise skip - is now both decoded for inspection and flagged as suspicious in its own right. Added detection for GitHub and Slack API tokens to the DLP secret-pattern library, alongside the existing AWS and private-key detectors.
| Component | Download |
|---|---|
| server |
Download
3ab69bdecc81cb4b3dee3233713b666fb88fd10b94a76595b3d66acccb465089 |
| proxy |
Download
137709ce8374e97d81e84cb710fe18acbbcfe8c5dc34fea05a39ea044cd223d8 |
| connector |
Download
2ae68ffa19fa6c6b3745a8a6813c2e5079f09f494e3f942bc24f961e9121b860 |
| agent-linux-amd64 |
Download
cfad03bcf7fda4bde5542c324c32fe7edd3b7659d910972e3126f66ee31258bf |
| agent-darwin-amd64 |
Download
4b77a67ca316805a1407a69883c5c332aa021e6e1eedc4c554479fe03f2d51b4 |
| agent-darwin-arm64 |
Download
93ad2cacbd7a7a39582107842f0beb346f0d3c60bd3feeb211f92e34b7a48989 |
| agent-windows-amd64 |
Download
0440917087db90ebb636a39621469633dd71a663374aa8a79fd8edf184f5ac05 |
| agent-android |
Download
7377564f45defa45320d93b3adbc162768abecb9ecec1a5199eb8406e10dcfa9 |
| ctl-linux-amd64 |
Download
0ecd38444a3ae972cfe48ee62184cf4890981a08ef38d8c9198d08ac416bf146 |
| ctl-darwin-amd64 |
Download
e674aad3d7a672a470a8306dc79c5f317526932671dc8a21a87aeb61692ee981 |
| ctl-darwin-arm64 |
Download
f8aed300640aac99fd42da3b99aa0e30577c8535fbdb935cd1eabbb316544ad9 |
| ctl-windows-amd64 |
Download
220954ab9a813fad6540276b525a49e24e12b8f440647e61a868e70e5f83ca9f |
v0.9.5
Added Google Drive support to the existing OneDrive/SharePoint sync-provenance and lineage-tagging feature: a file synced by Google Drive for Desktop's Shared Drives is now attributed back to its Shared Drive name the same way OneDrive files are attributed to a SharePoint site, including the ability to tag a specific Shared Drive with a standing DLP sensitivity rule. Strengthened inbound email phishing detection with three additions to the authenticity scoring engine: a fix so newly-registered-domain detection correctly evaluates the sender's actual registered domain rather than a subdomain of it; a new signal for links that serve a full HTML page directly from public cloud storage (Google Cloud Storage, S3, Azure Blob, and similar), a known technique for evading domain-reputation checks; and a new signal for messages whose plain-text part is trivial boilerplate while the real content only exists in the HTML part. Added a warning when a block-action DLP rule is scoped by a field that only resolves asynchronously after a transfer completes, since such a rule can silently never block. Added JA3 as an independently selectable scope condition on firewall and DLP rules, alongside JA4/Mercury/HASSH, and fixed the admin UI so the existing source-IP/CIDR scope condition is actually visible and editable on both the firewall and DLP rule pages.
| Component | Download |
|---|---|
| server |
Download
d659e11af328a5e41816db8afb1c130f7f9fc2d69adb32490ce6d51ec2aeb241 |
| proxy |
Download
cdd03c4823e5b8f0b55bc001c6324922db7097a52f1825220fc913d400897d5a |
| connector |
Download
f3087aff610ac252c783aca10cfbec93ff1bb5737f189d7f647a60e370aab0f4 |
| agent-linux-amd64 |
Download
c1ed8671e7ca7252670fdc3c82d1abf81ad2d644c971b26dbc89e2a299b0c73e |
| agent-darwin-amd64 |
Download
d67f81b74841d9280a9373e26019d1cae7833aea531ad34caefc49c57fc8f8f5 |
| agent-darwin-arm64 |
Download
38c7b179b3748f927547878adaba59fbec3a613aefb022c94709ae589d632577 |
| agent-windows-amd64 |
Download
f9746a366d027322d271e54a4d67641d9615481be44aefe962d82a3756c6b5d6 |
| agent-android |
Download
7002dfc69aa4158218447ba295b99f0422c9f35b65de3921b4c7365d12352a7c |
| ctl-linux-amd64 |
Download
ec8f476d883478af6c005866f9d9cfd129c7f14ee4e538bf388037be0f19e8a4 |
| ctl-darwin-amd64 |
Download
019cdab20985380e7ed7d9c98e3f699103068b72c8f9621bd6d04358325ececd |
| ctl-darwin-arm64 |
Download
343b5adb0df709f0e32059bca351b3db3035d0358b4ce37669e31f61ab3e2f60 |
| ctl-windows-amd64 |
Download
b3980c5ae7c67aaecc04809947312f98b50ed5eda541b5b0e4d5cafbc0869a98 |
v0.9.4
Added SourceIP as a new scope condition on firewall and DLP rules - restrict any rule (domain, category, IP, region, ZTNA access, or content-inspection rule) to traffic from a specific source IP or CIDR range, alongside the existing device, user, and group scoping. Also improved ZTNA device-to-device access: a single-node deployment can now route directly to another enrolled device's exposed local port via its virtual IP, without requiring a separate connector daemon.
| Component | Download |
|---|---|
| server |
Download
94c7eeaefad46ce7f57eba1124e332fa080a02febe5ce3920d023677ef9308a9 |
| proxy |
Download
ab10b900013c1d9d71f0cffa28581c6e4ad722a03a33b5f72bdf838c06f9b268 |
| connector |
Download
0d46ac325a5a261f2280af9e39838d2583aca72a77bda92e8cb8b213c874a125 |
| agent-linux-amd64 |
Download
979581cc124768d6453919a7400531ae18380ae769985ddae0655e302fb32329 |
| agent-darwin-amd64 |
Download
baec6bcfd9fa0d188af34d28acef90a677f98ba35d1205054ce5218a35c888ec |
| agent-darwin-arm64 |
Download
17c886728db1bb55b110169607a644b779dd50cbe5db665d5fe86d2a4c7be098 |
| agent-windows-amd64 |
Download
62bfcee93f08d30d3022da21f3379644769755d0b3749fe17814b3020b6f622f |
| agent-android |
Download
e124a98be925476cd3931d7b32338326caf19ba8a820000eb845c7b8ec2eab1d |
| ctl-linux-amd64 |
Download
c0c531361c5f2e3488e3aaa5ac3f87cbaf2664e6fba0afc09d2b5d1e37690491 |
| ctl-darwin-amd64 |
Download
b398fda14e3e7d895c8483e502612779411579ae09b86a96bb1b38055630d6a4 |
| ctl-darwin-arm64 |
Download
b81000dd968aa6d205b60826fce7aa10007898bf351f8fbc2b1e2ab7da06ae96 |
| ctl-windows-amd64 |
Download
6a707529fcfc288345554766b6c829530d23674b4857d93e88e93709590d456b |
v0.9.3
Added LDAP/Active Directory as a login option - no external OIDC or SAML identity provider required. Applies uniformly to admin console login, step-up SSO, just-in-time access approval, device identity verification, and the allodswg-ctl CLI. Reuses your existing Directory Sync connection settings, so there's nothing new to configure beyond selecting LDAP as the login backend under Settings. Also includes correct handling of Active Directory's default 1,000-account search limit for larger directories.
| Component | Download |
|---|---|
| server |
Download
8b796f4fda594aa033abb0ff4f6ad9d28b9dc9a75759a035c97828318609229b |
| proxy |
Download
ae74764aa6900b6d6875e5ce02c7f627c8f5c58d5f04f382bbf9d7de684bc464 |
| connector |
Download
5ad071ce162876b60df2333b6fb31e4b6ca1bd175d3cd84edb56a22e4752de5a |
| agent-linux-amd64 |
Download
6b75dde1b7b7c991968327c3657423861d0d828d0a0ef11f0a4d2f88ee1ed0ac |
| agent-darwin-amd64 |
Download
5e4ce7b3df6a2deb0acbc953341e45ff8f1388caa5f28a589dc5e6c67ec14e68 |
| agent-darwin-arm64 |
Download
aa8c1c6cd669f05fa0ea6f7f952764119298fc14db6e3b61a63a9560782c8ae4 |
| agent-windows-amd64 |
Download
b173aeedde99c6812523d23004427c630beb99ce2170655b86ae5d190beb292f |
| agent-android |
Download
f392002dbf5aa6588cb1645138f851d7d292b2778b5e5e0451eec37e6d08f7bb |
| ctl-linux-amd64 |
Download
94c1a15905b102e753aef9fd53219a9f1ea5ba3cdce5b01625af3e089b4895cb |
| ctl-darwin-amd64 |
Download
ed1cf244eea06534149c0030d0a22d47f3b69900bd2c4adeaf3bb7c3b8676efa |
| ctl-darwin-arm64 |
Download
f8c11ec7348be3ed64c725a714dc88d4fe226578b3c536aa61344294f40884ff |
| ctl-windows-amd64 |
Download
4b111b20e2f1959cf326c92f49081dc1206495337d68ed2e567be575c48ba893 |
v0.9.2
| Component | Download |
|---|---|
| server |
Download
0c8ea3134d9a5b97e78c177b0d2847f2fc7f41fab70f1a5ca518d24b808c162b |
| proxy |
Download
cb51ad1ee33a79729aa89191f55707b65e1abb2098d179236562d5d809dc842e |
| connector |
Download
921dbddeb930c69019931b3d6f801b57bf7621342f49021399a2f8c299362560 |
| agent-linux-amd64 |
Download
aa5bab616f15a2593b20b7a3092626ed435c6295b4c3fa8f89c93f000ee72a2d |
| agent-darwin-amd64 |
Download
d95d87fd99de1e853259d79f00d66f7c9725dd7146f0462fccbe181ad0bc4529 |
| agent-darwin-arm64 |
Download
8a99ee9610c608ab043af589548a9ec0f7db8ea5c1ca80015f1c0cca85b5fc1e |
| agent-windows-amd64 |
Download
cce1d50ce3e0815cafde3af77b2e56f62294c310953bb1358884e22c450d9f0d |
| agent-android |
Download
db9de0344a59c6879684c5123ac6ae5c135d6293e8ba1f9202407e08826f9ffa |
| ctl-linux-amd64 |
Download
9ca2ae97e590235a34bd610063613333a1c7f1e575070bad3ba54ab706669180 |
| ctl-darwin-amd64 |
Download
7487dc41e14f7e80d5e90e40cd5e6aae684320a634e632c15fa74eb5e2247c6e |
| ctl-darwin-arm64 |
Download
34695f12c2e8dcd81a6badad2df29d5e8327dcea039edec1442aed2af4182d56 |
| ctl-windows-amd64 |
Download
eb3d68f2e8a88d52000b4a2ccce80d879db527468ec8fa99c1ebc67d340a6791 |
v0.9.1
| Component | Download |
|---|---|
| server |
Download
7d9356347661d85e1f47ee53f01538ff6cb2e0e5145f26a37579c7d7e39d7d9b |
| proxy |
Download
79e2875c9e1d19d045d442034f5a6dd4d8ad306a6e6644b3cb0295cddde2a4f3 |
| connector |
Download
a60924b9aea5b2b0799507ff9970a324bc5400e3f54945ca2061e54085b579a2 |
| agent-linux-amd64 |
Download
87f8704707094e18a923bbbeabe9d6a35b85cb2778441862537aaba81609b67b |
| agent-darwin-amd64 |
Download
7a9666f3e33542e5ae2b19755cee9dc3d888c1fbf4e793b5f8d855c5e44f8fd2 |
| agent-darwin-arm64 |
Download
72328f2a0bf90623e69e6665891558d6cd5c1e320574ba2daf927d7471880aa7 |
| agent-windows-amd64 |
Download
218eab3f0fa8f38884b29ff5848c91f41e2c355199f719c2345da25f342dfb84 |
| agent-android |
Download
acc1768c813b9ff8009a7c5b9ba13c42c6435d50d23ea45b85f81f7d4a38f3e0 |
| ctl-linux-amd64 |
Download
bed6233406459f4f87cd2c2cd35a8635ae77cafb67c7e319e5fdfdca93c7f3f5 |
| ctl-darwin-amd64 |
Download
6f671ae2fa9305721e03492a721ab000f8f546aa3438a004dc1f14e59ceda452 |
| ctl-darwin-arm64 |
Download
5e4e4a5d6ea2933a9f19d8a7592b6aae1d015876f0b82b4af618f50ca0ba912c |
| ctl-windows-amd64 |
Download
304d74e5c4695b4a73bfeba925bfd01eeda38e983c049083d6ca58c2035168b2 |
v0.9.0
| Component | Download |
|---|---|
| server |
Download
1e751bdf83844b6f2a92547ea2fcab254352c477ce27f73487e7f8f61145e24b |
| proxy |
Download
95f722c22195b3d635bf538571c53859e173659c1c93c351dda18e23d09926f8 |
| connector |
Download
4cff4a103478c94d90cf6c5e8b72a73ceb73a57e86dd396896eead8a80b7aa87 |
| agent-linux-amd64 |
Download
8424e2b405ad01608f911eac6fa01f4c175707da686904b65b0703055d9d1a98 |
| agent-darwin-amd64 |
Download
7c4c2674b067ef0ccebf2b7f7b0d5134cb5481d29521776d88d78f13dcc3b88d |
| agent-darwin-arm64 |
Download
ef8ad10013e37475e69f5d6d949a05b3ab749e710c2efec73b61c52f42fc3882 |
| agent-windows-amd64 |
Download
6276a25fe3c7b55cda4bbdad9e2e53b2025644c0c976aa9d0b13a402fa95c137 |
| agent-android |
Download
a2a1f5d99c873f83fa1937ceac1b1c4468bc487a93f8b5fa5be219ee2e958f5d |
| ctl-linux-amd64 |
Download
1d085524ae4a1a04643ca2526a5e2f82220e7f030a435c6a7957e704c391c71d |
| ctl-darwin-amd64 |
Download
ae5a9468b3cf2bb182c92306b0008d3863069ce3cfdec1929236105375c22957 |
| ctl-darwin-arm64 |
Download
dea17cd059ae71fd2cd87bb9ad0e496c412d7a0d56a0e887f7ee2494d635c785 |
| ctl-windows-amd64 |
Download
07d5527d52a751da02005daeb9021386e3f67c164ec9be9e0475b454d53b8aac |
v0.8.0
| Component | Download |
|---|---|
| server |
Download
973d462148b48d3d998f150eeb6d246d1a22708fd935fad1ef3190f043db8380 |
| proxy |
Download
09720fc63f1ccb9c0b1ae4739823ccb372643bdc1b90d28195aa29ea41984ad9 |
| connector |
Download
e006d7e9c3825d97c9aff5a6a628107314f3c4f562018b2be6d9222f631534b0 |
| agent-linux-amd64 |
Download
539ef7329b93579e712018d15ee1051d2b1b4ddad5b419e5c86b43bef2cbc94d |
| agent-darwin-amd64 |
Download
512f038dc7706bc05bfa69d22848ed9341c3aabd6a06b06ee65bf75bb1080747 |
| agent-darwin-arm64 |
Download
5c98a0ff9ccf4e11637c6ee00e4200e5dd1714d50db65ff07709bcc60d1061ff |
| agent-windows-amd64 |
Download
79954b90852e5250f42c37c8d060f1e8e341539f94ead660a535477747e87d66 |
| agent-android |
Download
543bf9ad7da32e5a767feec057f2525d395069be95ba5492c0f5a3e422a8686c |
| ctl-linux-amd64 |
Download
2234de227da9f2da30f49253e8c8361b6dff9c6e5243070725c609783c6e568e |
| ctl-darwin-amd64 |
Download
e636c5e91822c5e86aed5ed7de96832ea65c1b18a6bae6251c3229a4cd0f5fe5 |
| ctl-darwin-arm64 |
Download
06529cf8d091d5a3d8159594f2ad0b014fc857fc299005d63ee8404a644873d6 |
| ctl-windows-amd64 |
Download
e7836e28682d2c482608cd2d76b222b5627ed451c1c00c19bf6211d7709f9784 |
v0.7.3
| Component | Download |
|---|---|
| server |
Download
573fb355ce0280e661b314d7b1d6064e612fad1da6ecfd49516d3d76a1ae65a7 |
| proxy |
Download
254ae165a0fb3ce915b7566f0d9c6c27fe8efb6e840478087b30db23619b6e32 |
| connector |
Download
77022c93ee6db16bea382b85cbabc8471df49360426536abc04ba47db4ff1cb9 |
| agent-linux-amd64 |
Download
8b5af43e01fc5dbb5a69d10a4ba6cf1998c20d26de30bd70f522a3cd93a83da9 |
| agent-darwin-amd64 |
Download
324746166db509a78830f6791f8799755ec0f4c4c960fed02f70d549288ca2fb |
| agent-darwin-arm64 |
Download
3a5003fb01d9773971ba0977d8777bf751d740c6e15d126cc7f8c611a6607cd5 |
| agent-windows-amd64 |
Download
8be3a357ecd89f452e386055fb68dd30e69fa233edc00c52bce78f04082c8767 |
| agent-android |
Download
060fe3fe2c1de59a005553c3c88f104dee4ce6899ff32e3389b83fece24dbb5f |
| ctl-linux-amd64 |
Download
391d4dcdbc88f2b14019e73d5c2c74ec0a0dee17966a1cb58ceac941a08722ae |
| ctl-darwin-amd64 |
Download
9beec16ac4dd181d86cea41eb899563c605cee233eea1cca973d59be3992fef5 |
| ctl-darwin-arm64 |
Download
56382be91b2b44a886c6483a38f79f058fc43bdd660f4d7bbfbadd3216a29087 |
| ctl-windows-amd64 |
Download
8722efe356b4826b19175887d39c79807fe5c48f6ee5cbf2cc9fa0d4bc105fc9 |
v0.7.2
| Component | Download |
|---|---|
| server |
Download
4af4510ce7e988fcb8c0f32bfbf3710e52e0b3044a7b3435ca054431b9daf029 |
| proxy |
Download
48c2a77902741dfa432036c20cbc77491f69fc122c5b6e382b48f415dd9dfb32 |
| connector |
Download
c5854abc6168fc9427fccf14ace8e101a47d279b13ae84988a3f0c4139019b8b |
| agent-linux-amd64 |
Download
5095ec6b20b78242c367c5a1a94cef61b27d8f9a81dc79ef16dd47dff67599eb |
| agent-darwin-amd64 |
Download
ae233042555c0b267044c4e960d13d59419b8cd1e9e341c0c22d45c238c994dd |
| agent-darwin-arm64 |
Download
005ec27931edaf2d8d6b0284f5854a7f61ddc5005f8e04e33b820f852b24aa73 |
| agent-windows-amd64 |
Download
d503edca93afa26ef9817bed608333c8e3283137a850cce98572b61c91d0d058 |
| agent-android |
Download
b2921d1962345b804036c13d32726110be0708c30e04c7fb708980e9b6d40092 |
| ctl-linux-amd64 |
Download
e96786c8e1687a46f061bb6604d5a873dcc9e4826f3c4e311c6f5d8734eabb4d |
| ctl-darwin-amd64 |
Download
36b689066a064fb3d9dd02d98b1128170e62caefec1bc5a934ca414fd7c61d37 |
| ctl-darwin-arm64 |
Download
11c197bcf20ac62bd225add09c8fc8225e67aa1c368364362238f361525bbc0b |
| ctl-windows-amd64 |
Download
808ef187497dac6f818a45beedcdcf2e1ad939dabf508da8f29fc04044ae2a8f |
v0.7.1
| Component | Download |
|---|---|
| server |
Download
9e7667e4ca306969ef62763ac2bf43335ba5fd456897368656d68ac7ab01be3a |
| proxy |
Download
2d48943d84a812d2c070e92f94c71c863fd78b5c8820986bd540f40c617c5704 |
| connector |
Download
9c68c793c0f95486bc6ce38c029325f945716b386e136a391cbd0a99107855fe |
| agent-linux-amd64 |
Download
27dbbf79ab0e8db335513865b78dc760731f2021d3d80ce75ddb41a43886fa59 |
| agent-darwin-amd64 |
Download
2fa208b29fb103680fbe8af7a2c763e037b98bfda923e8ee9f4f1524959fae9e |
| agent-darwin-arm64 |
Download
c735ff152f51dc70cb87357ea284720b782041c3c8667f33d05c1648f96cbebf |
| agent-windows-amd64 |
Download
8b9adb447e3ce25ac99b9928c2598563ae0961e15e786048b22b1d9340da0142 |
| agent-android |
Download
76a963b3d013d2abeafbab4f686a8f4325fe297bbc48780209d6ec73b47809db |
| ctl-linux-amd64 |
Download
3f2ebaa09ae312142e9a369e598d9e702f1a22322b0bb27384204d52d49dc01a |
| ctl-darwin-amd64 |
Download
54942596b16bd02792b483f5445b8263e64fb7e034552d69df277dc5abf3d72b |
| ctl-darwin-arm64 |
Download
2655d3b468a92a208ec80c22355ecea47f5f2b0bc80174e0e0de741333cded5c |
| ctl-windows-amd64 |
Download
199cdf8a29e0afdadf5727bf0e317d48c30a75a3a0772d96876ee7184485d070 |
v0.7.0
| Component | Download |
|---|---|
| server |
Download
8219e18b168fad60db1517e1fa7548a47ed7ecfeb3e8dc65923ac432526021cc |
| proxy |
Download
317a3aad4230b093dbb873d0507293fb3fabec4b6e8f1a3f62569bd556c7952b |
| connector |
Download
442d7fc795f74932f8d1216b02a499bcc5c5b4e39dc25d76a2f829ea17e3b3a1 |
| agent-linux-amd64 |
Download
8ee40992bfb9d859f99d8c385085c6a2f4a2481329095c64ad76493c79fed266 |
| agent-darwin-amd64 |
Download
e705c64b1f4e7452d54fea9b5caa09b9b6e21cff880ed71bee2215d0b07077f8 |
| agent-darwin-arm64 |
Download
f43b8d5613eb60f6e375899ede5a462fff036eba3d9020abcf62c3bf9a8acc8d |
| agent-windows-amd64 |
Download
0e898e9248f16dee0468ae319ffd4b8069cabfd529f1c84532faeab2e5953d4d |
| agent-android |
Download
e718a21dcb48819fbbcff26bf9922aaf087b75e78735a436295056afd189b43c |
| ctl-linux-amd64 |
Download
77a52c199ba44edde733ca3839bc91648ecb0c655226e82e29bc0c19f463e011 |
| ctl-darwin-amd64 |
Download
0778ad1c8376e52b6157200cb8ead1a1ec079dcd06b0c4df15aced17eff6fe41 |
| ctl-darwin-arm64 |
Download
ba2cac11a2a31d984f98dabdb22eb8c107573045099e96e4389d44f0d2cf0427 |
| ctl-windows-amd64 |
Download
a28a9ece4894cb990076859e128a4d141c7bd404d415ffb5717c49578af9c3f7 |
v0.6.1
| Component | Download |
|---|---|
| server |
Download
cbf738d2a53de8c1eda22f48abb211121b9c514112daa6c19e70bb3024402be1 |
| proxy |
Download
14ef845d34460842a54c7fb6458746869b9fc3977fa985a87020e9f4393149e5 |
| connector |
Download
4546326d671d93d3a39a7255dcb714954c59f01c58df7866d02a5e09b84835d1 |
| agent-linux-amd64 |
Download
60335f8a033a0c2b77c5d9608e510f0ad0288b9beacb1ec96fbdf43aa5373b9c |
| agent-darwin-amd64 |
Download
d838c703032d304f573505475fc31bc95f48a2af71d98155d782cbbdc06d5217 |
| agent-darwin-arm64 |
Download
87859fbae90c8e2cd902ab09c01bc965bfcf1e010e0e07183abaa55c503992c9 |
| agent-windows-amd64 |
Download
830050a62544bf7bbdc2b7c8df658302faea451b877e03f22bfe65facc4c261a |
| agent-android |
Download
eea3229da168e9295ad8115746328c3be74ca0b300d371dce0eaa2a6f42eade2 |
| ctl-linux-amd64 |
Download
3052d5de6055b1466e1dadfa44b8f1e9c763e8e7a9199d5a51632ccb9ff3b42a |
| ctl-darwin-amd64 |
Download
630d043f032ff8e81185ff649ebf23b4abade1b705d83074f0385c813da4620a |
| ctl-darwin-arm64 |
Download
269fdd73bebc256e7af44cb5385636c730ccae88f795c918b7031a50b91275eb |
| ctl-windows-amd64 |
Download
7e5a60fcf2bbcefce3165ea12004e5d12134334e0c5ce3694b53f2a8a4573ce5 |
v0.6.0
| Component | Download |
|---|---|
| server |
Download
fa5b802c86a73163689bda689c6c5893ac86a182481d9125e97bf22fb1665c37 |
| proxy |
Download
a31bddffd5d8e255bc0d1da38f008e22dfba508e1772ddf66cc50868db9ca7a1 |
| connector |
Download
494a8c2e0742ad2b1f6a41805874cfe79413c3a79908c180ee18ec113ba7e8ea |
| agent-linux-amd64 |
Download
dfd8e0ad07b796f7e1b15723cdb74a7c0d9f6c68073a659f51ee50285b04b10f |
| agent-darwin-amd64 |
Download
f029ba08df3d9a8cf58167cde2ee5611acc0074219a0d9eefbe143549f38464b |
| agent-darwin-arm64 |
Download
9de2ef5f024ead7a9b53001a99a5c15c8d510654fde01694092971af97720d2e |
| agent-windows-amd64 |
Download
56b0ff8c8c437bc492c25bf64ad57edeb51950b749fb2e30f5f51488d2b96755 |
| agent-android |
Download
3c4df4050b4ae1b9b095c1714651a80fbf3dbf2dd40ad57a1988812e4bd441c1 |
| ctl-linux-amd64 |
Download
3168cb4adcc8b8e52723ffab4ecc0e574391dc6710cc40cee0bc337e6cca8eb6 |
| ctl-darwin-amd64 |
Download
e687be4ea4dff63fdaf302334aab4c9ac57e8fed3ced75abdcce8bd68c826055 |
| ctl-darwin-arm64 |
Download
430e9ce85f4b06bfedaf91f9a1ef3fad62418f5b9d061443f795d5ed934a9912 |
| ctl-windows-amd64 |
Download
4edb9c9e8ea5ecd8d7f670a356ba7b865ea7a34c35b0edaa08c6705f25a2b862 |
v0.5.0
| Component | Download |
|---|---|
| server |
Download
cdba367bf3c114122e374291f04e00ba571d1cb78aa3cd29e66b0dc7d0af900c |
| proxy |
Download
79b970b1ec9e8d78e35b15a9703e3cc4475eb9e6c563ea780ec90af3ab689d2f |
| connector |
Download
3b1e66fc538997580631fd3fcd6945beb11035570db64ca009467f050c665d16 |
| agent-linux-amd64 |
Download
357377b38f356d18de05c39e7401d3031544ba88636bbad0ee8e6cac975affcd |
| agent-darwin-amd64 |
Download
30fb3d1424a769da90e759d1e2b45e44ec9197f49a16c747c5c5862f1baea6fa |
| agent-darwin-arm64 |
Download
43e3f079a779c6367d1d6e50ad4181f8f58df408ce0a3e898a5e9467f1e9c37c |
| agent-windows-amd64 |
Download
bfc8c6a56b75178af7b20e8bd37a414510c17a0b3466bd49a195f3a33293d365 |
| agent-android |
Download
5c3bf0a9ae32d03cb92aaa3bb54115084211dde54fb31e9b20341ead5b391b5e |
| ctl-linux-amd64 |
Download
f4d567c367eef12b8769d3bffa6226d88f15626b694ec82d9dfd71c81bba6d8f |
| ctl-darwin-amd64 |
Download
d95fe76c7861d80640782646cfcb2ff2afaf40d5aec72f948b7856f78f21a054 |
| ctl-darwin-arm64 |
Download
e70299c67c3ea4771f6f50811afa05eb35c7e7f0d32a9895ade95502fb462e57 |
| ctl-windows-amd64 |
Download
26a39f79a82300d97900da88ab025b46aa8dcaad59440b28b041cfbbc2efb9e4 |
v0.4.7
| Component | Download |
|---|---|
| server |
Download
5105c8a2c88e480fa1e028985b184cfe76943d30376a72e64aa31cdc27f98b7b |
| proxy |
Download
a232db46a5a6619076c6d82126f4d94e5c6fb00414cb148d0c420b6af1f0c509 |
| connector |
Download
b4680824205ffea4894717608f61831fe37a1edbb99b27d87282828d831a3d6d |
| agent-linux-amd64 |
Download
24c287b74dcd3173dee188980373a7b901589a216e704a4b051d6f1d2782807e |
| agent-darwin-amd64 |
Download
ad72e5cbd038ab35156c26c0981bcdaf17ea9c81e9db7e6391993a3e825217c6 |
| agent-darwin-arm64 |
Download
d9aa735b2ac1f659b093d4743ad2a930026d79ddef1023cb3060ce561be12fff |
| agent-windows-amd64 |
Download
aab025fece4e380eab001e7fae11e93864d124c5a835274416cc08f337f0a8fd |
| agent-android |
Download
0ef7d5b16cabc763086df4dded2053ba4e33559fbc6994dec05dc77fbc6aea00 |
| ctl-linux-amd64 |
Download
5025dddfa1a6b0d40278cd772458e5f63fe538b69605d219a1ed355cd11d51e5 |
| ctl-darwin-amd64 |
Download
b5d502d8de058998f05e373a9ab1ae832132d25605ce0f2f02684eb0e8be7e7c |
| ctl-darwin-arm64 |
Download
cab03fb2f26b78da9da9b6c1195479f3f78b4f63d9bcff900fde614638c5a8df |
| ctl-windows-amd64 |
Download
33b4c0bfb5b67e4802ef23ad7cb100ec965c2bf638b20b1c2d514af97cd61f15 |
v0.4.6
| Component | Download |
|---|---|
| server |
Download
181b3218452b24c14c04494b2c9420e157bd6df66c6b40db178528399ff9a95e |
| proxy |
Download
fbfaae6976db44828c14da425bd1e62ca214d1b19ee76cece98e2f98aca762df |
| connector |
Download
f0e180f597abcf0aa6ef319f2b6a11c1de332f4efc18928eb6900d096c8a3316 |
| agent-linux-amd64 |
Download
707ae98b2a3961f641b628448d4097b29d4db749a9d076d6cc90362532e088e1 |
| agent-darwin-amd64 |
Download
1fdd725a62ae449ca35dc4644bdf85a1206cd380c6c444f336e0c8ebe7aeafc8 |
| agent-darwin-arm64 |
Download
89a4dc758302dbde35a9b9899ecc320f251c86311973f72cbf0f4046d12f5933 |
| agent-windows-amd64 |
Download
b1c3b016249a908071a7d70f1ad39514f3006927a2247846754594a8c51720d2 |
| agent-android |
Download
1ca9dd7151f9c623fe132277b19c927da66e2146d47b53669ce32302b175fb2e |
| ctl-linux-amd64 |
Download
2a2f1ed621b7eff077022624d7b0b8f03fa4dc50490dfc45b976954840107844 |
| ctl-darwin-amd64 |
Download
b2b6f43d07f88e8579006ea42ca9fa7590a00b191b4138527105606b6c8512e2 |
| ctl-darwin-arm64 |
Download
eeb1700906cf85ac0043d73de6114d9c35576f0186338ec89a7aeddb886b4571 |
| ctl-windows-amd64 |
Download
933c82581a4a1b179179510b87868e82f08fefbb0aef446dff73124e2161d868 |
v0.4.5
| Component | Download |
|---|---|
| server |
Download
bb0bbf49d75ca90efaa63b63daf244d5878decd8d4e1572297152e8050d9e74d |
| proxy |
Download
eb30f0c5db22e823a2ad706e2c7209205f6fe22e61a2ec6f35614cef3b0feb99 |
| connector |
Download
fb0ca478b4fcee62d552d29fca2876b99c0d5cc71bde8bfcb30eb02f836028ad |
| agent-linux-amd64 |
Download
792d17349798d7e13ed7373d0588b0c9b6195d890764658746c5743cbb5200d3 |
| agent-darwin-amd64 |
Download
09eb6408a11b1454ca99bc0c33ff4d2c853ddb7b18ca72b34c5e19dad2b38250 |
| agent-darwin-arm64 |
Download
a98768b073d1211f97d5a6ff8112f6f6fd04df60900297abffd7d38b20a9f79d |
| agent-windows-amd64 |
Download
f86038b6f689fabcd28a4b5111e88f7dd88f1be0210a5d54d46e9955ebe4e339 |
| agent-android |
Download
6659337a209d67f0c778d6c796b6318eb4f387ea4de69574ee7fb70752c9afa9 |
| ctl-linux-amd64 |
Download
9052a9bab914bfffe0042143a1d172779d1649ee62d9921eea661d9627c64b77 |
| ctl-darwin-amd64 |
Download
ae8b818a1fe5856ab804ab56c7cf2a8d5e93477929c74494d292b27fde0becba |
| ctl-darwin-arm64 |
Download
490fac44f4784a019c82219b4fc29bbcc1802f53d44eb19e50951402cfae129c |
| ctl-windows-amd64 |
Download
c4f1385070dc77ff959c75785f40ef3c62dabd37f174413702a842e8fe10ab26 |
v0.4.4
| Component | Download |
|---|---|
| server |
Download
fa02765622c6d448d73c0c1286b3e3e1a8e54f9841dd61bdf7220b2dc12db022 |
| proxy |
Download
93380e80075bb4e9a171698bcd652ef56b02c609a4b353627f90df4c661a05e0 |
| connector |
Download
529619defdc197ca3cc608d03ddbb45b4d8b48e30c8c1f0b0b3a934d41d6c86e |
| agent-linux-amd64 |
Download
ffab66e7ca8129b9d48cff44928b4940000066dd50da76b480d3c478c0de3d08 |
| agent-darwin-amd64 |
Download
202bc86786ea4843fc2ba72c9e28112545a6c46bdaacde416da6ec29f8e57cd7 |
| agent-darwin-arm64 |
Download
e76974c737a70696814f023633ec96c88dc76fdc3e4ee412ec2e7b47194be331 |
| agent-windows-amd64 |
Download
914548d293b419f6f2f78ff2022ffdb263158399aecabd97a517e310819ce8e7 |
| agent-android |
Download
d849e89668c68f1b0575cf16d59b55ef453cd5fa1f101ba6c491ecd1ed7bfcb8 |
| ctl-linux-amd64 |
Download
cec4e211f4fc97373e324b0cd869224a4c3acd271d1782d49d5626c1f4737343 |
| ctl-darwin-amd64 |
Download
11cc65f98115494a234911063b8af9d05f79fa3e2f469877b87bf344b7a9d9e6 |
| ctl-darwin-arm64 |
Download
54ac8bfe0f82effe232533808c6367d42c26be96d203d19dc8ca4f119d718a63 |
| ctl-windows-amd64 |
Download
674099c86c7ace6427be1c3ef48a923b29fdbb10d490cdf3cb6a02c61ba7e81e |
v0.4.3
| Component | Download |
|---|---|
| server |
Download
f47a2d2b55679e5bb46ef077c9d05314dc551fa68c4212d71afeb4115de333d3 |
| proxy |
Download
c7fb2ba22fff80e09a86362b50195b5534299c00c9a3e2234e2076baa672e340 |
| connector |
Download
aff566dfd2339e9984bed5e10a725f793aecf6a2ecd4ec66abe9b6da25adaa08 |
| agent-linux-amd64 |
Download
78f181ea247734eb5cc6bea101c575848ba233d170637a74070a4f7954d1bf9c |
| agent-darwin-amd64 |
Download
a75bc70ad0bd8a92f483efe85ed09fcd03ee6fd3ef5d6913f7e4f88ce52872cf |
| agent-darwin-arm64 |
Download
9381cf7b46cf3a02b05507d01a594d8ea6a0be16c52ee7e34dac2f63ee46d0bf |
| agent-windows-amd64 |
Download
cdb0fe25833f909428aa896296ff9eb13fc79fb38e2ff307da2b2307dfab652c |
| agent-android |
Download
d2c9d9be367a76c72015e2b97fbc23dfbcef57bec46e502d58b6e7e223088baf |
| ctl-linux-amd64 |
Download
04e36b9fc5a6bf3f639e33a62130a9f8c0c963375536951d10196f8db8823254 |
| ctl-darwin-amd64 |
Download
ff1e4d8eb02474be62d9bba538781cdbf74fac6bcc34f4624a59a0bba58015a7 |
| ctl-darwin-arm64 |
Download
6c65fd54261ba7adec516edf36f27ecc778f0a7fdbdc5e82284f634622b29330 |
| ctl-windows-amd64 |
Download
853e8e265a6be7987b09ee0dbb4969d328e3ae47d73ca6a0daeb56993b33e729 |
v0.4.2
| Component | Download |
|---|---|
| server |
Download
f890bd3d416ce8ab97d6d773b465d4dbcf86d16ab762b9ae421bb2efd7f2bd7f |
| proxy |
Download
367ce86b0657733baad2f92724e41e8a6e26892d1d0392a52b5679dec78bcb98 |
| connector |
Download
17dfc732f3d4b8ffd8cc412be9c69032c8cf6f298735921d3a618ec1676df50e |
| agent-linux-amd64 |
Download
b7f187786d91388890793e4f2c4caeaee0436955cd680dfcdb6ecb572c6c770c |
| agent-darwin-amd64 |
Download
25b0de4768fd0a0497957b08e701a5fc8806ccda26452a6c9da3a4ae56312fdf |
| agent-darwin-arm64 |
Download
4f3135dfd1072a0af730db67f7e1ed96b6d4bbf71dd25816bed5868fb8933afb |
| agent-windows-amd64 |
Download
755320b39ce1a02871e8c1f00d5d379f560380f3dbc098d87ad4f20768045da4 |
| agent-android |
Download
bcabd4c674876a2ffb5b8d99a4de37ed5512a2da2a66e2055583753d6fb996e8 |
| ctl-linux-amd64 |
Download
fcae50797c06b1272fe6bc4771393a852d8b30788e7c93830551eb9bb86e45c9 |
| ctl-darwin-amd64 |
Download
ae303c3f957e89e745a4d0d399daa07ece4e2f40434ac579d8c3bb23d02b7a89 |
| ctl-darwin-arm64 |
Download
4aaf5a33633978c35a30eeb167f0923eb04b8d92943392bb70b7aaeebfeacb52 |
| ctl-windows-amd64 |
Download
4e697eb7f8139df4fbb3fc2ae5efd63f9dcaeca5f045aed5fc269604dcae18c5 |
v0.4.1
| Component | Download |
|---|---|
| server |
Download
1eb6144d2d489a72d11703da50283faf007d9fa0545d3645ea8f6e0337df5d27 |
| proxy |
Download
47d2f44e1d1059f8255b8575bcc1076619ef132aba19a03c5dbb8e106a235af2 |
| connector |
Download
ccc609213fa983fd775903afae1d938355b48eed90eef84b3178d2dfa21472c6 |
| agent-linux-amd64 |
Download
8ed75b689c018e87462ebc8223991a539c547218ae43497948ae864b193726ff |
| agent-darwin-amd64 |
Download
52f847001da1392039b81db1a29df1d99ec4a1b28ece740a0ebf1fe736d6e847 |
| agent-darwin-arm64 |
Download
52937aaf3d57980545ec53721cc19ae770e8efd9c037ba075d923891a658a00f |
| agent-windows-amd64 |
Download
ea35a0054319c9ac3705d6dc16af19276c887f3c058ab5aa954a25ea40b72436 |
| agent-android |
Download
f2fe7f649e56f481107765837fc83376955de394a97d61bba937e1081affc0eb |
| ctl-linux-amd64 |
Download
e9c9e8e9647ffcc729f7460f9409f5980d08a58506ff819b0805ed32001bfdde |
| ctl-darwin-amd64 |
Download
6ac34cf5611b0a9fb90877b0d78b0813a32767bbf389defe42db5c8686716a4a |
| ctl-darwin-arm64 |
Download
9ff6d57a25b0901524353cd5bd50a3a364d079dc696c51d8d7d9d27edce888f0 |
| ctl-windows-amd64 |
Download
7e577b85ba4baa10aa4894ed52f325935222eef0d4ac1b6cb27a3aa30064332b |
v0.4.0
| Component | Download |
|---|---|
| server |
Download
00a8efb90a999dfd902051c8a84b1c33e04460fbd19183fdb9f3357f5712ff4c |
| proxy |
Download
75b9e1d230de4973a87b8b440225edce881d4914e8252143272d73a1d2416357 |
| connector |
Download
a0d301a0545405937a7bca7f93a9151b580d8ec87bf0ce7d5a9acc98f8c6329c |
| agent-linux-amd64 |
Download
f0d4ebccb22a8c573e5caba893fc356e31ab044fb9276e53d148e08fcf9756ac |
| agent-darwin-amd64 |
Download
1575d8242dfabc47a3904486c941378ee9730672c1b52f178da1a7bfde2f60ee |
| agent-darwin-arm64 |
Download
1351f77d4fa22b5ecfc00340bc546756d79ca4ed558305f69f83d0ba4ed730fc |
| agent-windows-amd64 |
Download
735fa20311e171020fe8705af5f0d6efc0ddd492cf7a8729b4cc0134c5a035a3 |
| agent-android |
Download
6f319313affca932e2ee3e0c23219d468504a4ad0b81479ca66a4a0f05f75aa3 |
| ctl-linux-amd64 |
Download
1b20539b0ea4b9cd7731667ed9ef0854d139bf4e895a50212cc073e6eb00ae0d |
| ctl-darwin-amd64 |
Download
784747642c4a652da683d0c2009428349ab06f22b8831645bb173aa52545dac6 |
| ctl-darwin-arm64 |
Download
47dadee7010532cf8aba13d7cf1d5c03af668dfa6276f509d3910c40be75a6a4 |
| ctl-windows-amd64 |
Download
742f5ff16c0dc62798caa3b4649e61c0dae1db0859b652f205de3f6f826641f7 |
v0.3.0
| Component | Download |
|---|---|
| server |
Download
57fa66efebceae9866e88cd2e81b2b74f384c0a128828fec4ff5be4102984ea7 |
| proxy |
Download
24b542a96a30597f856f6e2b627bb99b02244ae59abf56ff8db284406a66fa99 |
| connector |
Download
ddb7e4b974f7d31ac404affa68db76f54225c54d030a40204eb508b578db9086 |
| agent-linux-amd64 |
Download
ad3363448dd269f9cdc21546283dd2ae5dc4005cc238cfe7f469aab42fdaf749 |
| agent-darwin-amd64 |
Download
5fee5404d94b440b61f1513d9e099d56ce83c624e6e75ef51b1a7a68dc4e4d31 |
| agent-darwin-arm64 |
Download
825228aee42a3008afcf0edf141725ff14e5b5b5d63f7f42e43bb65412d07b75 |
| agent-windows-amd64 |
Download
421057929caa1afc14cb7d921368ff7eabc65d61ec3c0635114629058ee797cd |
| agent-android |
Download
bfe0373b930c26b156882f53921d0b8dd447968d65f8db8ed4f4862fa8d0932b |
| ctl-linux-amd64 |
Download
50e275913724ce17ae3c338f8590c3a788a5153ee9f0d4cce2b9c2a78d164c05 |
| ctl-darwin-amd64 |
Download
b430810c940ed1557a74c0e39f3424f1f39e40e477eeb60ffba41a7c4ac71aed |
| ctl-darwin-arm64 |
Download
1ae01a915264090412833de8de2830a8409cf2ee47becbb37dc2407d736c1809 |
| ctl-windows-amd64 |
Download
706bdcd5a9a82e5e2aa412d6ffbc4bad34843ca74bd627b069726ee9aed60de4 |
v0.2.0
| Component | Download |
|---|---|
| server |
Download
80212c2d9e1beec31e1dc0b4ecdc01329e325f67dc3b7396d6671d369971ebf7 |
| proxy |
Download
c8f1d90816943c7e97aa01d4083a5c40d8c5d1be86934af119db7e9332af4bf1 |
| connector |
Download
a94a863992e057c5ab8caa08afae9fc6706bc9f3aaf40aefe590f71ce4272e37 |
| agent-linux-amd64 |
Download
7255bb1cbda1997383f291621cc487eaaa2d29abfa7de0603347a988284925ca |
| agent-darwin-amd64 |
Download
07274f553b0e88ed429f5ece07fe2cf13ace93b99acb464cf46d0bb95d91556d |
| agent-darwin-arm64 |
Download
ce164fee09eefc731db30bc8adca0b39763e59ce33e81afb19353d5022a36d7d |
| agent-windows-amd64 |
Download
9e23b5120b7caeb85f53946b6e049a8ebb558d07c6517a37180c12663fbe9cfa |
| agent-android |
Download
789622f3d2524c458d97497c3cde23e31d9e984f72c3694fedb3b793012c30b2 |
| ctl-linux-amd64 |
Download
73658f8708772328b347cade9b8a9b55707c310e2b0f927fc355eb686f708dd1 |
| ctl-darwin-amd64 |
Download
fb286ff5fff7a508d1f5b2e977509e096888469c932edb4b3089a533d008ab77 |
| ctl-darwin-arm64 |
Download
8c3756d088b4183f22a2b2e17108e1931bacc90a81c191e2bd02c491ce029725 |
| ctl-windows-amd64 |
Download
9ffd2824f0a467137a4a98a99e49263c81e096aad74e75801695e5fe09068b5a |
v0.1.1
| Component | Download |
|---|---|
| server |
Download
b97382fefdbfc1da224b7ac4a40fe04eb0a1fad8bc7cca69bfe83bbc8d0759d7 |
| proxy |
Download
ac96b4dc6f045f573df0087fbe4c31fb8d12402afb2df90eb20afb01339324e5 |
| connector |
Download
38eb4d65b17f5cbe9422ba7d9f4bd9be0198b8d43d8ad0c555a656ccdc9f55b7 |
| agent-linux-amd64 |
Download
b2b0354b240c80f02c79683e719ceb3ccacf0f1e30fee6e4ee2a5de50a42e5ba |
| agent-darwin-amd64 |
Download
e87efc714c154f26925da4b3067f6cc6dc461e634caa93e33938c725423186ef |
| agent-darwin-arm64 |
Download
001d72bb0ff1dfc44e2913a310b727eac637add3c182cd175f602afbf649d4ce |
| agent-windows-amd64 |
Download
05cd47c2884dbcdbe56242122661f9d11ffdecec9e48b00ef40fa48c05969717 |
| agent-android |
Download
190a6ad0c095112d8d7f1e61835afd6d17a05b800ac3a10a22ccaaef3bd0b3ac |
| ctl-linux-amd64 |
Download
cc5e43d7ee0bd1d2c1681b64f3dbf8febb2fa3e9c76d0f5010cd97226d98e7c8 |
| ctl-darwin-amd64 |
Download
02e37782a4cb354301e594463adb160c474a80d67e0a9e77ee13749d53752235 |
| ctl-darwin-arm64 |
Download
a764a99568c05f0ccda6d305996b764f4e2845edbd5b755ffb2154e5479d183b |
| ctl-windows-amd64 |
Download
6ab7a57737765bdf4af9e9b08abd4c7135e980bad63443183292f177c1d11ee2 |
2459430
| Component | Download |
|---|---|
| server |
Download
224008333f1b7ec16c8c68888f39495b389eb06c3f6ceb250c792e6e3581e75f |
| proxy |
Download
fb61f424d868456a6576bc03e3afac8b1532ceb4a19daf7eaf5b7b82ff39085a |
| connector |
Download
89eb69795dc7891c774f20eb89e1b8d13b8c297b16c2a72c1352b776f7372a5f |
| agent-linux-amd64 |
Download
7fbb2d0d59a8e81fc38608d208e44e14c126a84322b86d3804058b89c17e25b3 |
| agent-darwin-amd64 |
Download
d846d8cfbd59bb0cf85b211db6585e16749f13cf538adc35c30684159c10eb73 |
| agent-darwin-arm64 |
Download
4c281733702c974ef1fe18c5869284d7ddb3d7a97e0bfde8fe36804b9d656f70 |
| agent-windows-amd64 |
Download
4a25f3e27c7b5dd669064b8e0db0aa239f3e451e8004c13e81cfd40c5c24286e |
| agent-android |
Download
833a08ab14d7630aaddd82d8bd5b88e744098c0b57c0a66c6ad74c518e976dc5 |
| ctl-linux-amd64 |
Download
7fc43983ecd23455d1033139339c53c4e23918f84079b7f07ed50e25b0e21b70 |
| ctl-darwin-amd64 |
Download
931a697c30e8358e0e89aef23ac2c21401e065af7e7d8e0f7c90660e6f54124f |
| ctl-darwin-arm64 |
Download
9eac2475f1f65e3421135d6d34eae0fa99dce600442d779fd728e0c568a781fc |
| ctl-windows-amd64 |
Download
7d3e7538305b4971b8628465ebecfb077b0fa1a66244aa03969b7afdae06a412 |
1953447
| Component | Download |
|---|---|
| server |
Download
dc66e6699110bd3b1cf6319d48937dd302082027051bf6a6d77bfad1162c82c4 |
| proxy |
Download
f34c19b900fa1bf25ebb3f0c62bc24a1627c27ef2c3341a1b3ad597a0f244a4f |
| connector |
Download
59c0ff254ab92a8745d8a725d3e18b6e091a4f0151a333280d76fa406ed15c43 |
| agent-linux-amd64 |
Download
52629d1fe24ec3d8f56d068305172365427b29cbad2718fa3ddc5417be8c33f5 |
| agent-darwin-amd64 |
Download
499dd92f6762af834ff7fc5ead722ca719119cf06252b40e1ca3d80b2cd9dc48 |
| agent-darwin-arm64 |
Download
7d8eac9578ab72bfcb83536f5598e7e6d62ad55a5008558d497dbcf7c61f88cf |
| agent-windows-amd64 |
Download
ae368627a50dfb37220f5a42aa680c9ea40db548b1abf84664ef791d758fcaff |
| agent-android |
Download
217c935c29c99ea7e5cc587c4f71f6b314898c48eecb44a35617f079af94a61f |
| ctl-linux-amd64 |
Download
43f37c8cecda6872823d24b922a5e67926cf7999f83b942f68996242585f0198 |
| ctl-darwin-amd64 |
Download
064680fd66f2d99d9397f209d841f31740359c40b7f940c1595e95c2fcc5fd52 |
| ctl-darwin-arm64 |
Download
d9c5ca75a7e603ccb8c3047cea049e3c40e3c1ad7868e8c5822354e73bbc147d |
| ctl-windows-amd64 |
Download
5a393fd25bb031b97852099459f81e5ce1caf863bee5c9c4e1e821ae1207bd69 |
ab0e73a
| Component | Download |
|---|---|
| server |
Download
d8de55dbd6155089644f3824c7596c3901bd5dbffacd64a0ae4d7ac6ddd95045 |
| proxy |
Download
0ad7bec94aea55571dd85496a16ebcc356c9664b333f18abbb32e2d943969472 |
| connector |
Download
cfcd3edb9adb16a83bf08c213653f099c247990f9982b789116cedca54f1c9b7 |
| agent-linux-amd64 |
Download
92ec83d9094d70223d97576f3b951f2d8c7802172afa1f7552957dc3711e0eff |
| agent-darwin-amd64 |
Download
d9f0a03243abdca2d0c59398e87881e437cfe8f7f48d53499ad43b27829850bf |
| agent-darwin-arm64 |
Download
ba97029d783b77dd7030813a462d83a7bba8a136f756f5261f404e8a19d8ca79 |
| agent-windows-amd64 |
Download
dccad81d1236e8485c4471669caf167828c12e1eb06c8fab5c944bd8ba951c4e |
| agent-android |
Download
36b8eac602549936d3328b4545fcb8c7bb83ac1d5b8b03598dbd6b45a7de8360 |
| ctl-linux-amd64 |
Download
1e1890cca7cd771b6c20ac7fb478becdf212a4cdc2bfa2bd1e569f5aa1bc970e |
| ctl-darwin-amd64 |
Download
b241c33748ba33990dd77c453cc2b0d6b3405094869de286fc441caebd4805aa |
| ctl-darwin-arm64 |
Download
58ff12f7253395ffe2a3ec7fead67c653e7e8c5a1c6313f9a03b06ed0ec47e81 |
| ctl-windows-amd64 |
Download
45bd346f5f8efd5d2709936a4045516012d320a6bef3cffa6e450240640e5405 |
a60d0aa
| Component | Download |
|---|---|
| server |
Download
f4f2be617ebf45740758c83103814c6eff4e6457aea762cc4ecce09c2354dfa0 |
| proxy |
Download
685d82619b9e13abb5af047ae0034558a2d86c82b95d035714f50b17331a47f4 |
| connector |
Download
b1244c4ad8b8eb9bf4c35d3fb4118ffdf6b8cab2525a835e0da483d6cad0f820 |
| agent-linux-amd64 |
Download
ef3bb2917b14025178a2ff2712096e6a7cddba6fd74c72b9a33babf36c4beba0 |
| agent-darwin-amd64 |
Download
ba7dfe38d61714ca3c8930342a68461b7ca4f39c4dd0f8b338e3d5450f7d13c4 |
| agent-darwin-arm64 |
Download
4608056938cdc8c2bb044d62b487ea59545b9300881a229401b65f8f29203387 |
| agent-windows-amd64 |
Download
cd15ae35ab93c430f963f079e70151ceea957a918da6637021a49881c24ef905 |
| agent-android |
Download
296d9b1162101dea1cf47318806dd3267772f73eb4a9ab9d8dbb458b6d7df670 |
| ctl-linux-amd64 |
Download
4be7d1e39a41862b8feeaa865e45af5e03551a29c103b43ff02706a1ae8014a8 |
| ctl-darwin-amd64 |
Download
610e27c73e1712c076e2f762adb8224221dd85a7df1fee46fb1e3683a67385a3 |
| ctl-darwin-arm64 |
Download
9e815bcf5d4d75f7192199291bea46abb7e445daf008a2868d3e62b911ae3131 |
| ctl-windows-amd64 |
Download
ac1d6c0253419f80313c65859103d788450f00aa325ca8a4114d412a804155a3 |
d0f88d4
| Component | Download |
|---|---|
| server |
Download
abccd674fd5c0ecf2f59bc8e1ae30c1e757c220795644375a337a6dec0f12ac1 |
| proxy |
Download
d5d234db194ecf9196a8d8749861120860bc807b9aa91d9e6150b9c9dbb197fa |
| connector |
Download
671409741f57fc0e6c187e4c3e8f1c76f259fc44c063fda092ac4692bdd92393 |
| agent-linux-amd64 |
Download
5c6d9784fcc5f9612383e3444b2f2abfbd4ca11bc7651f4ae55d8116252170d8 |
| agent-darwin-amd64 |
Download
61546c16a33243a4f9e14182321a925646425dea05b533180fa47d43f7b9c552 |
| agent-darwin-arm64 |
Download
69b46907e7d691d06c27555fa281c9207f30a38a08d1d30ae4557e02fbb40636 |
| agent-windows-amd64 |
Download
d3109a4c1efc9f0f6b9ab3875b31aea647b029233640bd6ddb24aaca3cc04f9f |
| agent-android |
Download
c4ec9f10add78e1593e81fe640b03f64fb5aed7272846f8f5c7e0c32da9636df |
| ctl-linux-amd64 |
Download
e8e339c2f124e0305da446a6938a1556e6ea78958f6950676629503b206d9322 |
| ctl-darwin-amd64 |
Download
65d074a3c9fd5f4093c54389ebcda6e6efd4400c5cf61e5430f8ba309acc8c1b |
| ctl-darwin-arm64 |
Download
bf196393d6bafe91db0c195834ae74c9c4928c32ba51b18743cb23d612996154 |
| ctl-windows-amd64 |
Download
67d0eb608c7ba9cbbdca22b492e8b0d524aa241347310785fbc00282080bb857 |
d7d3d0f
| Component | Download |
|---|---|
| server |
Download
d041206e10a183dea0ff46ea7bf907353c058ae5f90e77976f13621a5d0d0f9c |
| proxy |
Download
0c59ee357cbde21cc47936927bb39847b9675fd396a55831b20a3d02bf9c2ac7 |
| connector |
Download
fbaaa7c24ebdacbc421deb17a471c4c226e0576aa163e5e7ab00c33683c602ac |
| agent-linux-amd64 |
Download
77fd3b568670e44fecb7369f7cce481cc3beab4de4e34c38d1d6ff79592d2d79 |
| agent-darwin-amd64 |
Download
ed47b5fa07f4259a66058d567bca2321386607d9cb911e145a152b2a9f63631c |
| agent-darwin-arm64 |
Download
c38631bf4e0d0fe3b344f60602998f9fc650001a07c729ba96d8a9dc225070a2 |
| agent-windows-amd64 |
Download
0ca6c86d1e90c1d4c5c122cfae9baa6402b82cfd4908194da3d25d23129c2759 |
| agent-android |
Download
377d25ed2bbd6a1c9081a8c48b6efcbf733e96654247f02712dc592eea5b90c5 |
| ctl-linux-amd64 |
Download
b8e823d0c93ff49cc1e985549db2f22f3f7fc3ab52c84ad524a53a37629c357d |
| ctl-darwin-amd64 |
Download
ab755ed05992343948d347c4d7146dd4aa9048543e5533a4cabe7c438b4dd2c0 |
| ctl-darwin-arm64 |
Download
8011e81993c48e600e877b35b17bc1874eac17985e9ff614a14094434758c56f |
| ctl-windows-amd64 |
Download
c4f0293a8ee3f2e2ba0cbfe67b177b9cd510d982dd6c31fa76fbd94ad1926a6a |
553ebb1
| Component | Download |
|---|---|
| server |
Download
699ab5927ae1576943a0597b43d790e8519975bb8536cce9c2cf4365b3eae7d1 |
| proxy |
Download
e4f3ec24f98604f1032459ae55984bb9ba5db4b343161efea4542278b3bde12d |
| connector |
Download
608b955ead6f7548559b4c207b8f6deb30411b603e9b0a6e3828d3a31632ed34 |
| agent-linux-amd64 |
Download
3f852cd7f8eaac082bb3a668436e7037abb6992f3ee28d981709e49b625029d4 |
| agent-darwin-amd64 |
Download
b131fa50cb82fa278bf4e56ec34b3adb10a911ac46c393fd215ac4f991eeb476 |
| agent-darwin-arm64 |
Download
147cc3969cc1c44def840ca26e52e819d5309e427f6b79bd82b0ee6464f8672f |
| agent-windows-amd64 |
Download
3e48d2e2378ebfcc3ecb2e3c9d98c2f708fb9639d13a73b8ce6496a2f5c95f4c |
| agent-android |
Download
e45bbce4c8adfbed841ac3b1e3c3b3ecf9c1d2f67d19ce23c13aef3875e39dae |
| ctl-linux-amd64 |
Download
7cca226b13ea4fb9ec01551d64a8f11c161b4fb99070d2e066d574f03155a8d9 |
| ctl-darwin-amd64 |
Download
90ae1ef0e789315be8bbdee4f79c0a5d30609bd53b36e7811474356b19260c6f |
| ctl-darwin-arm64 |
Download
ce6b9f3bf4e0bda005f1d07081971f3157fc6ed9fee31c5584abab2e83d97052 |
| ctl-windows-amd64 |
Download
c15363a4fb7ffffe0fc9e6504efbebbd419085c55955b271931b772027c1219c |
6fda6b4
| Component | Download |
|---|---|
| server |
Download
9f9b4a739a658c806bdb3631daa52ef2e859db2a6a17d633a97184afa5369aa5 |
| proxy |
Download
77201f8607f9be89d56486c35e3fcef2c11d19f3e9b8284ee999dace6f76e582 |
| connector |
Download
2973b42caea92fe50a7691007b501189e8efdc1597bacf8b99c11427b59ecfbf |
| agent-linux-amd64 |
Download
6cbe7c43a8271b7991926118bafc12b3211048ceabf268d553a4e999128a5e15 |
| agent-darwin-amd64 |
Download
9d83b8c2f42bec8c8758ebba1e0f557baa7327efa48fa1c48d1da4d4565199c0 |
| agent-darwin-arm64 |
Download
152cd7d2b51a957472ac1d36155259f6b066cea2bd2e86e13c199d6787145606 |
| agent-windows-amd64 |
Download
18af737a3a6e335de70726fc69547824f146954fc48cb7701c96736cc065c42b |
| agent-android |
Download
459bcc242a90fde93a4d922ea4b0ba4a7b11fb05ef27c6cc5c5b8b4a6e421810 |
| ctl-linux-amd64 |
Download
9c34240549cfd887ac604285fab3ce9e0b0edc277b629e2d5ff4466549dbee97 |
| ctl-darwin-amd64 |
Download
cd4bcebaff7e3293ea8aba6ef826e0b17f65639898a481af62c8353f043d4933 |
| ctl-darwin-arm64 |
Download
493e3dd0e164fe281d62eb180e066e69caf4258c51af5b2a0f58407d6568fd9b |
| ctl-windows-amd64 |
Download
ce79ffddce049f8e4ca65918f8da299b655d7c7b58ffa1ed57dda3ce07536923 |
18a9e05
| Component | Download |
|---|---|
| server |
Download
f335f6a4670364f53113c64790a33fe93abbd0866e2effa6abdd093981bc4fc8 |
| proxy |
Download
1a7bbc6fab34e127aef3cb37b26b3a096c6635021535bc3dc334371777ca533b |
| connector |
Download
cd9c22a6e0e10645ed0adaefccef57eb929281cf7874ec9c2252b2eb1f373af8 |
| agent-linux-amd64 |
Download
00380a33cb545896990e20d1ec6e460575228b2c6110e4f099d630da35f2eff6 |
| agent-darwin-amd64 |
Download
4379d841992a81dfec363b27c60fd50bb315a6ec07df637dac30ff89331a07de |
| agent-darwin-arm64 |
Download
d592dc186576ab197734613de60e4778a0b7e1f91beeec74244f0c019beb5ab4 |
| agent-windows-amd64 |
Download
bd408a86fe6280a5349de69bb8a07426fdc2839bd2b781aadc51c4960f1e0f0a |
| agent-android |
Download
4c437d64bf5c719efc53ef181824dcc7c12d3c5c7e85f9d9a8f1de404009bac4 |
| ctl-linux-amd64 |
Download
8bfa30e57bf4cb83b86cdcebf0fb77beefd2c3b6787161120fbe985a861c2084 |
| ctl-darwin-amd64 |
Download
20e6aa6e952cd9229e15d1d08bb631bb83f7356b625b63af373909e59ee1d8ef |
| ctl-darwin-arm64 |
Download
c8d4b6c79044b6622a822d67da18491caa474b76f20392e6be17fcfe74990643 |
| ctl-windows-amd64 |
Download
d89ebf7c188b345f3add602cf35035019dc10f6a582ba4456e3dbc4509ea3107 |
6e08fbf
| Component | Download |
|---|---|
| server |
Download
634a7976b24e433cf8276bedaeae2235875681499b7e3e5f3fedd20270cb28e9 |
| proxy |
Download
a579600df2e180f2cbcb6b22acc6b654bd7e2a3e7fda11ec6a395f67c6f614f7 |
| connector |
Download
78a65ceec0df7b18972af75345a632e31f00005a048542a8d955fd4955681bb0 |
| agent-linux-amd64 |
Download
b5bd1a93a8db811149358896442fd2382ee1d4d895b7ca84761d52b814a9d543 |
| agent-darwin-amd64 |
Download
247fbbdfc823fb355ace7e6f8c87b3da93251f91c5bce1c1917aa05250cf8068 |
| agent-darwin-arm64 |
Download
09a9a746a03392497e4aa23993bf976e24577bceb45f6021666b0714709f30b7 |
| agent-windows-amd64 |
Download
05c4afeed19060e9ca983944ad9431f152b0e4ce658c253a8237692e0207e50f |
| agent-android |
Download
c0257bcf9c4ee8b783379234f01e28ea40bcaad316866c714b7e608ef1096d0e |
| ctl-linux-amd64 |
Download
47b8501e6399568ef7a0a549ff2597df91745db3574385ddecd7075f2ed3de5b |
| ctl-darwin-amd64 |
Download
94cc307422f7923b03291a77120e60c50e09763895a5192acd56e676a2a61ebd |
| ctl-darwin-arm64 |
Download
9dbccec7d300f36a33f00882639592aa81761c1bf3c02279a674e7800ea21beb |
| ctl-windows-amd64 |
Download
2e23204d89ae2f5cf01278c8ddac988705be28e8a44738f082c6a228d87ba59b |
d8e7721
| Component | Download |
|---|---|
| server |
Download
ff7cddac378e2d9d7e13f3edf0fa26cd74bf2f51deebbf2f651f8e643b063aa2 |
| proxy |
Download
185fdae34fdbae6c4b5a9ff8652d68b99fb632e82693cf567deca85342bd0f21 |
| connector |
Download
7898a04a8f7407c2a9044436a30f0c0b93776ea24e547849b95f367308bf91eb |
| agent-linux-amd64 |
Download
cf85afddfd9acc742de72b0a2a9af1f7e32522ccd54a904610d4da75638e3732 |
| agent-darwin-amd64 |
Download
eede747045eabbb9fc2b86e102253c7a3aa1000a8e64c45336723a7e391e3652 |
| agent-darwin-arm64 |
Download
ea5dba1b4052e3d08ebebe6d439cd35f553053bf2edaa3838e8f8d3cbe6b8a38 |
| agent-windows-amd64 |
Download
55c766469d4922357de5fb93edb587d0ad825c70c2b76d4d0a4aeaac3d0ea3af |
| ctl-linux-amd64 |
Download
2e46f495f35081d7a74c3b4376f57a3b4a5b9b4aaf1fd0586f0ade43e46d1bdc |
| ctl-darwin-amd64 |
Download
f2b35b818e5197068c4c6fb1599c995410eb9992f34b5e41717994235faeae15 |
| ctl-darwin-arm64 |
Download
e361510dea692485a02c867f3221f2f9f5bdb6e4757d0ca21b2828d0d72c3fe1 |
| ctl-windows-amd64 |
Download
53f42b57aec156e042e03eb110d9e81cd3ae1f20e90d27d6bcde84c3cb186233 |
a5292d7
| Component | Download |
|---|---|
| server |
Download
639faa9cb277912018fb40cb7eb1a55b8ac1c39535c170b6edf85ac361ea3812 |
| proxy |
Download
aa5569de0845ab50a6f2923ff046e5ed63ebaf5b929f6e0098a09302a44e275c |
| connector |
Download
3d168aa60c535405eeabfb6f9f4609a2d5a656f611909f8ba998da1a8b70011f |
| agent-linux-amd64 |
Download
cf1c07a8fe7ff3be4371679ef06ba73d0b6e8874bb5b2cbf6a44f90bbf5826cc |
| agent-darwin-amd64 |
Download
79c8ed4d0824845b0db2516a617df293a1b10864cccf27a2c06297dd46aca582 |
| agent-darwin-arm64 |
Download
228e2c385e56ef86ef037b4d5cdf0c8e06a2ece2fe38d0657059497ac8b253e6 |
| agent-windows-amd64 |
Download
c44232979e40ccb2db6a80d8e2b10ce9770da50d7cfe59f4e24d034048860e45 |
| ctl-linux-amd64 |
Download
df99ee0aabefbe98481be637c108f7ef1a465ef46a9d239aa97de406a5c76f87 |
| ctl-darwin-amd64 |
Download
d3ba488f896e3fce44ef14d2114968f6b70b85dabf6f9ca0ec8998c7562d6748 |
| ctl-darwin-arm64 |
Download
cd740e7e724446c171350335af3346ef8ad68de11f307b94c0776c2775b61820 |
| ctl-windows-amd64 |
Download
2445c13bd0499a9443feed6064d28c0b78e7bb4fbbd0716b4aca1310981e2fd5 |
6687536
| Component | Download |
|---|---|
| server |
Download
14160a388f1881b2d178ea6a146c52484cd97158f73f8de73bcc3d69bcbe6837 |
| proxy |
Download
a2390eef8e8f853b1484ea346eb23439922a0857086039630ed11c2fdc3d7d0d |
| connector |
Download
95753719d4178d881d6fcd1629fca5f22196ed09cd1d40eee96da7d6af3fe37b |
| agent-linux-amd64 |
Download
f63689bfb4fa4fb02a1e8f8985f8ffa90d22926b6cb678ef4bcaba0c3e90d01e |
| agent-darwin-amd64 |
Download
53b64a3ba3caf7738e81b394891d865c1125277514130374523cf9e8f4400931 |
| agent-darwin-arm64 |
Download
d6909f9c8bbd7dc5f7e0e5f83a0cd0a35823dbcf3df2815995de472a911464b5 |
| agent-windows-amd64 |
Download
33ef460325525edbba1671439af3ffd2c5764264f236c252fd13919c1c7f47b6 |
| ctl-linux-amd64 |
Download
c9797ecc0def732548bfe4b0677ccc0c6a7a0e6db92b65e64f1a89be87b1c7e4 |
| ctl-darwin-amd64 |
Download
116c82d0bf309d3a986f3d7050cd9a496eb0217964d1ec7dd7adbedeb2c006a3 |
| ctl-darwin-arm64 |
Download
6c6dad7060558933de7e89463137ee4abe6da2dec522d57851ffc0746b68444e |
| ctl-windows-amd64 |
Download
7dbf042cf36a892cd0204486f59515c5b78a3466d93c35e222c53bd5ca9c70e4 |
0931b3b
| Component | Download |
|---|---|
| server |
Download
f1a50c136dc5a39f699d8fc29749261f698ff84f280a4232d865194c9e064f02 |
| proxy |
Download
5c573d9e752affb717e3ba825924ee6fa2b7dab051a46c926ca8b2636771aa54 |
| connector |
Download
c343074169af928d3a09e33ef4c4656ddbb4f86542b548069bac021760684860 |
| agent-linux-amd64 |
Download
74fc43b77d17f8cbbe9892cfd48081da0536834a0c349687d4c3b17e4c2d6c73 |
| agent-darwin-amd64 |
Download
53ea7cd3d8975baf9bf4857f834bdbd39ba8c57d73408a1a6010f7d41bd3fdcf |
| agent-darwin-arm64 |
Download
6b092623201a6941a8d1ac8663bc05da66a807398ac074e7d61c7515c97b8014 |
| agent-windows-amd64 |
Download
255bc228f2c95e53f22cfb35346638e858fa8b6d86f771847af365d6ed89e421 |
| ctl-linux-amd64 |
Download
0c6ed12aef452bccb4705870078343e009d4b2012dd394164f7fc6f0b5eb3ed7 |
| ctl-darwin-amd64 |
Download
ec830673ec3ea8b5b259ef0b748d8dff03301eb5aaf811e257f3336b4aa6e3b4 |
| ctl-darwin-arm64 |
Download
d04be459e660babecf0d28fe1e366e2a204b5b74902e3f8165653532dfa97184 |
| ctl-windows-amd64 |
Download
7fb3564cf455fa53e1077dfe00ad206175b8d02e6ec3728359436db2dc217e08 |
56c2b46
| Component | Download |
|---|---|
| server |
Download
f7e5f5983e02dc3ef1917483d36fb07a5036a0cbe06c18f44ab6318b17f94111 |
| proxy |
Download
f7c1265d7a016b23f5000dcc3b0637635d885321de7000bd3b5dc4bc2b6e6f64 |
| connector |
Download
67755bdc3e66c0d0a4dd098d2d0fdede0b3950c40aad14f506b1da16354fc8e6 |
| agent-linux-amd64 |
Download
ed0eed9664ec42b54fadc710a7bde009c5bb7ba9efbbdae6c1a4f57427be8bf2 |
| agent-darwin-amd64 |
Download
c6609b796d27f088644bd98d7b8aa605fbfa93fbf43b7a5e5e3fcf0f42846fc7 |
| agent-darwin-arm64 |
Download
4e89117020c08c30d70bdeddbe3144c0a03fe9fd01d1ccfd327b25ed74b6cad8 |
| agent-windows-amd64 |
Download
a2980f644a03c8a673d583d508288d01a410cc88ac3ed3eaea28e4bbcc014075 |
| ctl-linux-amd64 |
Download
44da628a97527c19be5662de3382f4e5f1808a2c5d6616a8ee60898fca35ae38 |
| ctl-darwin-amd64 |
Download
d91e3914d4d2e20bc054f1d24ff0bed79df033dabeb58bf4b2a47eb6a03a89fa |
| ctl-darwin-arm64 |
Download
9a6df0b5c3466af28fd28fb798dd0ef428ab9ce28197b9e8fcae42bc32a1895d |
| ctl-windows-amd64 |
Download
30f50d6e38bac1625d91dbedf55e9f928d0bf82f5409561544a5dff0f8a73134 |
| alloddam |
Download
d37fa54dedb997da98a1e5aefbf7e0a24dc1b66b59f71ef36db76c2dcbef2d5d |