Securely and anonymously share files, host websites, and chat with friends using the Tor network
Go to file
Miguel Jacq b442b5d41b
Ensure we don't consider the Tor connection 'lost' if we're still in the connection dialog process (wait for that thread to finish).
Also various implementations of onion.is_authenticated() for a more robust check than onion.connected_to_tor,
which seemed to help some corner cases
2017-12-21 12:15:23 +11:00
apparmor Improve AppArmor profiles and enforce them. 2017-01-18 20:58:03 +01:00
dev_scripts Change GPL copyright from 2016 to 2017 2017-01-06 18:58:15 -08:00
git-hooks Remove references to nosetests, and replace them with pytest 2017-07-09 10:55:16 -07:00
install Merge branch 'bugfix/nautilus-extension-dont-spam-logs' of https://github.com/intrigeri/onionshare into intrigeri-bugfix/nautilus-extension-dont-spam-logs 2017-12-07 14:30:22 -08:00
onionshare Ensure we don't consider the Tor connection 'lost' if we're still in the connection dialog process (wait for that thread to finish). 2017-12-21 12:15:23 +11:00
onionshare_gui Ensure we don't consider the Tor connection 'lost' if we're still in the connection dialog process (wait for that thread to finish). 2017-12-21 12:15:23 +11:00
screenshots Added new screenshots 2017-05-30 15:28:51 -07:00
share Better wording for no_available_port error 2017-12-07 08:59:34 +11:00
test Rename test files to have test_ prefix 2017-11-20 15:52:33 -08:00
.gitignore Allow tests to find share folders when building .deb 2017-11-20 16:19:04 -08:00
.travis.yml Remove references to nosetests, and replace them with pytest 2017-07-09 10:55:16 -07:00
BUILD.md Remove references to nosetests, and replace them with pytest 2017-07-09 10:55:16 -07:00
CHANGELOG.md Updated changelog even more, and version bump to 1.1 2017-05-30 12:54:37 -07:00
LICENSE Update copyright year to 2016 2016-02-15 22:37:28 -08:00
MANIFEST.in Allow tests to find share folders when building .deb 2017-11-20 16:19:04 -08:00
README.md Show server screenshot before client screenshot 2017-05-30 15:32:05 -07:00
setup.cfg Refactored onionshare 2014-05-23 12:37:10 -03:00
setup.py Renamed 'resources' to 'share', and updated location of 'share' files in OSX/Win binaries 2017-02-21 16:59:14 -08:00
stdeb.cfg Remove references to nosetests, and replace them with pytest 2017-07-09 10:55:16 -07:00

OnionShare

Build Status

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 doesn't require setting up a server on the internet somewhere or using a third party file-sharing service. You host the file on your own computer and use a Tor onion service to make it temporarily accessible over the internet. The other user just needs to use Tor Browser to download the file from you.

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

You can download OnionShare for Windows and macOS from https://onionshare.org/. It should be available in your package manager for Linux, and it's included by default in Tails.

You can set up your development environment to build OnionShare yourself by following these instructions.

Server Screenshot Client Screenshot