Securely and anonymously share files, host websites, and chat with friends using the Tor network
Go to file
2019-01-26 23:01:13 -08:00
.circleci Reorder args when running tests in CircleCI 2019-01-18 14:37:18 -08: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 Version bump to 2.0.dev3 2019-01-25 14:16:58 -08:00
onionshare Tests are failing because a receive mode dir already exists, so this makes them pass 2019-01-21 17:43:13 -08:00
onionshare_gui Merge branch 'develop' into 866_receive_mode_crash 2019-01-21 17:28:24 -08:00
screenshots New screenshots, including new appdata screenshots 2018-12-21 19:18:34 -08:00
share Version bump to 2.0.dev3 2019-01-25 14:16:58 -08:00
tests Write test to confirm that submitting the receive mode form without selecting files doesn't change in_progress_count or completed_count 2019-01-21 17:11:58 -08:00
.gitignore Ignore __pycache__ folders 2018-05-04 15:40:22 -07:00
BUILD.md Add instructions to build PyInstaller from source, to avoid AV false positives 2019-01-26 23:01:13 -08:00
CHANGELOG.md Add refactoring and unit tests to changelog 2018-12-21 19:34:13 -08: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 Update description of OnionShare 2018-12-21 19:28:20 -08:00
setup.cfg Refactored onionshare 2014-05-23 12:37:10 -03:00
setup.py Update description of OnionShare 2018-12-21 19:28:20 -08:00
stdeb.cfg Add python3 to Build-Depends 2019-01-04 15:17:34 -08:00

OnionShare

OnionShare lets you securely and anonymously send and receive files. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable web address so others can download files from you, or upload files to you. It does not require setting up a separate server or using a third party file-sharing service.

If you want to send files to someone, OnionShare hosts them on your own computer and uses a Tor onion service to make them temporarily accessible over the internet. The receiving user just needs to open the web address in Tor Browser to download the files. If you want to receive files, OnionShare hosts an anonymous dropbox directly on your computer and uses a Tor onion service to make it temporarily accessible over the internet. Other users can upload files to you from by loading the web address in Tor Browser.

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.

For Ubuntu-like distributions, you could use this PPA to get the latest version:

sudo add-apt-repository ppa:micahflee/ppa
sudo apt install -y onionshare

OnionShare also may be available in your operating system's package manager:

Packaging status

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.

Test status: CircleCI

Screenshots

Share mode OnionShare

Share mode Tor Browser

Receive mode OnionShare

Receive mode Tor Browser