Securely and anonymously share files, host websites, and chat with friends using the Tor network
Go to file
2017-05-19 14:15:54 +10: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 add push hook that runs test suite 2014-07-03 15:13:39 -07:00
install Update get-tor-osx.py to grab the Tor binary from Tor Browser 6.5.2 instead of 6.5.1, and make it retain the same directory structure in OnionShare as it uses in Tor Browser, including copying libevent-2.0.5.dylib, which was missing before (#385) 2017-05-18 11:22:50 -07:00
onionshare Remove onionshare-gui symlink pointing to itself 2017-05-19 14:15:54 +10:00
onionshare_gui Move the readable file check from FileSelection to FileList, so files you drag-and-drop into OnionShare get checked as well 2017-05-18 10:55:10 -07:00
screenshots Reduced size of screenshots to be more reasonable 2016-04-13 12:37:44 -07:00
share #345 - validate the readability of files before adding them 2017-05-18 18:09:49 +10:00
test Renamed onionshare.helpers module to onionshare.common 2017-05-16 11:05:48 -07:00
.gitignore Made sure switch to python3 and Qt5 works in OSX (#261). Updated OSX instructions in BUILD.md. 2016-02-12 15:45:26 -08:00
.travis.yml Add most recent Python versions in Travis CI 2017-03-08 15:26:56 +01:00
BUILD.md Add tor as a linux dependency 2017-04-13 23:21:43 -07:00
CHANGELOG.md Updated changelog and version bump to 1.1.dev1 2017-05-17 09:10:21 -07:00
LICENSE Update copyright year to 2016 2016-02-15 22:37:28 -08:00
MANIFEST.in Added a simple nautilus extension, written by the Subgraph developers (fixes #293) 2016-06-10 17:56:34 -07:00
README.md Update readme 2017-02-22 11:29:36 -08: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 Add tor as a linux dependency 2017-04-13 23:21:43 -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.

-Client Screenshot -Server Screenshot