Your browser may flag the PATANYX download as suspicious. This does not necessarily mean the file contains malware. New software releases can trigger reputation-based warnings simply because the file is recent and has not yet accumulated enough download history.
This build was published only days ago, so it may not yet have established sufficient reputation with Microsoft SmartScreen or your browser’s security systems.
If you downloaded PATANYX from this website, you can continue by opening your browser’s Downloads page and selecting Download suspicious file, Keep, or Keep anyway, depending on your browser.
You do not have to take our word for it. The PATANYX download is digitally signed, and the SHA-256 checksum published beneath each download button allows you to independently verify that the file you received matches the official release.
Security warnings are worth paying attention to. Verification is better than blind trust.
The Windows build is Authenticode-signed, which allows Windows to verify who signed it. To check it yourself, right-click PATANYX.exe, select Properties, and open the Digital Signatures tab to view the signer and signature details.
You may still see a Microsoft Defender SmartScreen warning when you run it. That warning does not mean the file is unsigned or that malware has been detected. SmartScreen also considers reputation signals, including how widely a file and its signing certificate have been seen. Because both this release and its certificate are new, PATANYX may trigger a warning until that reputation builds over time.
The publisher currently appears as Rhoda Faye Tomines rather than EdgeXene LLC because the signing certificate was issued to me personally. If SmartScreen appears, select More info, then Run anyway.
If you prefer verification over reassurance, you can also compare the SHA-256 checksum of PATANYX.exe with the value published beneath the Windows download button. That lets you confirm independently that the Windows file you downloaded matches the official PATANYX release.
sha256
9b19e6b226a365045b40d33a520cea7b5d5962d392d5cf854a3b6d761a343db0
chmod +x PATANYX
Download for Linux
sha256
7af7a0781dfa2ddc6fa3d9900735944f89c95e904a17c6dfe6a69da2e0c1e1cc
PATANYX does not work like the browsers you are used to. The guide covers what is different and how to use it.
Every release is signed with Sigstore, and the signature is recorded in a public, append-only log. The bundles are published beside the binaries on the releases page.
cosign verify-blob PATANYX.exe \ --bundle PATANYX.exe.sigstore.json \ --certificate-identity contact@edgexene.io \ --certificate-oidc-issuer https://accounts.google.com
Or check the SHA-256 published with each download button. Pick whichever of these you are comfortable with. Each one reads PATANYX.exe in your Downloads folder; if you saved it somewhere else, put that path inside the quotes instead.
Windows, PowerShell (Start menu, type PowerShell):
certutil -hashfile "$env:USERPROFILE\Downloads\PATANYX.exe" SHA256
Windows, Command Prompt (Start menu, type cmd):
certutil -hashfile "%USERPROFILE%\Downloads\PATANYX.exe" SHA256
Windows, without typing a path: open the folder holding the
file in File Explorer, click the address bar, type
powershell and press Enter. The prompt opens in that
folder, so you can run
certutil -hashfile PATANYX.exe SHA256.
Linux:
sha256sum ~/Downloads/PATANYX
Compare what it prints with the value published beneath the matching download button. The spacing and letter case do not matter, only the characters.
PATANYX updates itself from this site over its own signed channel. Each update is described by an Ed25519-signed manifest that the browser checks against a key compiled into it, so a compromise of the server, its DNS, or a certificate for it still cannot make an install accept a modified update. Checks happen on a schedule and a verified update can download in the background, but nothing installs until you choose to restart.