arti/doc/FAQ.md

47 lines
1.8 KiB
Markdown
Raw Normal View History

2021-06-17 17:18:28 +01:00
# Arti: Frequently Asked Questions
## What is Arti?
Arti is a project to rewrite the entire codebase of the
[Tor anonymity network](https://torproject.org) in
[Rust](https://rustlang.org/).
Arti is also the name of the software produced by this project.
## What is the status of Arti today?
2022-02-28 19:22:54 +00:00
As of March 2022: Arti is ready for experimental use by developers
2022-04-20 12:47:27 +01:00
interested in embedding Tor support in their projects. Arti can run as
2022-02-28 19:22:54 +00:00
a simple Tor client and send anonymized traffic over the network, but it
has no support for running as a relay or for using onion services.
Before Arti is ready for production use, we need to make sure that it
has all the important security features from the C Tor implementation; we
need to improve its performance; and we need to improve its APIs based
2022-04-20 12:47:27 +01:00
on user requirements. We hope to have this done for
2022-02-28 19:22:54 +00:00
[our 1.0.0 milestone](https://gitlab.torproject.org/tpo/core/arti/-/milestones/8#tab-issues) in September 2022.
(After that, our 1.1 milestone will focus on anticensorship work,
and 1.2 will focus on support for onion services.)
2021-06-17 17:18:28 +01:00
## Should I use Arti?
2022-02-28 19:22:54 +00:00
As of March 2022: You should only use Arti as a client if you are
interesting in helping us experiment and find bugs.
If you are interested in shipping Arti as part of your own application,
you should start experimenting with it _now_, so that you can let us
know what features and APIs are missing for you, and we have a chance to
add them.
## Will Arti replace the C Tor implementation?
Eventually, yes. But it will take a _lot_ of work.
We plan to maintain and support the C Tor implementation until Arti is a
viable replacement for the vast majority of use cases. We estimate that
this will take us several more years, at the least. Even then, we plan
to continue supporting the C Tor implementation for some while, to give
people time to switch.
2021-06-17 17:18:28 +01:00