Securely and anonymously share files, host websites, and chat with friends using the Tor network
Go to file
2018-09-19 21:44:37 -07:00
.github Create github code owners file, make myself the owner 2018-01-30 14:59:43 -08:00
apparmor Improve AppArmor profiles and enforce them. 2017-01-18 20:58:03 +01:00
dev_scripts Fix bad merge in license comment 2018-09-15 19:05:40 -07:00
git-hooks Remove references to nosetests, and replace them with pytest 2017-07-09 10:55:16 -07:00
install Update NSIS file to no longer have to specify each individual file (omg I should have done this foreever ago) 2018-09-18 16:05:54 -07:00
onionshare Log the public_mode flag as well 2018-09-19 14:53:33 +10:00
onionshare_gui Remove adjustSize that was causing issues 2018-09-19 20:17:23 -07:00
screenshots Updated screenshots 2018-02-25 17:35:12 -08:00
share Remove obsolete strings (#770) 2018-09-19 21:44:37 -07:00
test Merge branch 'receiver-mode-gui' into prop224_receiver_mode 2018-09-16 14:53:49 +10:00
.gitignore Ignore __pycache__ folders 2018-05-04 15:40:22 -07:00
.travis.yml Update travis config to use python 3.6+, and to install proper versions of dependencies, and to use bionic instead of trusty 2018-09-17 15:54:37 -07:00
BUILD.md For Mac build instructions, update a command to use Python 3.7 instead of 3.6, and install pip dependencies without sudo. For Windows, install requirements.txt instead of requirements-windows.txt. Also pywin32 is no longer a dependency, so remove it from build instructions. 2018-09-18 15:37:33 -07:00
CHANGELOG.md Version bump to 1.3.1 and updated changelog 2018-06-18 13:08:40 -07:00
LICENSE Merge branch 'develop' into receiver-mode-gui 2018-09-14 18:59:36 -07:00
MANIFEST.in Create separate templates and static folder, and make the web app use both of these. Yay, now we have real static resources 2018-03-06 02:54:12 -08:00
README.md link to our mailing list 2018-01-31 10:59:46 -08:00
setup.cfg Refactored onionshare 2014-05-23 12:37:10 -03:00
setup.py Merge branch 'develop' into receiver-mode-gui 2018-09-14 18:59:36 -07:00
stdeb.cfg Update stdeb.cfg to depend on bionic and Python 3.6 2018-09-17 09:16:11 +10: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 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. It should be available in your package manager for Linux, and it's included by default in Tails.

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.

Screenshots

Server Screenshot Client Screenshot