summaryrefslogtreecommitdiff
path: root/examples/download-manager/README.md
blob: 4af74086a140a2af9ee46a2034d6df5b7daf8036 (plain)
1
2
3
4
5
6
7
8
9
# Tor Browser downloader

Downloads the Tor Browser using multiple tor connections.
We use [HTTP Range header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests) to request specific ranges of data.

> [!WARNING]
> **Notice for MacOS users:** This example uses `native-tls` which on MacOS might fail to perform a TLS handshake due to a known bug.
> This will be fixed once `security-framework` 3.5.1 is used by `native-tls`. View issue [#2117](https://gitlab.torproject.org/tpo/core/arti/-/issues/2117) for more details.