Download


For installation instructions, please see the relevant platform page.

Choose the package that corresponds to your development platform, i.e. the machine on which you will be running Tigress. Note that it is possible to cross-compile; for example, you can run Tigress on an Linux/x86/64 system and generate output that runs on Arm7.

Version 4 (Experimental)

Version OS Architecture Filetype Date Link
4.0.7LinuxX86/Arm.deb.zip2024-10-04Download
4.0.8MacOSX86/Arm.pkg.zip2024-10-04Download
4.0.6LinuxX86/Arm.deb.zip2024-09-18Download
4.0.6MacOSX86/Arm.pkg.zip2024-09-18Download

Version 3

Version OS Architecture Filetype Date Link
3.3.3AllAll.src.zip.aes2023-09-24Download
3.3.3AllAll.zip2022-02-11Download
3.3.2AllAll.src.zip.aes2022-02-05Download
3.3.2AllAll.zip2022-02-05Download
3.3.1AllAll.src.zip.aes2022-02-03Download
3.3.1AllAll.zip2022-02-03Download
3.3AllAll.src.zip.aes2022-02-02Download
3.3AllAll.zip2022-02-02Download
3.2AllAll.zip2021-11-02Download
3.2AllAll.src.zip.aes2021-10-15Download
3.1AllAll.src.zip.aes2020-02-14Download
3.1AllAll.zip2020-02-14Download
3.0AllAll.zip2019-12-02Download

Version 2

Version OS Architecture Filetype Date Link
2.2Linuxx86_64.zip2017-10-08Download
2.2Linuxarmv7l.zip2017-10-08Download
2.2MacOSx86_64.zip2017-10-08Download
2.1MacOSx86_64.zip2017-04-11Download
2.1Linuxx86_64.zip2017-04-11Download
2.1Linuxarmv7l.zip2017-03-29Download

Version 1

Version OS Architecture Filetype Date Link
1.3Linuxx86_64.zip2014-07-29Download
1.3MacOSx86_64.zip2014-07-29Download
1.2MacOSx86_64.zip2014-06-02Download
1.2Linuxx86_64.zip2014-06-02Download
1.1Linuxx86_64.zip2014-05-08Download
1.1MacOSx86_64.zip2014-05-06Download
1.0Linuxx86_64.zip2014-04-30Download
1.0MacOSx86_64.zip2014-04-30Download

Version 0

Version OS Architecture Filetype Date Link
0.9MacOSx86_64.zip2014-04-22Download
0.9Linuxx86_64.zip2014-03-17Download

Licensing

Research use: Tigress is free to use for non-profit organizations.

Commercial use: If, after trying out Tigress, you decide to use it in a for-profit organization, you will need a license from the University of Arizona. Contact us and we will put you in touch with the university's licensing department.

Source Distribution

The FAQ explains why Tigress is not open source. We are happy to share the code with you if you are a researcher at a university or a research lab and we have done so many times in the past.

Download the encrypted sources and contact us to request the decryption key. If you're a student, please ask your professor/advisor to make the request for you. Keep in mind that in order for the source to make any sense you will have to be fluent in both OCaml and CIL. Generally speaking, it is much easier to understand what Tigress does by examining input/output-pairs (remember, Tigress is C source to source, so this is easy to do) than to try to read the Tigress source code.

To decrypt, execute this command:
   openssl enc -d -aes-256-cbc -pbkdf2 -iter 1000 -pass pass:${TIGRESS_PASSPHRASE} -in ${SRC_AES_BIN} -out decrypted.zip