Securely and anonymously share files, host websites, and chat with friends using the Tor network
Go to file
2018-03-21 18:27:42 -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 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 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
onionshare Add new WSGI middleware just to attach the Web object to environ, and improve the UI of file upload progress 2018-03-21 18:27:42 -07:00
onionshare_gui Fix bug with validating filenames from args in GUI 2018-03-14 08:34:43 -07:00
screenshots Updated screenshots 2018-02-25 17:35:12 -08:00
share Add new WSGI middleware just to attach the Web object to environ, and improve the UI of file upload progress 2018-03-21 18:27:42 -07:00
test Fix tests after refactoring Common 2018-03-13 02:22:26 -07:00
.gitignore Add pytest cache to gitignore 2018-02-24 19:17:29 -08:00
.travis.yml Add flake8 to the testing 2018-02-14 08:00:21 +01:00
BUILD.md Add instruction to update Python 3.6's internal certificate store, to avoid validation error on archive.torproject.org 2018-01-21 13:42:46 +11:00
CHANGELOG.md Update changelog to note that meek_lite not supported on MacOS or Windows 2018-02-26 13:52:30 +11:00
LICENSE Update copyright year to 2016 2016-02-15 22:37:28 -08: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 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
stdeb.cfg Add obfs4proxy as a dependency on Debian/Fedora-like distros, for obfs4 bridge support 2018-01-16 15:29:03 +11: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