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

Nova 13.3 Checksum

The SHA256 checksum of the Nova 13.3.zip archive, available at https://download.panic.com/nova/Nova 13.3.zip is:

13f154ed44f15a55013de18072196c16c6673fbb38cd14a143c7dab55af575af

Validating the Checksum

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

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

13f154ed44f15a55013de18072196c16c6673fbb38cd14a143c7dab55af575af  /Users/panic/Downloads/Nova 13.3.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 Nova 13.3.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.

Nova 13.3 Checksum Signature

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

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

13f154ed44f15a55013de18072196c16c6673fbb38cd14a143c7dab55af575af
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEE6i1R0iW3pPNCW77Iq26O7ibMLj0FAmjR6EEACgkQq26O7ibM
Lj0B/Af/SiJyh4hibDa0ZJ2a2WT2V6N3dZHx54nNULA+6Jj+f7gqSpwMQZt7dk5X
4PuHDSte9NnDOxZRyKzcxQdZhgQeVEnGPe4vWRIn4zMl1mqC9q793AL1nxpUKNjO
lfG6kOjTcqyLw8TrkM0ZrmBeeyLdcJoCO2MeThM4xiJhpR0dFm9QGfvTfVfS/rIi
eeKBO70z9NBU4j31ILG/7SDIlJpJwtsa/ksxDTDyWIPnhAeTBH/2C9zV7jcVbo8P
2slu4fUQvYoQFjVAJ7vMvmZv6zmruqVJYzhwjQN5urIZbJNSq14tMS2g465OFff0
mxDFVgpWEDB/7zN6CgXOD/n67TWvQg==
=Z3+o
-----END PGP SIGNATURE-----

Validating the Signature

  1. Follow these instructions to install GnuPG
  2. Open your terminal
  3. Import Panic’s public key using gpg --import
  4. Copy the entire PGP message above, including -----BEGIN PGP MESSAGE----- and -----END PGP MESSAGE-----
  5. 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:

13f154ed44f15a55013de18072196c16c6673fbb38cd14a143c7dab55af575af

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 Nova 13.3.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, nova@panic.com.

This article was last updated on September 23, 2025