Downloads
System Requirements
System |
Recommended |
Minimum |
Architecture |
64-bit |
64-bit |
Memory |
4GB |
2GB |
Disk Space |
1 whole disk: 20GB+ |
1 whole disk: 10GB+ |
Void Linux Release
DVD/USB Install image (523M):
Trident-netinstall-x86_64.iso
ISO validation files:
Version Note
This ISO is a dynamic netinstall image. It requires an internet connection before the installation can be started, but it always installs an up-to-date version of Project Trident using the latest official packages from Void Linux.
Security Updates
Package updates are available daily from Void Linux. These include security updates, kernel updates, and application updates on a frequent basis.
Verify ISO Integrity
Project Trident digitally signs all packages and install images with OpenSSL keys. Package signatures are automatically verified by the “xbps” package manager from Void Linux, but the ISO signatures need to be verified manually using the “openssl” utility (which is available on all major operating systems).
NOTE: These instructions assume you have access to some command-line where you can type out a simple command. Consult the documentation for your current operating system to determine how to access this command-line.
- Download the ISO
- Download the “SHA512 Signature” file
- Download the “Public SSL Key” file
- From a terminal, run the “openssl” utility.
- Run:
openssl dgst -sha512 -verify <public-key-file> -signature <signature-file> <ISO-file>
- This will print out “Verified OK” or “Verification Failure” depending on the state of the file.