[](https://github.com/tpm2-software/tpm2-tools/actions)
[](https://cirrus-ci.com/github/tpm2-software/tpm2-tools)
[](https://codecov.io/gh/tpm2-software/tpm2-tools)
[](https://scan.coverity.com/projects/01org-tpm2-0-tools)
[](https://lgtm.com/projects/g/tpm2-software/tpm2-tools/context:cpp)
**This site contains the code for the TPM (Trusted Platform Module) 2.0 tools based on tpm2-tss**
## Build and Installation instructions:
Instructions for building and installing the tpm2-tools are provided in the [INSTALL.md](doc/INSTALL.md) file.
## Release Procedures
Instructions for how releases are conducted, including our QA practices, please see the [RELEASE.md](doc/RELEASE.md) file.
## Support
Please use the mailing list at https://lists.01.org/postorius/lists/tpm2.lists.01.org/ for general questions. The Issue Tracker on
github should be reserved for actual feature requests or bugs. For security bugs, please see [CONTRIBUTING.md](doc/CONTRIBUTING.md)
for information on how to submit those.
## Resources
Reference the tutorials at [tpm2-software.github.io](https://tpm2-software.github.io).
TPM 2.0 specifications can be found at [Trusted Computing Group](http://www.trustedcomputinggroup.org/).
Specifically, the following sections:
### The Library Specification
This specifies the external programatic interface to the TPM:
### The Enhanced System API Specification
This is the *ESAPI* dependency mentioned in [INSTALL.md](doc/INSTALL.md). This is the enhanced software API to the tpm. The tpm2-tools
project relies heavily on this.
### The TCTI Specification
This specifies the transmission interfaces or how bytes get from the system api to the tpm.
### Books
* [A Practical Guide to TPM 2.0](https://link.springer.com/book/10.1007%2F978-1-4302-6584-9) `ISBN: 978-1-4302-6583-2 (Print) 978-1-4302-6584-9 (Online)`
## Contributing
Instructions for contributing to the project are provided in the [CONTRIBUTING.md](doc/CONTRIBUTING.md) file.