Securely and anonymously share files, host websites, and chat with friends using the Tor network
Go to file
Ulrike Uhlig 6cceac3b3e Improve AppArmor profiles and enforce them.
Work from Tails Developers, main git repository, currently devel branch.
Upstream commits:

commit 6e7ad41ca9664246856fe9553c202f09a1d1066b
Remove superfluous AppArmor rule.
The pattern `[^.]*` matches a subset of `[^.]**`, so we only need to
keep the latter.

commit b3a827d8e3c3fee78ec18450dfaf38a3d4eaf270
Make onionshare-gui able to access folders beneath $HOME.
Without this change e.g. ~/Documents is inaccessible. To be honest,
this does not makes sense to me, as my interpretation of the old
patterns clearly should allow subfolders and files therein.

commit db2b3a3f73aa01a54c9b7cb5ab83da1d083b7169
WIP: AppArmor profile improvements.
2017-01-18 20:58:03 +01: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 Change GPL copyright from 2016 to 2017 2017-01-06 18:58:15 -08:00
onionshare Add new AuthenticationFailure exception, and make the Onion/stem code catch more exceptions when connecting to a Tor controller 2017-01-07 17:31:26 -08:00
onionshare_gui Add new AuthenticationFailure exception, and make the Onion/stem code catch more exceptions when connecting to a Tor controller 2017-01-07 17:31:26 -08:00
resources Add new AuthenticationFailure exception, and make the Onion/stem code catch more exceptions when connecting to a Tor controller 2017-01-07 17:31:26 -08:00
screenshots Reduced size of screenshots to be more reasonable 2016-04-13 12:37:44 -07:00
test Change GPL copyright from 2016 to 2017 2017-01-06 18:58:15 -08: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 Updated .travis.yml 2016-02-15 23:09:09 -08:00
BUILD.md https://micahflee.com/2015/09/why-i-say-linux-instead-of-gnulinux/ 2017-01-06 18:07:15 -08:00
CHANGELOG.md Update changelog and version bump to 0.9.2 2016-11-13 13:07:14 -08: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 Removing instructions from readme, and adding link to wiki instead 2016-12-22 13:43:07 -08:00
SECURITY.md Stop saying 'hidden service', start saying 'onion service' 2016-09-04 17:23:06 -07:00
setup.cfg Refactored onionshare 2014-05-23 12:37:10 -03:00
setup.py Change GPL copyright from 2016 to 2017 2017-01-06 18:58:15 -08:00
stdeb.cfg Added python-nautilus as a dependency (#293) 2016-06-10 18:03:34 -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 filesharing 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.

Features include:

  • A user-friendly drag-and-drop graphical user interface that works in Windows, Mac OS X, and Linux
  • Ability to share multiple files and folders at once
  • Support for multiple people downloading files at once
  • Automatically copies the unguessable URL to your clipboard
  • Shows you the progress of file transfers
  • When file is done transferring, automatically closes OnionShare to reduce the attack surface
  • Localized into several languages, and supports international unicode filenames

If you're interested in exactly what OnionShare does and does not protect against, read the Security Design Document.

Client Screenshot Server Screenshot

Quick Start

Check out the wiki for information about how to use OnionShare and it's various features.

You can download OnionShare to install on your computer from https://onionshare.org/.

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