├── .gitattributes └── README.md /.gitattributes: -------------------------------------------------------------------------------- 1 | *.xz filter=lfs diff=lfs merge=lfs -text 2 | *.dmg filter=lfs diff=lfs merge=lfs -text 3 | *.exe filter=lfs diff=lfs merge=lfs -text 4 | 5 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | This repository contains TorBrowser Releases. 2 | 3 | TorBrowser releases are stored in a separate branch: https://github.com/TheTorProject/gettorbrowser/tree/torbrowser-releases 4 | 5 | Tor Project official download page is: https://www.torproject.org/download 6 | 7 | Gettor code lives on Tor git: https://gitweb.torproject.org/gettor.git 8 | 9 | # THIS REPOSITORY IS NOT BEING MONITORED FOR ISSUES. 10 | 11 | Please file bug reports on Tor's bug tracker, https://gitlab.torproject.org/ 12 | For Tor Browser, specifically, bugs are tracked here: https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/ 13 | 14 | For discussions and support, please use the [Tor Forum](https://forum.torproject.org/). 15 | --------------------------------------------------------------------------------