This article contains details on validating the origin and integrity of the latest version of Transmit 5

Transmit 5.11.0 Checksum

The SHA256 checksum of the Transmit 5.11.0.zip archive, available at https://download.panic.com/transmit/Transmit 5.11.0.zip is:

b15aa15da8e77e33864f50474518c527825a74a6e594337dc9201f4786dab992

Validating the Checksum

  1. Download Transmit 5.11.0.zip
  2. Run the following command in Terminal to compute the checksum of your copy:
$ shasum -a 256 ~/Downloads/Transmit\ 5.11.0.zip

If the hash portion of the command output matches the checksum above:

b15aa15da8e77e33864f50474518c527825a74a6e594337dc9201f4786dab992  /Users/panic/Downloads/Transmit 5.11.0.zip

you can be sure that your copy of the download is identical to the version on our website.

Unfortunately, validating the checksum alone does not guarantee that the contents of Transmit 5.11.0.zip haven’t changed since we posted it*. However, with one extra step you can also determine with certainty that the checksum above, and therefore the contents of the ZIP, originated from Panic.

*Why not? In the very unlikely circumstance that a malicious actor replaced the ZIP archive on our website and modified the contents of this article using a new SHA256 hash, the checksum could still validate.

Transmit 5.11.0 Checksum Signature

Using our public key, we have PGP-signed the SHA256 checksum from above:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

b15aa15da8e77e33864f50474518c527825a74a6e594337dc9201f4786dab992
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEE6i1R0iW3pPNCW77Iq26O7ibMLj0FAmjAjHsACgkQq26O7ibM
Lj3xBAf9HHBb/gPiMQOwlmLC+qcT2rsWxKN+tHRoWA8kyG23jIpVGD8khUHyYjgQ
toiUY+Q4OOWdzXyO2xkCr1r46r8pjTwnUE2TxBmMnSOLaLwX78BmsiZcOxyZhSSV
AwaXyjX6+yBYISLKVsLJvoC8lJfKL/0qFMTN85LzcZAk+hwmydS2w95VXB/oUWmM
OqAkLbVPFgBV9ujgZB3qZ16HzCS2j6Fd0u7oVOiURrJe+c8CtAekEMIo1pme0JQb
Owa3S0fhgI18L/3L+VK76iw3gxE/6Nw9YmKlQeoMga/A6EFrYlF+A7kgmsL/Disg
XgyLJ2LryH+2niv1WJjoUYW95uEGbA==
=VPlh
-----END PGP SIGNATURE-----

Validating the Signature

  1. Follow these instructions to install GnuPG
  2. Open your terminal
  3. Copy the entire PGP message above, including -----BEGIN PGP MESSAGE----- and -----END PGP MESSAGE-----
  4. Use the echo "<message" | gpg --verify - command to verify the PGP message copied above

Most importantly, GnuPG should indicate that the message was signed by Panic:

'Signed by panic'

Additionally, the resulting Signed Text should match our original checksum:

b15aa15da8e77e33864f50474518c527825a74a6e594337dc9201f4786dab992

If both items match, you can be sure that the checksum in this article originated from Panic.

Putting it all together

By using two factors of validation:

  • A checksum which ensures that your copy of Transmit 5.11.0.zip is identical to the copy on our website
  • A PGP signature which ensures that the checksum originated from Panic

you can be sure that you are installing the release that we originally posted.

Support

We are more than happy to answer questions or help provide any guidance you might need to validate the checksum and signature for this release. Please email us, transmit@panic.com.

This article was last updated on June 25, 2025