Securely and anonymously share files, host websites, and chat with friends using the Tor network
Go to file
Micah Lee 2b1a3e927e Merge pull request #206 from lazlolazlolazlo/codestyle
Fix some small codestyle issues according to pep8.
2015-11-08 12:43:42 -08:00
git-hooks add push hook that runs test suite 2014-07-03 15:13:39 -07:00
images moving image files into /usr/share instead of /usr/lib (fixes #126) 2014-09-03 17:50:06 -07:00
install fixed typo in build_deb.sh 2015-06-16 15:42:39 -07:00
locale Update Dutch translation strings. 2015-06-25 22:01:33 +02:00
onionshare Fix some codestyle issues according to pep8. 2015-06-26 19:38:22 +02:00
onionshare_gui Fix some codestyle issues according to pep8. 2015-06-26 19:38:22 +02:00
screenshots updated screenshots 2015-06-16 15:00:45 -07:00
tails updated location of build_deb.sh in Tails install script (#181) 2015-05-18 18:42:50 +00:00
test pep8: remove empty lines at EOF 2014-11-18 19:03:31 +01:00
.gitignore ignoring source files that get generated in some dev environments 2015-05-14 14:40:19 -07:00
.travis.yml including pysocks with onionshare, and updated code to use pysocks instead of socksipy (#118) 2014-09-02 17:21:19 -07:00
BUILD.md add build instructions for archlinux to BUILD.md 2015-06-16 20:57:16 +02:00
CHANGELOG.md version bump and updated changelog 2015-05-27 14:21:19 -04:00
LICENSE added GPLv3 license 2014-05-20 20:56:45 +00:00
MANIFEST.in renamed setup to install (#181) 2015-05-15 13:19:41 -07:00
README.md updated screenshots 2015-06-16 15:00:45 -07:00
SECURITY.md typo in security design document 2015-05-28 07:20:25 -07:00
setup.cfg Refactored onionshare 2014-05-23 12:37:10 -03:00
setup.py Update setup.py 2015-05-31 18:44:12 +02:00
stdeb.cfg added dh-python as a build dependency, for the PPA release to work 2015-05-20 12:01:23 -07:00
version version bump and updated changelog 2015-05-27 14:21:19 -04: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 hidden 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 hidden 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
  • Designed to work in Tails, for high risk users

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

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. You can also install OnionShare in your Tails persistent volume by following these instructions.

How to Use

Before you can share files, you need to open Tor Browser in the background. This will provide the Tor service that OnionShare uses to start the hidden service.

Open OnionShare and drag and drop files and folders you wish to share, and start the server. It will show you a long, random-looking URL such as http://cfxipsrhcujgebmu.onion/7aoo4nnzj3qurkafvzn7kket7u and copy it to your clipboard. This is the secret URL that can be used to download the file you're sharing. If you'd like multiple people to be able to download this file, uncheck the "close automatically" checkbox.

Send this URL to the person you're trying to send the files to. If the files you're sending aren't secret, you can use normal means of sending the URL: emailing it, posting it to Facebook or Twitter, etc. If you're trying to send secret files then it's important to send this URL securely. I recommend you use Off-the-Record encrypted chat to send the URL.

The person who is receiving the files doesn't need OnionShare. All they need is to open the URL you send them in Tor Browser to be able to download the file.

Using Command Line in Mac OS X

If you'd like to use the command-line version of OnionShare in Mac OS X, after installing open a terminal and type:

ln -s /Applications/OnionShare.app/Contents/Resources/onionshare /usr/local/bin/onionshare

From that point on you can just call onionshare, like: onionshare --help