Fix links and add features

Signed-off-by: Drasko Draskovic <drasko.draskovic@gmail.com>
This commit is contained in:
Drasko Draskovic
2024-04-15 22:25:15 +02:00
parent 2b760ec207
commit 064ab9dbb9
+15 -4
View File
@@ -12,6 +12,18 @@ Data is always encrypted, protected by hardware secure enclaves (Trusted Executi
attested via secure remote attestation protocols, and invisible to cloud processors or any other
3rd party to which computation is offloaded.
## Features
Cocos AI is implementing the following features:
- TEE enablement, deployment and monitoring (secure VM manager)
- HAL for TEEs based on hardened Linux kernel, secure bootloader and custom-tailored embedded rootfs for minimal TCB
- In-enclave agent, netowrking controller and other system software
- Encrypted asynchronous data transfer and result delivery
- API for programmable platform manipulation
- HW and SW supported attestation with verification tools
- CLI for system interaction
## Usage
The quickest way to start using Cocos is via the CLI. The latest version can be downloaded from the [official releases page][rel].
@@ -23,7 +35,7 @@ make cli
./build/cocos-cli version
```
Additional details on using the CLI can be found in the [CLI documentation](https://docs.cocos.ai/cli).
Additional details on using the CLI can be found in the [CLI documentation][cli].
## Documentation
@@ -34,8 +46,7 @@ Cocos AI is published under permissive open-source [Apache-2.0](LICENSE) license
[cc]: https://confidentialcomputing.io/white-papers-reports/
[cocos]: https://cocos.ai/
[rel]: https://github.com/ultraviolet/cocos/releases
[rel]: https://github.com/ultravioletrs/cocos/releases
[tee]: https://en.wikipedia.org/wiki/Trusted_execution_environment
[docs]: https://docs.cocos.ultraviolet.rs
[rel]: https://github.com/ultravioletrs/cocos/releases
[cli]: https://docs.cocos.ultraviolet.rs/cli