Securely and anonymously share files, host websites, and chat with friends using the Tor network
Go to file
2018-12-19 11:45:31 -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 Merge branch '846_mac_packaging' into 406_osx_sandbox 2018-12-18 19:21:50 -08:00
onionshare pwd module doesn't exist in Windows 2018-12-19 11:45:31 -08:00
onionshare_gui Merge branch 'develop' into 406_osx_sandbox 2018-12-16 17:11:18 -08:00
screenshots Update readme to include repology badge and better install instructions, and also new screenshots 2018-11-25 13:48:50 -08:00
share Version bump to 2.0.dev1, and updated changelog 2018-12-18 19:39:40 -08:00
tests Merge branch 'develop' into 406_osx_sandbox 2018-12-16 17:11:18 -08: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 Tweak the changelog 2018-12-19 11:42:37 -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 readme to include repology badge and better install instructions, and also new screenshots 2018-11-25 13:48:50 -08: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

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.

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