Skip to content

Commit 27e2acb

Browse files
committed
Add some implementations and systems
1 parent ba54e04 commit 27e2acb

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

content/en/docs/getting-started.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,40 @@ for any TUF adoption.
2020
TUF implementations provide libraries implementing the primitives and
2121
algorithms, such as the detailed client workflow, in the specification.
2222

23-
- [python-tuf](https://github.com/theupdateframework/python-tuf), the reference
24-
implementation
23+
### Reference implementations
24+
25+
- [python-tuf](https://github.com/theupdateframework/python-tuf)
2526
- [go-tuf](https://github.com/theupdateframework/go-tuf/)
2627
- [tuf-js](https://github.com/theupdateframework/tuf-js)
28+
- [rust-tuf](https://github.com/theupdateframework/rust-tuf)
29+
30+
### Third-party implementations
31+
32+
- [php-tuf](https://github.com/php-tuf/php-tuf)
33+
- [tough](https://github.com/awslabs/tough), by AWS Labs
34+
- [Notary Project](https://github.com/notaryproject/notary), by the Notary
35+
Project
2736

2837
## Systems
2938

3039
TUF systems build on top of library implementations and provide opinionated
3140
signing systems designed for particular use-cases.
3241

42+
### Current Systems
43+
3344
- [Repository Service for TUF](https://repository-service-tuf.readthedocs.io/en/stable/)
3445
(RSTUF) is a designed to integrate into an existing artifact repository with
3546
an established storage and delivery system.
3647
- [tuf-on-ci](https://github.com/theupdateframework/tuf-on-ci/) is a TUF
3748
repository and signing tool designed to operate on a CI system and guide
3849
signing events through Git forge workflows.
50+
- [Uptane](https://uptane.org/) enables secure software updates for automobiles.
51+
- [The Archive Framework](https://github.com/openlawlibrary/taf) (TAF) is a
52+
framework that aims to provide archival authentication and ensure that Git
53+
repositories can be securely cloned/updated.
54+
- [TUF Browser](https://github.com/freedomofpress/tuf-browser), from the Freedom
55+
of the Press Foundation, is a minimal TypeScript implementation of TUF
56+
intended to be compatible with browsers.
3957

4058
## Learn more
4159

0 commit comments

Comments
 (0)