Securely and anonymously share files, host websites, and chat with friends using the Tor network
Go to file
2018-11-25 18:00:04 -08:00
.circleci Run tests on multiple python versions in CircleCI 2018-11-26 08:20:05 +11:00
.github Add @mig5 as a code owner for all tests, and add @emmapeel2 as a code owner for locales 2018-09-27 17:51:16 -07:00
apparmor Improve AppArmor profiles and enforce them. 2017-01-18 20:58:03 +01:00
dev_scripts Delete obsolete dev_scripts/run_all_tests.sh script, and add xvfb-run info to the build instructions 2018-10-25 11:01:09 -07:00
git-hooks Remove references to nosetests, and replace them with pytest 2017-07-09 10:55:16 -07:00
install Add trailing slash to ~/OnionShare/ in entitlements file, so the sandbox knows it's a directory and not a file 2018-11-25 18:00:04 -08:00
onionshare Build downloads_dir a different way in macOS, so it's correct despite the sandbox 2018-11-25 17:48:11 -08:00
onionshare_gui Communicate the receive mode dir to the GUI, so clicking the open folder button opens the file manager to the correct directory 2018-10-25 21:38:20 -07:00
screenshots When there is only 1 file being shared, don't zip it 2018-09-20 09:14:56 -07:00
share Make macOS use Tor control ports instead of unix sockets to connect to the Tor controller 2018-11-25 16:50:20 -08:00
tests Fix tests so they recognize the new receive mode location 2018-10-26 15:08:55 -07:00
.gitignore Ignore __pycache__ folders 2018-05-04 15:40:22 -07:00
BUILD.md Merge branch 'develop' into v3-revisited 2018-11-18 17:04:20 -08:00
CHANGELOG.md Version bump to 1.3.1 and updated changelog 2018-06-18 13:08:40 -07:00
LICENSE Merge branch 'develop' into receiver-mode-gui 2018-09-14 18:59:36 -07:00
MANIFEST.in Rename test dir to tests. Rename unit_tests to tests_gui_local. Add test dependencies. Update various paths. Add GUI unit tests docs to BUILD.md 2018-09-27 15:54:46 +10:00
README.md Merge pull request #811 from au5ton/patch-1 2018-10-25 19:46:06 -07:00
setup.cfg Refactored onionshare 2014-05-23 12:37:10 -03:00
setup.py Move ShareMode and ReceiveMode into Mode module 2018-10-07 14:54:51 -07:00
stdeb.cfg Remove python3-cryptography dependency 2018-10-11 20:48:46 -07:00

OnionShare

CircleCI

OnionShare lets you securely and anonymously share files of any size. It works by starting a web server, making it accessible as a Tor Onion Service, and generating an unguessable URL to access and download the files. It does not require setting up a separate server or using a third party file-sharing service. You host the files on your own computer and use a Tor Onion Service to make it temporarily accessible over the internet. The receiving user just needs to open the URL in Tor Browser to download the file.

Documentation

To learn how OnionShare works, what its security properties are, and how to use it, check out the wiki.

Downloading Onionshare

You can download OnionShare for Windows and macOS from the OnionShare website. It should be available in your package manager for Linux, and it's included by default in Tails.

Developing OnionShare

You can set up your development environment to build OnionShare yourself by following these instructions. You may also subscribe to our developers mailing list here.

Screenshots

Server Screenshot Client Screenshot