Securely and anonymously share files, host websites, and chat with friends using the Tor network
Go to file
2017-12-11 17:58:53 +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 Forgot the UseBridges line for custom bridges 2017-12-11 16:20:42 +11:00
onionshare_gui experimenting with adjustSize() which seems to help the widget issue. Also adjust the custom Bridge parsing so that it injects the Bridge prefix automatically (means we can copy/pasta from https://bridges.torproject.org/bridges) 2017-12-11 17:58:53 +11:00
screenshots Added new screenshots 2017-05-30 15:28:51 -07:00
share experimenting with adjustSize() which seems to help the widget issue. Also adjust the custom Bridge parsing so that it injects the Bridge prefix automatically (means we can copy/pasta from https://bridges.torproject.org/bridges) 2017-12-11 17:58:53 +11:00
test fix tests for bridge support 2017-12-11 16:28:53 +11: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
a experimenting with adjustSize() which seems to help the widget issue. Also adjust the custom Bridge parsing so that it injects the Bridge prefix automatically (means we can copy/pasta from https://bridges.torproject.org/bridges) 2017-12-11 17:58:53 +11: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