# Enarx
This crate provides the `enarx` command-line tool for running
applications inside Trusted Execution Environments (TEEs) using
technologies such as Intel SGX and AMD SEV-SNP.
For more information about Enarx,
please visit the [Enarx project website](https://enarx.dev/).
For a quick introduction to Enarx and its goals,
please see our [Getting Started Guide](https://enarx.dev/docs/Start/Introduction),
and for a more in-depth look please see our
[Technical Overview](https://enarx.dev/docs/Technical/Introduction).
## Using Enarx
For instructions on installing the Enarx command-line tool,
please see our [Quick Installation Guide](https://enarx.dev/docs/Quickstart).
For instructions on how to build an application that can be run within Enarx,
please see our [WebAssembly Guide](https://enarx.dev/docs/WebAssembly/Introduction).
## Contributing to Enarx
For instructions on how to build and contribute to Enarx,
please see our [Contributing Guide](https://enarx.dev/docs/Contributing/Introduction).
For an overview of the codebase,
please see our [Repo Guide](https://enarx.dev/docs/Repo/Introduction).